diff --git a/providers/src/awscc/v00.00.00000/services/accessanalyzer.yaml b/providers/src/awscc/v00.00.00000/services/accessanalyzer.yaml index 95c0f46d..6bbd6d1e 100644 --- a/providers/src/awscc/v00.00.00000/services/accessanalyzer.yaml +++ b/providers/src/awscc/v00.00.00000/services/accessanalyzer.yaml @@ -742,34 +742,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AnalyzerName') as analyzer_name, JSON_EXTRACT(Properties, '$.ArchiveRules') as archive_rules, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.AnalyzerConfiguration') as analyzer_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AccessAnalyzer::Analyzer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AccessAnalyzer::Analyzer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AnalyzerName') as analyzer_name, json_extract_path_text(Properties, 'ArchiveRules') as archive_rules, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'AnalyzerConfiguration') as analyzer_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AccessAnalyzer::Analyzer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AccessAnalyzer::Analyzer' + AND Identifier = '' AND region = 'us-east-1' analyzers_list_only: name: analyzers_list_only @@ -792,7 +792,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AccessAnalyzer::Analyzer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AccessAnalyzer::Analyzer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -800,7 +800,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AccessAnalyzer::Analyzer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AccessAnalyzer::Analyzer' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/acmpca.yaml b/providers/src/awscc/v00.00.00000/services/acmpca.yaml index c0b782b7..ce4618d7 100644 --- a/providers/src/awscc/v00.00.00000/services/acmpca.yaml +++ b/providers/src/awscc/v00.00.00000/services/acmpca.yaml @@ -1275,11 +1275,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiPassthrough') as api_passthrough, JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, JSON_EXTRACT(Properties, '$.CertificateSigningRequest') as certificate_signing_request, @@ -1289,15 +1289,15 @@ components: JSON_EXTRACT(Properties, '$.ValidityNotBefore') as validity_not_before, JSON_EXTRACT(Properties, '$.Certificate') as certificate, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::Certificate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiPassthrough') as api_passthrough, json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, json_extract_path_text(Properties, 'CertificateSigningRequest') as certificate_signing_request, @@ -1307,8 +1307,8 @@ components: json_extract_path_text(Properties, 'ValidityNotBefore') as validity_not_before, json_extract_path_text(Properties, 'Certificate') as certificate, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Certificate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::Certificate' + AND Identifier = '|' AND region = 'us-east-1' certificate_authorities: name: certificate_authorities @@ -1368,11 +1368,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.KeyAlgorithm') as key_algorithm, @@ -1384,15 +1384,15 @@ components: JSON_EXTRACT(Properties, '$.CsrExtensions') as csr_extensions, JSON_EXTRACT(Properties, '$.KeyStorageSecurityStandard') as key_storage_security_standard, JSON_EXTRACT(Properties, '$.UsageMode') as usage_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthority' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::CertificateAuthority' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'KeyAlgorithm') as key_algorithm, @@ -1404,8 +1404,8 @@ components: json_extract_path_text(Properties, 'CsrExtensions') as csr_extensions, json_extract_path_text(Properties, 'KeyStorageSecurityStandard') as key_storage_security_standard, json_extract_path_text(Properties, 'UsageMode') as usage_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthority' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::CertificateAuthority' + AND Identifier = '' AND region = 'us-east-1' certificate_authorities_list_only: name: certificate_authorities_list_only @@ -1428,7 +1428,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthority' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ACMPCA::CertificateAuthority' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1436,7 +1436,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthority' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ACMPCA::CertificateAuthority' AND region = 'us-east-1' certificate_authority_activations: name: certificate_authority_activations @@ -1496,32 +1496,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, JSON_EXTRACT(Properties, '$.Certificate') as certificate, JSON_EXTRACT(Properties, '$.CertificateChain') as certificate_chain, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.CompleteCertificateChain') as complete_certificate_chain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, json_extract_path_text(Properties, 'Certificate') as certificate, json_extract_path_text(Properties, 'CertificateChain') as certificate_chain, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'CompleteCertificateChain') as complete_certificate_chain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::CertificateAuthorityActivation' + AND Identifier = '' AND region = 'us-east-1' permissions: name: permissions @@ -1569,30 +1569,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.SourceAccount') as source_account - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::Permission' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'SourceAccount') as source_account - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ACMPCA::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ACMPCA::Permission' + AND Identifier = '|' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/aiops.yaml b/providers/src/awscc/v00.00.00000/services/aiops.yaml index 49718e3e..a246e7a2 100644 --- a/providers/src/awscc/v00.00.00000/services/aiops.yaml +++ b/providers/src/awscc/v00.00.00000/services/aiops.yaml @@ -721,11 +721,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.CreatedBy') as created_by, @@ -741,15 +741,15 @@ components: JSON_EXTRACT(Properties, '$.ChatbotNotificationChannels') as chatbot_notification_channels, JSON_EXTRACT(Properties, '$.CrossAccountConfigurations') as cross_account_configurations, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AIOps::InvestigationGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AIOps::InvestigationGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'CreatedBy') as created_by, @@ -765,8 +765,8 @@ components: json_extract_path_text(Properties, 'ChatbotNotificationChannels') as chatbot_notification_channels, json_extract_path_text(Properties, 'CrossAccountConfigurations') as cross_account_configurations, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AIOps::InvestigationGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AIOps::InvestigationGroup' + AND Identifier = '' AND region = 'us-east-1' investigation_groups_list_only: name: investigation_groups_list_only @@ -789,7 +789,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AIOps::InvestigationGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AIOps::InvestigationGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -797,7 +797,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AIOps::InvestigationGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AIOps::InvestigationGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/amazonmq.yaml b/providers/src/awscc/v00.00.00000/services/amazonmq.yaml index 9d0f76a9..a5a37781 100644 --- a/providers/src/awscc/v00.00.00000/services/amazonmq.yaml +++ b/providers/src/awscc/v00.00.00000/services/amazonmq.yaml @@ -847,11 +847,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AuthenticationStrategy') as authentication_strategy, JSON_EXTRACT(Properties, '$.EngineType') as engine_type, @@ -862,15 +862,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Revision') as revision, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmazonMQ::Configuration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmazonMQ::Configuration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AuthenticationStrategy') as authentication_strategy, json_extract_path_text(Properties, 'EngineType') as engine_type, @@ -881,8 +881,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Revision') as revision, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmazonMQ::Configuration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmazonMQ::Configuration' + AND Identifier = '' AND region = 'us-east-1' configurations_list_only: name: configurations_list_only @@ -905,7 +905,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmazonMQ::Configuration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmazonMQ::Configuration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -913,7 +913,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmazonMQ::Configuration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmazonMQ::Configuration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/amplify.yaml b/providers/src/awscc/v00.00.00000/services/amplify.yaml index 0a017f31..76677170 100644 --- a/providers/src/awscc/v00.00.00000/services/amplify.yaml +++ b/providers/src/awscc/v00.00.00000/services/amplify.yaml @@ -1318,11 +1318,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessToken') as access_token, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.AppName') as app_name, @@ -1345,15 +1345,15 @@ components: JSON_EXTRACT(Properties, '$.Repository') as repository, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.JobConfig') as job_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::App' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::App' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessToken') as access_token, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'AppName') as app_name, @@ -1376,8 +1376,8 @@ components: json_extract_path_text(Properties, 'Repository') as repository, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'JobConfig') as job_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::App' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::App' + AND Identifier = '' AND region = 'us-east-1' apps_list_only: name: apps_list_only @@ -1400,7 +1400,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::App' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1408,7 +1408,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::App' AND region = 'us-east-1' branches: name: branches @@ -1468,11 +1468,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.BasicAuthConfig') as basic_auth_config, @@ -1490,15 +1490,15 @@ components: JSON_EXTRACT(Properties, '$.PullRequestEnvironmentName') as pull_request_environment_name, JSON_EXTRACT(Properties, '$.Stage') as stage, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::Branch' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::Branch' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'BasicAuthConfig') as basic_auth_config, @@ -1516,8 +1516,8 @@ components: json_extract_path_text(Properties, 'PullRequestEnvironmentName') as pull_request_environment_name, json_extract_path_text(Properties, 'Stage') as stage, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::Branch' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::Branch' + AND Identifier = '' AND region = 'us-east-1' branches_list_only: name: branches_list_only @@ -1540,7 +1540,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::Branch' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::Branch' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1548,7 +1548,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::Branch' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::Branch' AND region = 'us-east-1' domains: name: domains @@ -1608,11 +1608,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AutoSubDomainCreationPatterns') as auto_sub_domain_creation_patterns, @@ -1626,15 +1626,15 @@ components: JSON_EXTRACT(Properties, '$.EnableAutoSubDomain') as enable_auto_sub_domain, JSON_EXTRACT(Properties, '$.StatusReason') as status_reason, JSON_EXTRACT(Properties, '$.SubDomainSettings') as sub_domain_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AutoSubDomainCreationPatterns') as auto_sub_domain_creation_patterns, @@ -1648,8 +1648,8 @@ components: json_extract_path_text(Properties, 'EnableAutoSubDomain') as enable_auto_sub_domain, json_extract_path_text(Properties, 'StatusReason') as status_reason, json_extract_path_text(Properties, 'SubDomainSettings') as sub_domain_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Amplify::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Amplify::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -1672,7 +1672,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1680,7 +1680,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Amplify::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Amplify::Domain' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml b/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml index ff9e94d7..52fa2704 100644 --- a/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml +++ b/providers/src/awscc/v00.00.00000/services/amplifyuibuilder.yaml @@ -1461,11 +1461,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.BindingProperties') as binding_properties, JSON_EXTRACT(Properties, '$.Children') as children, @@ -1483,15 +1483,15 @@ components: JSON_EXTRACT(Properties, '$.SourceId') as source_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Variants') as variants - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Component' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'BindingProperties') as binding_properties, json_extract_path_text(Properties, 'Children') as children, @@ -1509,8 +1509,8 @@ components: json_extract_path_text(Properties, 'SourceId') as source_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Variants') as variants - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Component' + AND Identifier = '||' AND region = 'us-east-1' components_list_only: name: components_list_only @@ -1537,7 +1537,7 @@ components: JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Component' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1547,7 +1547,7 @@ components: json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'EnvironmentName') as environment_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Component' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Component' AND region = 'us-east-1' forms: name: forms @@ -1609,11 +1609,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.Cta') as cta, JSON_EXTRACT(Properties, '$.DataType') as data_type, @@ -1627,15 +1627,15 @@ components: JSON_EXTRACT(Properties, '$.SectionalElements') as sectional_elements, JSON_EXTRACT(Properties, '$.Style') as style, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Form' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'Cta') as cta, json_extract_path_text(Properties, 'DataType') as data_type, @@ -1649,8 +1649,8 @@ components: json_extract_path_text(Properties, 'SectionalElements') as sectional_elements, json_extract_path_text(Properties, 'Style') as style, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Form' + AND Identifier = '||' AND region = 'us-east-1' forms_list_only: name: forms_list_only @@ -1677,7 +1677,7 @@ components: JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Form' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1687,7 +1687,7 @@ components: json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'EnvironmentName') as environment_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Form' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Form' AND region = 'us-east-1' themes: name: themes @@ -1749,11 +1749,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name, @@ -1763,15 +1763,15 @@ components: JSON_EXTRACT(Properties, '$.Overrides') as overrides, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Values') as _values - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Theme' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'EnvironmentName') as environment_name, @@ -1781,8 +1781,8 @@ components: json_extract_path_text(Properties, 'Overrides') as overrides, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Values') as _values - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AmplifyUIBuilder::Theme' + AND Identifier = '||' AND region = 'us-east-1' themes_list_only: name: themes_list_only @@ -1809,7 +1809,7 @@ components: JSON_EXTRACT(Properties, '$.AppId') as app_id, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Theme' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1819,7 +1819,7 @@ components: json_extract_path_text(Properties, 'AppId') as app_id, json_extract_path_text(Properties, 'EnvironmentName') as environment_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AmplifyUIBuilder::Theme' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AmplifyUIBuilder::Theme' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/apigateway.yaml b/providers/src/awscc/v00.00.00000/services/apigateway.yaml index 75178ed8..427d5747 100644 --- a/providers/src/awscc/v00.00.00000/services/apigateway.yaml +++ b/providers/src/awscc/v00.00.00000/services/apigateway.yaml @@ -3294,26 +3294,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.CloudWatchRoleArn') as cloud_watch_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Account' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'CloudWatchRoleArn') as cloud_watch_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Account' + AND Identifier = '' AND region = 'us-east-1' api_keys: name: api_keys @@ -3373,11 +3373,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.APIKeyId') as api_key_id, JSON_EXTRACT(Properties, '$.CustomerId') as customer_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3387,15 +3387,15 @@ components: JSON_EXTRACT(Properties, '$.StageKeys') as stage_keys, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::ApiKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::ApiKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'APIKeyId') as api_key_id, json_extract_path_text(Properties, 'CustomerId') as customer_id, json_extract_path_text(Properties, 'Description') as description, @@ -3405,8 +3405,8 @@ components: json_extract_path_text(Properties, 'StageKeys') as stage_keys, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::ApiKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::ApiKey' + AND Identifier = '' AND region = 'us-east-1' api_keys_list_only: name: api_keys_list_only @@ -3429,7 +3429,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.APIKeyId') as api_key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::ApiKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::ApiKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3437,7 +3437,7 @@ components: SELECT region, json_extract_path_text(Properties, 'APIKeyId') as api_key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::ApiKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::ApiKey' AND region = 'us-east-1' authorizers: name: authorizers @@ -3498,11 +3498,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id, JSON_EXTRACT(Properties, '$.AuthType') as auth_type, @@ -3514,15 +3514,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ProviderARNs') as provider_arns, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Authorizer' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id, json_extract_path_text(Properties, 'AuthType') as auth_type, @@ -3534,8 +3534,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ProviderARNs') as provider_arns, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Authorizer' + AND Identifier = '|' AND region = 'us-east-1' authorizers_list_only: name: authorizers_list_only @@ -3560,7 +3560,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Authorizer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3569,7 +3569,7 @@ components: region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Authorizer' AND region = 'us-east-1' base_path_mappings: name: base_path_mappings @@ -3630,30 +3630,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BasePath') as base_path, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Stage') as stage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::BasePathMapping' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BasePath') as base_path, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Stage') as stage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::BasePathMapping' + AND Identifier = '|' AND region = 'us-east-1' base_path_mappings_list_only: name: base_path_mappings_list_only @@ -3678,7 +3678,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.BasePath') as base_path - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::BasePathMapping' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3687,7 +3687,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'BasePath') as base_path - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::BasePathMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::BasePathMapping' AND region = 'us-east-1' base_path_mapping_v2s: name: base_path_mapping_v2s @@ -3747,32 +3747,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BasePath') as base_path, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Stage') as stage, JSON_EXTRACT(Properties, '$.BasePathMappingArn') as base_path_mapping_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMappingV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::BasePathMappingV2' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BasePath') as base_path, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Stage') as stage, json_extract_path_text(Properties, 'BasePathMappingArn') as base_path_mapping_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::BasePathMappingV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::BasePathMappingV2' + AND Identifier = '' AND region = 'us-east-1' base_path_mapping_v2s_list_only: name: base_path_mapping_v2s_list_only @@ -3795,7 +3795,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BasePathMappingArn') as base_path_mapping_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::BasePathMappingV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::BasePathMappingV2' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3803,7 +3803,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BasePathMappingArn') as base_path_mapping_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::BasePathMappingV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::BasePathMappingV2' AND region = 'us-east-1' client_certificates: name: client_certificates @@ -3863,28 +3863,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClientCertificateId') as client_certificate_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::ClientCertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::ClientCertificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClientCertificateId') as client_certificate_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::ClientCertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::ClientCertificate' + AND Identifier = '' AND region = 'us-east-1' client_certificates_list_only: name: client_certificates_list_only @@ -3907,7 +3907,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClientCertificateId') as client_certificate_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::ClientCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::ClientCertificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3915,7 +3915,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClientCertificateId') as client_certificate_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::ClientCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::ClientCertificate' AND region = 'us-east-1' deployments: name: deployments @@ -3976,34 +3976,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.StageDescription') as stage_description, JSON_EXTRACT(Properties, '$.StageName') as stage_name, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.DeploymentCanarySettings') as deployment_canary_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Deployment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Deployment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeploymentId') as deployment_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'StageDescription') as stage_description, json_extract_path_text(Properties, 'StageName') as stage_name, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'DeploymentCanarySettings') as deployment_canary_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Deployment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Deployment' + AND Identifier = '|' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -4028,7 +4028,7 @@ components: region, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4037,7 +4037,7 @@ components: region, json_extract_path_text(Properties, 'DeploymentId') as deployment_id, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Deployment' AND region = 'us-east-1' documentation_parts: name: documentation_parts @@ -4098,30 +4098,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DocumentationPartId') as documentation_part_id, JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.Properties') as properties, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DocumentationPart' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DocumentationPartId') as documentation_part_id, json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'Properties') as properties, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DocumentationPart' + AND Identifier = '|' AND region = 'us-east-1' documentation_parts_list_only: name: documentation_parts_list_only @@ -4146,7 +4146,7 @@ components: region, JSON_EXTRACT(Properties, '$.DocumentationPartId') as documentation_part_id, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DocumentationPart' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4155,7 +4155,7 @@ components: region, json_extract_path_text(Properties, 'DocumentationPartId') as documentation_part_id, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DocumentationPart' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DocumentationPart' AND region = 'us-east-1' documentation_versions: name: documentation_versions @@ -4216,28 +4216,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DocumentationVersion') as documentation_version, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DocumentationVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DocumentationVersion') as documentation_version, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DocumentationVersion' + AND Identifier = '|' AND region = 'us-east-1' documentation_versions_list_only: name: documentation_versions_list_only @@ -4262,7 +4262,7 @@ components: region, JSON_EXTRACT(Properties, '$.DocumentationVersion') as documentation_version, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DocumentationVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4271,7 +4271,7 @@ components: region, json_extract_path_text(Properties, 'DocumentationVersion') as documentation_version, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DocumentationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DocumentationVersion' AND region = 'us-east-1' domain_names: name: domain_names @@ -4331,11 +4331,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.DistributionDomainName') as distribution_domain_name, @@ -4350,15 +4350,15 @@ components: JSON_EXTRACT(Properties, '$.SecurityPolicy') as security_policy, JSON_EXTRACT(Properties, '$.RoutingMode') as routing_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainName' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'DistributionDomainName') as distribution_domain_name, @@ -4373,8 +4373,8 @@ components: json_extract_path_text(Properties, 'SecurityPolicy') as security_policy, json_extract_path_text(Properties, 'RoutingMode') as routing_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainName' + AND Identifier = '' AND region = 'us-east-1' domain_names_list_only: name: domain_names_list_only @@ -4397,7 +4397,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainName' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4405,7 +4405,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainName' AND region = 'us-east-1' domain_name_access_associations: name: domain_name_access_associations @@ -4452,32 +4452,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainNameAccessAssociationArn') as domain_name_access_association_arn, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.AccessAssociationSource') as access_association_source, JSON_EXTRACT(Properties, '$.AccessAssociationSourceType') as access_association_source_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainNameAccessAssociationArn') as domain_name_access_association_arn, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'AccessAssociationSource') as access_association_source, json_extract_path_text(Properties, 'AccessAssociationSourceType') as access_association_source_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' + AND Identifier = '' AND region = 'us-east-1' domain_name_access_associations_list_only: name: domain_name_access_associations_list_only @@ -4500,7 +4500,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainNameAccessAssociationArn') as domain_name_access_association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4508,7 +4508,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainNameAccessAssociationArn') as domain_name_access_association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainNameAccessAssociation' AND region = 'us-east-1' domain_name_v2s: name: domain_name_v2s @@ -4568,11 +4568,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.EndpointConfiguration') as endpoint_configuration, @@ -4582,15 +4582,15 @@ components: JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.RoutingMode') as routing_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainNameV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainNameV2' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'EndpointConfiguration') as endpoint_configuration, @@ -4600,8 +4600,8 @@ components: json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'RoutingMode') as routing_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::DomainNameV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::DomainNameV2' + AND Identifier = '' AND region = 'us-east-1' domain_name_v2s_list_only: name: domain_name_v2s_list_only @@ -4624,7 +4624,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainNameV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainNameV2' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4632,7 +4632,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::DomainNameV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::DomainNameV2' AND region = 'us-east-1' gateway_responses: name: gateway_responses @@ -4692,34 +4692,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.ResponseType') as response_type, JSON_EXTRACT(Properties, '$.StatusCode') as status_code, JSON_EXTRACT(Properties, '$.ResponseParameters') as response_parameters, JSON_EXTRACT(Properties, '$.ResponseTemplates') as response_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::GatewayResponse' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'ResponseType') as response_type, json_extract_path_text(Properties, 'StatusCode') as status_code, json_extract_path_text(Properties, 'ResponseParameters') as response_parameters, json_extract_path_text(Properties, 'ResponseTemplates') as response_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::GatewayResponse' + AND Identifier = '' AND region = 'us-east-1' gateway_responses_list_only: name: gateway_responses_list_only @@ -4742,7 +4742,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::GatewayResponse' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4750,7 +4750,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::GatewayResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::GatewayResponse' AND region = 'us-east-1' methods: name: methods @@ -4812,11 +4812,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Integration') as integration, JSON_EXTRACT(Properties, '$.OperationName') as operation_name, JSON_EXTRACT(Properties, '$.RequestModels') as request_models, @@ -4830,15 +4830,15 @@ components: JSON_EXTRACT(Properties, '$.ApiKeyRequired') as api_key_required, JSON_EXTRACT(Properties, '$.AuthorizationType') as authorization_type, JSON_EXTRACT(Properties, '$.HttpMethod') as http_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Method' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Integration') as integration, json_extract_path_text(Properties, 'OperationName') as operation_name, json_extract_path_text(Properties, 'RequestModels') as request_models, @@ -4852,8 +4852,8 @@ components: json_extract_path_text(Properties, 'ApiKeyRequired') as api_key_required, json_extract_path_text(Properties, 'AuthorizationType') as authorization_type, json_extract_path_text(Properties, 'HttpMethod') as http_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Method' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Method' + AND Identifier = '||' AND region = 'us-east-1' models: name: models @@ -4914,32 +4914,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContentType') as content_type, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Schema') as _schema - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Model' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Model' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContentType') as content_type, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Schema') as _schema - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Model' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Model' + AND Identifier = '|' AND region = 'us-east-1' models_list_only: name: models_list_only @@ -4964,7 +4964,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Model' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Model' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4973,7 +4973,7 @@ components: region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Model' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Model' AND region = 'us-east-1' request_validators: name: request_validators @@ -5034,32 +5034,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RequestValidatorId') as request_validator_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.ValidateRequestBody') as validate_request_body, JSON_EXTRACT(Properties, '$.ValidateRequestParameters') as validate_request_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::RequestValidator' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RequestValidatorId') as request_validator_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'ValidateRequestBody') as validate_request_body, json_extract_path_text(Properties, 'ValidateRequestParameters') as validate_request_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::RequestValidator' + AND Identifier = '|' AND region = 'us-east-1' request_validators_list_only: name: request_validators_list_only @@ -5084,7 +5084,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.RequestValidatorId') as request_validator_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::RequestValidator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5093,7 +5093,7 @@ components: region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'RequestValidatorId') as request_validator_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::RequestValidator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::RequestValidator' AND region = 'us-east-1' resources: name: resources @@ -5154,30 +5154,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ParentId') as parent_id, JSON_EXTRACT(Properties, '$.PathPart') as path_part, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Resource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Resource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ParentId') as parent_id, json_extract_path_text(Properties, 'PathPart') as path_part, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Resource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Resource' + AND Identifier = '|' AND region = 'us-east-1' resources_list_only: name: resources_list_only @@ -5202,7 +5202,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Resource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Resource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5211,7 +5211,7 @@ components: region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'ResourceId') as resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Resource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Resource' AND region = 'us-east-1' rest_apis: name: rest_apis @@ -5271,11 +5271,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.BodyS3Location') as body_s3_location, JSON_EXTRACT(Properties, '$.Description') as description, @@ -5293,15 +5293,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointConfiguration') as endpoint_configuration, JSON_EXTRACT(Properties, '$.Body') as body, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RestApi' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::RestApi' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'BodyS3Location') as body_s3_location, json_extract_path_text(Properties, 'Description') as description, @@ -5319,8 +5319,8 @@ components: json_extract_path_text(Properties, 'EndpointConfiguration') as endpoint_configuration, json_extract_path_text(Properties, 'Body') as body, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::RestApi' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::RestApi' + AND Identifier = '' AND region = 'us-east-1' rest_apis_list_only: name: rest_apis_list_only @@ -5343,7 +5343,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::RestApi' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::RestApi' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5351,7 +5351,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::RestApi' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::RestApi' AND region = 'us-east-1' stages: name: stages @@ -5412,11 +5412,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessLogSetting') as access_log_setting, JSON_EXTRACT(Properties, '$.CacheClusterEnabled') as cache_cluster_enabled, JSON_EXTRACT(Properties, '$.CacheClusterSize') as cache_cluster_size, @@ -5431,15 +5431,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TracingEnabled') as tracing_enabled, JSON_EXTRACT(Properties, '$.Variables') as variables - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Stage' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Stage' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessLogSetting') as access_log_setting, json_extract_path_text(Properties, 'CacheClusterEnabled') as cache_cluster_enabled, json_extract_path_text(Properties, 'CacheClusterSize') as cache_cluster_size, @@ -5454,8 +5454,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TracingEnabled') as tracing_enabled, json_extract_path_text(Properties, 'Variables') as variables - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::Stage' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::Stage' + AND Identifier = '|' AND region = 'us-east-1' stages_list_only: name: stages_list_only @@ -5480,7 +5480,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestApiId') as rest_api_id, JSON_EXTRACT(Properties, '$.StageName') as stage_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Stage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Stage' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5489,7 +5489,7 @@ components: region, json_extract_path_text(Properties, 'RestApiId') as rest_api_id, json_extract_path_text(Properties, 'StageName') as stage_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::Stage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::Stage' AND region = 'us-east-1' usage_plans: name: usage_plans @@ -5549,11 +5549,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.ApiStages') as api_stages, JSON_EXTRACT(Properties, '$.Description') as description, @@ -5561,15 +5561,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Throttle') as throttle, JSON_EXTRACT(Properties, '$.UsagePlanName') as usage_plan_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::UsagePlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::UsagePlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'ApiStages') as api_stages, json_extract_path_text(Properties, 'Description') as description, @@ -5577,8 +5577,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Throttle') as throttle, json_extract_path_text(Properties, 'UsagePlanName') as usage_plan_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::UsagePlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::UsagePlan' + AND Identifier = '' AND region = 'us-east-1' usage_plans_list_only: name: usage_plans_list_only @@ -5601,7 +5601,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::UsagePlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::UsagePlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5609,7 +5609,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::UsagePlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::UsagePlan' AND region = 'us-east-1' usage_plan_keys: name: usage_plan_keys @@ -5656,30 +5656,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KeyId') as key_id, JSON_EXTRACT(Properties, '$.KeyType') as key_type, JSON_EXTRACT(Properties, '$.UsagePlanId') as usage_plan_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::UsagePlanKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::UsagePlanKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KeyId') as key_id, json_extract_path_text(Properties, 'KeyType') as key_type, json_extract_path_text(Properties, 'UsagePlanId') as usage_plan_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::UsagePlanKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::UsagePlanKey' + AND Identifier = '' AND region = 'us-east-1' usage_plan_keys_list_only: name: usage_plan_keys_list_only @@ -5702,7 +5702,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::UsagePlanKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::UsagePlanKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5710,7 +5710,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::UsagePlanKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::UsagePlanKey' AND region = 'us-east-1' vpc_links: name: vpc_links @@ -5770,32 +5770,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TargetArns') as target_arns, JSON_EXTRACT(Properties, '$.VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::VpcLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::VpcLink' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TargetArns') as target_arns, json_extract_path_text(Properties, 'VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGateway::VpcLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGateway::VpcLink' + AND Identifier = '' AND region = 'us-east-1' vpc_links_list_only: name: vpc_links_list_only @@ -5818,7 +5818,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::VpcLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::VpcLink' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5826,7 +5826,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGateway::VpcLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGateway::VpcLink' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml b/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml index 4ecb7a84..9bc7afa6 100644 --- a/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/apigatewayv2.yaml @@ -2184,11 +2184,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteSelectionExpression') as route_selection_expression, JSON_EXTRACT(Properties, '$.Body') as body, JSON_EXTRACT(Properties, '$.BodyS3Location') as body_s3_location, @@ -2209,15 +2209,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ApiKeySelectionExpression') as api_key_selection_expression, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Api' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Api' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteSelectionExpression') as route_selection_expression, json_extract_path_text(Properties, 'Body') as body, json_extract_path_text(Properties, 'BodyS3Location') as body_s3_location, @@ -2238,8 +2238,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ApiKeySelectionExpression') as api_key_selection_expression, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Api' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Api' + AND Identifier = '' AND region = 'us-east-1' apis_list_only: name: apis_list_only @@ -2262,7 +2262,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Api' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Api' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2270,7 +2270,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Api' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Api' AND region = 'us-east-1' api_mappings: name: api_mappings @@ -2331,32 +2331,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiMappingId') as api_mapping_id, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Stage') as stage, JSON_EXTRACT(Properties, '$.ApiMappingKey') as api_mapping_key, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::ApiMapping' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiMappingId') as api_mapping_id, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Stage') as stage, json_extract_path_text(Properties, 'ApiMappingKey') as api_mapping_key, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::ApiMapping' + AND Identifier = '|' AND region = 'us-east-1' api_mappings_list_only: name: api_mappings_list_only @@ -2381,7 +2381,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApiMappingId') as api_mapping_id, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::ApiMapping' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2390,7 +2390,7 @@ components: region, json_extract_path_text(Properties, 'ApiMappingId') as api_mapping_id, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::ApiMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::ApiMapping' AND region = 'us-east-1' authorizers: name: authorizers @@ -2451,11 +2451,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentityValidationExpression') as identity_validation_expression, JSON_EXTRACT(Properties, '$.AuthorizerUri') as authorizer_uri, JSON_EXTRACT(Properties, '$.AuthorizerCredentialsArn') as authorizer_credentials_arn, @@ -2468,15 +2468,15 @@ components: JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Authorizer' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentityValidationExpression') as identity_validation_expression, json_extract_path_text(Properties, 'AuthorizerUri') as authorizer_uri, json_extract_path_text(Properties, 'AuthorizerCredentialsArn') as authorizer_credentials_arn, @@ -2489,8 +2489,8 @@ components: json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Authorizer' + AND Identifier = '|' AND region = 'us-east-1' authorizers_list_only: name: authorizers_list_only @@ -2515,7 +2515,7 @@ components: region, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Authorizer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2524,7 +2524,7 @@ components: region, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Authorizer' AND region = 'us-east-1' deployments: name: deployments @@ -2585,30 +2585,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.StageName') as stage_name, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Deployment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeploymentId') as deployment_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'StageName') as stage_name, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Deployment' + AND Identifier = '|' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -2633,7 +2633,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2642,7 +2642,7 @@ components: region, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'DeploymentId') as deployment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Deployment' AND region = 'us-east-1' domain_names: name: domain_names @@ -2702,11 +2702,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MutualTlsAuthentication') as mutual_tls_authentication, JSON_EXTRACT(Properties, '$.RegionalHostedZoneId') as regional_hosted_zone_id, JSON_EXTRACT(Properties, '$.RegionalDomainName') as regional_domain_name, @@ -2715,15 +2715,15 @@ components: JSON_EXTRACT(Properties, '$.DomainNameConfigurations') as domain_name_configurations, JSON_EXTRACT(Properties, '$.RoutingMode') as routing_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::DomainName' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MutualTlsAuthentication') as mutual_tls_authentication, json_extract_path_text(Properties, 'RegionalHostedZoneId') as regional_hosted_zone_id, json_extract_path_text(Properties, 'RegionalDomainName') as regional_domain_name, @@ -2732,8 +2732,8 @@ components: json_extract_path_text(Properties, 'DomainNameConfigurations') as domain_name_configurations, json_extract_path_text(Properties, 'RoutingMode') as routing_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::DomainName' + AND Identifier = '' AND region = 'us-east-1' domain_names_list_only: name: domain_names_list_only @@ -2756,7 +2756,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::DomainName' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2764,7 +2764,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::DomainName' AND region = 'us-east-1' integrations: name: integrations @@ -2825,11 +2825,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ConnectionId') as connection_id, JSON_EXTRACT(Properties, '$.ConnectionType') as connection_type, @@ -2849,15 +2849,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateSelectionExpression') as template_selection_expression, JSON_EXTRACT(Properties, '$.TimeoutInMillis') as timeout_in_millis, JSON_EXTRACT(Properties, '$.TlsConfig') as tls_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Integration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Integration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ConnectionId') as connection_id, json_extract_path_text(Properties, 'ConnectionType') as connection_type, @@ -2877,8 +2877,8 @@ components: json_extract_path_text(Properties, 'TemplateSelectionExpression') as template_selection_expression, json_extract_path_text(Properties, 'TimeoutInMillis') as timeout_in_millis, json_extract_path_text(Properties, 'TlsConfig') as tls_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Integration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Integration' + AND Identifier = '|' AND region = 'us-east-1' integrations_list_only: name: integrations_list_only @@ -2903,7 +2903,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.IntegrationId') as integration_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Integration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2912,7 +2912,7 @@ components: region, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'IntegrationId') as integration_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Integration' AND region = 'us-east-1' integration_responses: name: integration_responses @@ -2974,11 +2974,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IntegrationResponseId') as integration_response_id, JSON_EXTRACT(Properties, '$.ResponseTemplates') as response_templates, JSON_EXTRACT(Properties, '$.TemplateSelectionExpression') as template_selection_expression, @@ -2987,15 +2987,15 @@ components: JSON_EXTRACT(Properties, '$.IntegrationId') as integration_id, JSON_EXTRACT(Properties, '$.IntegrationResponseKey') as integration_response_key, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IntegrationResponseId') as integration_response_id, json_extract_path_text(Properties, 'ResponseTemplates') as response_templates, json_extract_path_text(Properties, 'TemplateSelectionExpression') as template_selection_expression, @@ -3004,8 +3004,8 @@ components: json_extract_path_text(Properties, 'IntegrationId') as integration_id, json_extract_path_text(Properties, 'IntegrationResponseKey') as integration_response_key, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' + AND Identifier = '||' AND region = 'us-east-1' integration_responses_list_only: name: integration_responses_list_only @@ -3032,7 +3032,7 @@ components: JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.IntegrationId') as integration_id, JSON_EXTRACT(Properties, '$.IntegrationResponseId') as integration_response_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3042,7 +3042,7 @@ components: json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'IntegrationId') as integration_id, json_extract_path_text(Properties, 'IntegrationResponseId') as integration_response_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::IntegrationResponse' AND region = 'us-east-1' models: name: models @@ -3103,34 +3103,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ModelId') as model_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ContentType') as content_type, JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Model' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ModelId') as model_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ContentType') as content_type, json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Model' + AND Identifier = '|' AND region = 'us-east-1' models_list_only: name: models_list_only @@ -3155,7 +3155,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ModelId') as model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Model' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3164,7 +3164,7 @@ components: region, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ModelId') as model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Model' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Model' AND region = 'us-east-1' routes: name: routes @@ -3225,11 +3225,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteId') as route_id, JSON_EXTRACT(Properties, '$.RouteResponseSelectionExpression') as route_response_selection_expression, JSON_EXTRACT(Properties, '$.RequestModels') as request_models, @@ -3243,15 +3243,15 @@ components: JSON_EXTRACT(Properties, '$.RequestParameters') as request_parameters, JSON_EXTRACT(Properties, '$.Target') as target, JSON_EXTRACT(Properties, '$.AuthorizerId') as authorizer_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Route' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteId') as route_id, json_extract_path_text(Properties, 'RouteResponseSelectionExpression') as route_response_selection_expression, json_extract_path_text(Properties, 'RequestModels') as request_models, @@ -3265,8 +3265,8 @@ components: json_extract_path_text(Properties, 'RequestParameters') as request_parameters, json_extract_path_text(Properties, 'Target') as target, json_extract_path_text(Properties, 'AuthorizerId') as authorizer_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::Route' + AND Identifier = '|' AND region = 'us-east-1' routes_list_only: name: routes_list_only @@ -3291,7 +3291,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.RouteId') as route_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Route' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3300,7 +3300,7 @@ components: region, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'RouteId') as route_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::Route' AND region = 'us-east-1' route_responses: name: route_responses @@ -3362,11 +3362,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteResponseKey') as route_response_key, JSON_EXTRACT(Properties, '$.ResponseParameters') as response_parameters, JSON_EXTRACT(Properties, '$.RouteId') as route_id, @@ -3374,15 +3374,15 @@ components: JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ResponseModels') as response_models, JSON_EXTRACT(Properties, '$.RouteResponseId') as route_response_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::RouteResponse' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteResponseKey') as route_response_key, json_extract_path_text(Properties, 'ResponseParameters') as response_parameters, json_extract_path_text(Properties, 'RouteId') as route_id, @@ -3390,8 +3390,8 @@ components: json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ResponseModels') as response_models, json_extract_path_text(Properties, 'RouteResponseId') as route_response_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::RouteResponse' + AND Identifier = '||' AND region = 'us-east-1' route_responses_list_only: name: route_responses_list_only @@ -3418,7 +3418,7 @@ components: JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.RouteId') as route_id, JSON_EXTRACT(Properties, '$.RouteResponseId') as route_response_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::RouteResponse' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3428,7 +3428,7 @@ components: json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'RouteId') as route_id, json_extract_path_text(Properties, 'RouteResponseId') as route_response_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::RouteResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::RouteResponse' AND region = 'us-east-1' routing_rules: name: routing_rules @@ -3488,34 +3488,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RoutingRuleId') as routing_rule_id, JSON_EXTRACT(Properties, '$.RoutingRuleArn') as routing_rule_arn, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.Priority') as priority, JSON_EXTRACT(Properties, '$.Conditions') as conditions, JSON_EXTRACT(Properties, '$.Actions') as actions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RoutingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::RoutingRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RoutingRuleId') as routing_rule_id, json_extract_path_text(Properties, 'RoutingRuleArn') as routing_rule_arn, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'Priority') as priority, json_extract_path_text(Properties, 'Conditions') as conditions, json_extract_path_text(Properties, 'Actions') as actions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::RoutingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::RoutingRule' + AND Identifier = '' AND region = 'us-east-1' routing_rules_list_only: name: routing_rules_list_only @@ -3538,7 +3538,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RoutingRuleArn') as routing_rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::RoutingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::RoutingRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3546,7 +3546,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RoutingRuleArn') as routing_rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::RoutingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::RoutingRule' AND region = 'us-east-1' vpc_links: name: vpc_links @@ -3606,32 +3606,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcLinkId') as vpc_link_id, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::VpcLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::VpcLink' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcLinkId') as vpc_link_id, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApiGatewayV2::VpcLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApiGatewayV2::VpcLink' + AND Identifier = '' AND region = 'us-east-1' vpc_links_list_only: name: vpc_links_list_only @@ -3654,7 +3654,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::VpcLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::VpcLink' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3662,7 +3662,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcLinkId') as vpc_link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApiGatewayV2::VpcLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApiGatewayV2::VpcLink' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/appconfig.yaml b/providers/src/awscc/v00.00.00000/services/appconfig.yaml index 2016dc33..c8d833fb 100644 --- a/providers/src/awscc/v00.00.00000/services/appconfig.yaml +++ b/providers/src/awscc/v00.00.00000/services/appconfig.yaml @@ -1735,30 +1735,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1781,7 +1781,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1789,7 +1789,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Application' AND region = 'us-east-1' configuration_profiles: name: configuration_profiles @@ -1850,11 +1850,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConfigurationProfileId') as configuration_profile_id, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri, JSON_EXTRACT(Properties, '$.Type') as type, @@ -1867,15 +1867,15 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::ConfigurationProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConfigurationProfileId') as configuration_profile_id, json_extract_path_text(Properties, 'LocationUri') as location_uri, json_extract_path_text(Properties, 'Type') as type, @@ -1888,8 +1888,8 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::ConfigurationProfile' + AND Identifier = '|' AND region = 'us-east-1' configuration_profiles_list_only: name: configuration_profiles_list_only @@ -1914,7 +1914,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.ConfigurationProfileId') as configuration_profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::ConfigurationProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1923,7 +1923,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'ConfigurationProfileId') as configuration_profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::ConfigurationProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::ConfigurationProfile' AND region = 'us-east-1' deployments: name: deployments @@ -1972,11 +1972,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeploymentStrategyId') as deployment_strategy_id, JSON_EXTRACT(Properties, '$.ConfigurationProfileId') as configuration_profile_id, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, @@ -1988,15 +1988,15 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.DynamicExtensionParameters') as dynamic_extension_parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Deployment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Deployment' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeploymentStrategyId') as deployment_strategy_id, json_extract_path_text(Properties, 'ConfigurationProfileId') as configuration_profile_id, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, @@ -2008,8 +2008,8 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'DynamicExtensionParameters') as dynamic_extension_parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Deployment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Deployment' + AND Identifier = '||' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -2036,7 +2036,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.DeploymentNumber') as deployment_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2046,7 +2046,7 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'DeploymentNumber') as deployment_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Deployment' AND region = 'us-east-1' deployment_strategies: name: deployment_strategies @@ -2106,11 +2106,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeploymentDurationInMinutes') as deployment_duration_in_minutes, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.FinalBakeTimeInMinutes') as final_bake_time_in_minutes, @@ -2120,15 +2120,15 @@ components: JSON_EXTRACT(Properties, '$.ReplicateTo') as replicate_to, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::DeploymentStrategy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::DeploymentStrategy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeploymentDurationInMinutes') as deployment_duration_in_minutes, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'FinalBakeTimeInMinutes') as final_bake_time_in_minutes, @@ -2138,8 +2138,8 @@ components: json_extract_path_text(Properties, 'ReplicateTo') as replicate_to, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::DeploymentStrategy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::DeploymentStrategy' + AND Identifier = '' AND region = 'us-east-1' deployment_strategies_list_only: name: deployment_strategies_list_only @@ -2162,7 +2162,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::DeploymentStrategy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::DeploymentStrategy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2170,7 +2170,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::DeploymentStrategy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::DeploymentStrategy' AND region = 'us-east-1' environments: name: environments @@ -2231,11 +2231,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Monitors') as monitors, @@ -2243,15 +2243,15 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Environment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Environment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Monitors') as monitors, @@ -2259,8 +2259,8 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Environment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Environment' + AND Identifier = '|' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -2285,7 +2285,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2294,7 +2294,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Environment' AND region = 'us-east-1' extensions: name: extensions @@ -2354,11 +2354,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number, @@ -2368,15 +2368,15 @@ components: JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.LatestVersionNumber') as latest_version_number, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Extension' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Extension' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'VersionNumber') as version_number, @@ -2386,8 +2386,8 @@ components: json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'LatestVersionNumber') as latest_version_number, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::Extension' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::Extension' + AND Identifier = '' AND region = 'us-east-1' extensions_list_only: name: extensions_list_only @@ -2410,7 +2410,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Extension' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Extension' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2418,7 +2418,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::Extension' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::Extension' AND region = 'us-east-1' extension_associations: name: extension_associations @@ -2478,11 +2478,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ExtensionArn') as extension_arn, @@ -2492,15 +2492,15 @@ components: JSON_EXTRACT(Properties, '$.ExtensionVersionNumber') as extension_version_number, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ExtensionAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::ExtensionAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ExtensionArn') as extension_arn, @@ -2510,8 +2510,8 @@ components: json_extract_path_text(Properties, 'ExtensionVersionNumber') as extension_version_number, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::ExtensionAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::ExtensionAssociation' + AND Identifier = '' AND region = 'us-east-1' extension_associations_list_only: name: extension_associations_list_only @@ -2534,7 +2534,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::ExtensionAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::ExtensionAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2542,7 +2542,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::ExtensionAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::ExtensionAssociation' AND region = 'us-east-1' hosted_configuration_versions: name: hosted_configuration_versions @@ -2591,11 +2591,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConfigurationProfileId') as configuration_profile_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ContentType') as content_type, @@ -2604,15 +2604,15 @@ components: JSON_EXTRACT(Properties, '$.VersionLabel') as version_label, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::HostedConfigurationVersion' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConfigurationProfileId') as configuration_profile_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ContentType') as content_type, @@ -2621,8 +2621,8 @@ components: json_extract_path_text(Properties, 'VersionLabel') as version_label, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'VersionNumber') as version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppConfig::HostedConfigurationVersion' + AND Identifier = '||' AND region = 'us-east-1' hosted_configuration_versions_list_only: name: hosted_configuration_versions_list_only @@ -2649,7 +2649,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.ConfigurationProfileId') as configuration_profile_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::HostedConfigurationVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2659,7 +2659,7 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'ConfigurationProfileId') as configuration_profile_id, json_extract_path_text(Properties, 'VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppConfig::HostedConfigurationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppConfig::HostedConfigurationVersion' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/appflow.yaml b/providers/src/awscc/v00.00.00000/services/appflow.yaml index d63f0728..ad371193 100644 --- a/providers/src/awscc/v00.00.00000/services/appflow.yaml +++ b/providers/src/awscc/v00.00.00000/services/appflow.yaml @@ -2933,32 +2933,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectorLabel') as connector_label, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.ConnectorProvisioningType') as connector_provisioning_type, JSON_EXTRACT(Properties, '$.ConnectorProvisioningConfig') as connector_provisioning_config, JSON_EXTRACT(Properties, '$.Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::Connector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectorLabel') as connector_label, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'ConnectorProvisioningType') as connector_provisioning_type, json_extract_path_text(Properties, 'ConnectorProvisioningConfig') as connector_provisioning_config, json_extract_path_text(Properties, 'Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::Connector' + AND Identifier = '' AND region = 'us-east-1' connectors_list_only: name: connectors_list_only @@ -2981,7 +2981,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorLabel') as connector_label - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::Connector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2989,7 +2989,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorLabel') as connector_label - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::Connector' AND region = 'us-east-1' connector_profiles: name: connector_profiles @@ -3049,11 +3049,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectorProfileArn') as connector_profile_arn, JSON_EXTRACT(Properties, '$.ConnectorLabel') as connector_label, JSON_EXTRACT(Properties, '$.ConnectorProfileName') as connector_profile_name, @@ -3062,15 +3062,15 @@ components: JSON_EXTRACT(Properties, '$.ConnectionMode') as connection_mode, JSON_EXTRACT(Properties, '$.ConnectorProfileConfig') as connector_profile_config, JSON_EXTRACT(Properties, '$.CredentialsArn') as credentials_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::ConnectorProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::ConnectorProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectorProfileArn') as connector_profile_arn, json_extract_path_text(Properties, 'ConnectorLabel') as connector_label, json_extract_path_text(Properties, 'ConnectorProfileName') as connector_profile_name, @@ -3079,8 +3079,8 @@ components: json_extract_path_text(Properties, 'ConnectionMode') as connection_mode, json_extract_path_text(Properties, 'ConnectorProfileConfig') as connector_profile_config, json_extract_path_text(Properties, 'CredentialsArn') as credentials_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::ConnectorProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::ConnectorProfile' + AND Identifier = '' AND region = 'us-east-1' connector_profiles_list_only: name: connector_profiles_list_only @@ -3103,7 +3103,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorProfileName') as connector_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::ConnectorProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::ConnectorProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3111,7 +3111,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorProfileName') as connector_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::ConnectorProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::ConnectorProfile' AND region = 'us-east-1' flows: name: flows @@ -3171,11 +3171,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.FlowName') as flow_name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3187,15 +3187,15 @@ components: JSON_EXTRACT(Properties, '$.Tasks') as tasks, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.MetadataCatalogConfig') as metadata_catalog_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::Flow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'FlowName') as flow_name, json_extract_path_text(Properties, 'Description') as description, @@ -3207,8 +3207,8 @@ components: json_extract_path_text(Properties, 'Tasks') as tasks, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'MetadataCatalogConfig') as metadata_catalog_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppFlow::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppFlow::Flow' + AND Identifier = '' AND region = 'us-east-1' flows_list_only: name: flows_list_only @@ -3231,7 +3231,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FlowName') as flow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::Flow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3239,7 +3239,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FlowName') as flow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppFlow::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppFlow::Flow' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/appintegrations.yaml b/providers/src/awscc/v00.00.00000/services/appintegrations.yaml index fff73048..0d5438c6 100644 --- a/providers/src/awscc/v00.00.00000/services/appintegrations.yaml +++ b/providers/src/awscc/v00.00.00000/services/appintegrations.yaml @@ -1160,11 +1160,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Namespace') as namespace, @@ -1177,15 +1177,15 @@ components: JSON_EXTRACT(Properties, '$.InitializationTimeout') as initialization_timeout, JSON_EXTRACT(Properties, '$.ApplicationConfig') as application_config, JSON_EXTRACT(Properties, '$.IframeConfig') as iframe_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Namespace') as namespace, @@ -1198,8 +1198,8 @@ components: json_extract_path_text(Properties, 'InitializationTimeout') as initialization_timeout, json_extract_path_text(Properties, 'ApplicationConfig') as application_config, json_extract_path_text(Properties, 'IframeConfig') as iframe_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1222,7 +1222,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1230,7 +1230,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::Application' AND region = 'us-east-1' data_integrations: name: data_integrations @@ -1290,11 +1290,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DataIntegrationArn') as data_integration_arn, @@ -1305,15 +1305,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.FileConfiguration') as file_configuration, JSON_EXTRACT(Properties, '$.ObjectConfiguration') as object_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::DataIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::DataIntegration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DataIntegrationArn') as data_integration_arn, @@ -1324,8 +1324,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'FileConfiguration') as file_configuration, json_extract_path_text(Properties, 'ObjectConfiguration') as object_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::DataIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::DataIntegration' + AND Identifier = '' AND region = 'us-east-1' data_integrations_list_only: name: data_integrations_list_only @@ -1348,7 +1348,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::DataIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::DataIntegration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1356,7 +1356,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::DataIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::DataIntegration' AND region = 'us-east-1' event_integrations: name: event_integrations @@ -1416,34 +1416,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EventIntegrationArn') as event_integration_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.EventBridgeBus') as event_bridge_bus, JSON_EXTRACT(Properties, '$.EventFilter') as event_filter, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::EventIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::EventIntegration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EventIntegrationArn') as event_integration_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'EventBridgeBus') as event_bridge_bus, json_extract_path_text(Properties, 'EventFilter') as event_filter, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppIntegrations::EventIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppIntegrations::EventIntegration' + AND Identifier = '' AND region = 'us-east-1' event_integrations_list_only: name: event_integrations_list_only @@ -1466,7 +1466,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::EventIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::EventIntegration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1474,7 +1474,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppIntegrations::EventIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppIntegrations::EventIntegration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml b/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml index 39db934b..9bf5e987 100644 --- a/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml +++ b/providers/src/awscc/v00.00.00000/services/applicationautoscaling.yaml @@ -1506,11 +1506,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScheduledActions') as scheduled_actions, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ServiceNamespace') as service_namespace, @@ -1520,15 +1520,15 @@ components: JSON_EXTRACT(Properties, '$.MinCapacity') as min_capacity, JSON_EXTRACT(Properties, '$.RoleARN') as role_arn, JSON_EXTRACT(Properties, '$.MaxCapacity') as max_capacity - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScheduledActions') as scheduled_actions, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ServiceNamespace') as service_namespace, @@ -1538,8 +1538,8 @@ components: json_extract_path_text(Properties, 'MinCapacity') as min_capacity, json_extract_path_text(Properties, 'RoleARN') as role_arn, json_extract_path_text(Properties, 'MaxCapacity') as max_capacity - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' + AND Identifier = '||' AND region = 'us-east-1' scalable_targets_list_only: name: scalable_targets_list_only @@ -1566,7 +1566,7 @@ components: JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ScalableDimension') as scalable_dimension, JSON_EXTRACT(Properties, '$.ServiceNamespace') as service_namespace - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1576,7 +1576,7 @@ components: json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ScalableDimension') as scalable_dimension, json_extract_path_text(Properties, 'ServiceNamespace') as service_namespace - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalableTarget' AND region = 'us-east-1' scaling_policies: name: scaling_policies @@ -1637,11 +1637,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ScalingTargetId') as scaling_target_id, @@ -1652,15 +1652,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StepScalingPolicyConfiguration') as step_scaling_policy_configuration, JSON_EXTRACT(Properties, '$.PredictiveScalingPolicyConfiguration') as predictive_scaling_policy_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyType') as policy_type, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ScalingTargetId') as scaling_target_id, @@ -1671,8 +1671,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StepScalingPolicyConfiguration') as step_scaling_policy_configuration, json_extract_path_text(Properties, 'PredictiveScalingPolicyConfiguration') as predictive_scaling_policy_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' + AND Identifier = '|' AND region = 'us-east-1' scaling_policies_list_only: name: scaling_policies_list_only @@ -1697,7 +1697,7 @@ components: region, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ScalableDimension') as scalable_dimension - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1706,7 +1706,7 @@ components: region, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ScalableDimension') as scalable_dimension - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationAutoScaling::ScalingPolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/applicationinsights.yaml b/providers/src/awscc/v00.00.00000/services/applicationinsights.yaml index aaa4f10b..f67f7b2c 100644 --- a/providers/src/awscc/v00.00.00000/services/applicationinsights.yaml +++ b/providers/src/awscc/v00.00.00000/services/applicationinsights.yaml @@ -1140,11 +1140,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceGroupName') as resource_group_name, JSON_EXTRACT(Properties, '$.ApplicationARN') as application_arn, JSON_EXTRACT(Properties, '$.CWEMonitorEnabled') as cwe_monitor_enabled, @@ -1158,15 +1158,15 @@ components: JSON_EXTRACT(Properties, '$.ComponentMonitoringSettings') as component_monitoring_settings, JSON_EXTRACT(Properties, '$.GroupingType') as grouping_type, JSON_EXTRACT(Properties, '$.AttachMissingPermission') as attach_missing_permission - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationInsights::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationInsights::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceGroupName') as resource_group_name, json_extract_path_text(Properties, 'ApplicationARN') as application_arn, json_extract_path_text(Properties, 'CWEMonitorEnabled') as cwe_monitor_enabled, @@ -1180,8 +1180,8 @@ components: json_extract_path_text(Properties, 'ComponentMonitoringSettings') as component_monitoring_settings, json_extract_path_text(Properties, 'GroupingType') as grouping_type, json_extract_path_text(Properties, 'AttachMissingPermission') as attach_missing_permission - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationInsights::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationInsights::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1204,7 +1204,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationARN') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationInsights::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationInsights::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1212,7 +1212,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationARN') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationInsights::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationInsights::Application' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/applicationsignals.yaml b/providers/src/awscc/v00.00.00000/services/applicationsignals.yaml index 89b67553..193a2321 100644 --- a/providers/src/awscc/v00.00.00000/services/applicationsignals.yaml +++ b/providers/src/awscc/v00.00.00000/services/applicationsignals.yaml @@ -1058,24 +1058,24 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationSignals::Discovery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationSignals::Discovery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationSignals::Discovery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationSignals::Discovery' + AND Identifier = '' AND region = 'us-east-1' discoveries_list_only: name: discoveries_list_only @@ -1098,7 +1098,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationSignals::Discovery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationSignals::Discovery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1106,7 +1106,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationSignals::Discovery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationSignals::Discovery' AND region = 'us-east-1' service_level_objectives: name: service_level_objectives @@ -1166,11 +1166,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1183,15 +1183,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.BurnRateConfigurations') as burn_rate_configurations, JSON_EXTRACT(Properties, '$.ExclusionWindows') as exclusion_windows - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -1204,8 +1204,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'BurnRateConfigurations') as burn_rate_configurations, json_extract_path_text(Properties, 'ExclusionWindows') as exclusion_windows - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' + AND Identifier = '' AND region = 'us-east-1' service_level_objectives_list_only: name: service_level_objectives_list_only @@ -1228,7 +1228,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1236,7 +1236,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ApplicationSignals::ServiceLevelObjective' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/apprunner.yaml b/providers/src/awscc/v00.00.00000/services/apprunner.yaml index fbcb091f..926ef66f 100644 --- a/providers/src/awscc/v00.00.00000/services/apprunner.yaml +++ b/providers/src/awscc/v00.00.00000/services/apprunner.yaml @@ -1440,11 +1440,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoScalingConfigurationArn') as auto_scaling_configuration_arn, JSON_EXTRACT(Properties, '$.AutoScalingConfigurationName') as auto_scaling_configuration_name, JSON_EXTRACT(Properties, '$.AutoScalingConfigurationRevision') as auto_scaling_configuration_revision, @@ -1453,15 +1453,15 @@ components: JSON_EXTRACT(Properties, '$.MinSize') as min_size, JSON_EXTRACT(Properties, '$.Latest') as latest, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::AutoScalingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::AutoScalingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoScalingConfigurationArn') as auto_scaling_configuration_arn, json_extract_path_text(Properties, 'AutoScalingConfigurationName') as auto_scaling_configuration_name, json_extract_path_text(Properties, 'AutoScalingConfigurationRevision') as auto_scaling_configuration_revision, @@ -1470,8 +1470,8 @@ components: json_extract_path_text(Properties, 'MinSize') as min_size, json_extract_path_text(Properties, 'Latest') as latest, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::AutoScalingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::AutoScalingConfiguration' + AND Identifier = '' AND region = 'us-east-1' auto_scaling_configurations_list_only: name: auto_scaling_configurations_list_only @@ -1494,7 +1494,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AutoScalingConfigurationArn') as auto_scaling_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::AutoScalingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::AutoScalingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1502,7 +1502,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AutoScalingConfigurationArn') as auto_scaling_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::AutoScalingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::AutoScalingConfiguration' AND region = 'us-east-1' observability_configurations: name: observability_configurations @@ -1549,34 +1549,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ObservabilityConfigurationArn') as observability_configuration_arn, JSON_EXTRACT(Properties, '$.ObservabilityConfigurationName') as observability_configuration_name, JSON_EXTRACT(Properties, '$.ObservabilityConfigurationRevision') as observability_configuration_revision, JSON_EXTRACT(Properties, '$.Latest') as latest, JSON_EXTRACT(Properties, '$.TraceConfiguration') as trace_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::ObservabilityConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::ObservabilityConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ObservabilityConfigurationArn') as observability_configuration_arn, json_extract_path_text(Properties, 'ObservabilityConfigurationName') as observability_configuration_name, json_extract_path_text(Properties, 'ObservabilityConfigurationRevision') as observability_configuration_revision, json_extract_path_text(Properties, 'Latest') as latest, json_extract_path_text(Properties, 'TraceConfiguration') as trace_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::ObservabilityConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::ObservabilityConfiguration' + AND Identifier = '' AND region = 'us-east-1' observability_configurations_list_only: name: observability_configurations_list_only @@ -1599,7 +1599,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ObservabilityConfigurationArn') as observability_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::ObservabilityConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::ObservabilityConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1607,7 +1607,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ObservabilityConfigurationArn') as observability_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::ObservabilityConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::ObservabilityConfiguration' AND region = 'us-east-1' services: name: services @@ -1667,11 +1667,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ServiceName') as service_name, JSON_EXTRACT(Properties, '$.ServiceId') as service_id, JSON_EXTRACT(Properties, '$.ServiceArn') as service_arn, @@ -1685,15 +1685,15 @@ components: JSON_EXTRACT(Properties, '$.ObservabilityConfiguration') as observability_configuration, JSON_EXTRACT(Properties, '$.AutoScalingConfigurationArn') as auto_scaling_configuration_arn, JSON_EXTRACT(Properties, '$.NetworkConfiguration') as network_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::Service' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::Service' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ServiceName') as service_name, json_extract_path_text(Properties, 'ServiceId') as service_id, json_extract_path_text(Properties, 'ServiceArn') as service_arn, @@ -1707,8 +1707,8 @@ components: json_extract_path_text(Properties, 'ObservabilityConfiguration') as observability_configuration, json_extract_path_text(Properties, 'AutoScalingConfigurationArn') as auto_scaling_configuration_arn, json_extract_path_text(Properties, 'NetworkConfiguration') as network_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::Service' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::Service' + AND Identifier = '' AND region = 'us-east-1' services_list_only: name: services_list_only @@ -1731,7 +1731,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServiceArn') as service_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::Service' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1739,7 +1739,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServiceArn') as service_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::Service' AND region = 'us-east-1' vpc_connectors: name: vpc_connectors @@ -1786,34 +1786,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcConnectorName') as vpc_connector_name, JSON_EXTRACT(Properties, '$.VpcConnectorArn') as vpc_connector_arn, JSON_EXTRACT(Properties, '$.VpcConnectorRevision') as vpc_connector_revision, JSON_EXTRACT(Properties, '$.Subnets') as subnets, JSON_EXTRACT(Properties, '$.SecurityGroups') as security_groups, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::VpcConnector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::VpcConnector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcConnectorName') as vpc_connector_name, json_extract_path_text(Properties, 'VpcConnectorArn') as vpc_connector_arn, json_extract_path_text(Properties, 'VpcConnectorRevision') as vpc_connector_revision, json_extract_path_text(Properties, 'Subnets') as subnets, json_extract_path_text(Properties, 'SecurityGroups') as security_groups, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::VpcConnector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::VpcConnector' + AND Identifier = '' AND region = 'us-east-1' vpc_connectors_list_only: name: vpc_connectors_list_only @@ -1836,7 +1836,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcConnectorArn') as vpc_connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::VpcConnector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::VpcConnector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1844,7 +1844,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcConnectorArn') as vpc_connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::VpcConnector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::VpcConnector' AND region = 'us-east-1' vpc_ingress_connections: name: vpc_ingress_connections @@ -1904,11 +1904,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcIngressConnectionArn') as vpc_ingress_connection_arn, JSON_EXTRACT(Properties, '$.VpcIngressConnectionName') as vpc_ingress_connection_name, JSON_EXTRACT(Properties, '$.ServiceArn') as service_arn, @@ -1916,15 +1916,15 @@ components: JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.IngressVpcConfiguration') as ingress_vpc_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::VpcIngressConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::VpcIngressConnection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcIngressConnectionArn') as vpc_ingress_connection_arn, json_extract_path_text(Properties, 'VpcIngressConnectionName') as vpc_ingress_connection_name, json_extract_path_text(Properties, 'ServiceArn') as service_arn, @@ -1932,8 +1932,8 @@ components: json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'IngressVpcConfiguration') as ingress_vpc_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppRunner::VpcIngressConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppRunner::VpcIngressConnection' + AND Identifier = '' AND region = 'us-east-1' vpc_ingress_connections_list_only: name: vpc_ingress_connections_list_only @@ -1956,7 +1956,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcIngressConnectionArn') as vpc_ingress_connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::VpcIngressConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::VpcIngressConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1964,7 +1964,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcIngressConnectionArn') as vpc_ingress_connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppRunner::VpcIngressConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppRunner::VpcIngressConnection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/appstream.yaml b/providers/src/awscc/v00.00.00000/services/appstream.yaml index 1b399f17..cd11e695 100644 --- a/providers/src/awscc/v00.00.00000/services/appstream.yaml +++ b/providers/src/awscc/v00.00.00000/services/appstream.yaml @@ -1459,11 +1459,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1474,15 +1474,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.PackagingType') as packaging_type, JSON_EXTRACT(Properties, '$.PostSetupScriptDetails') as post_setup_script_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::AppBlock' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::AppBlock' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, @@ -1493,8 +1493,8 @@ components: json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'PackagingType') as packaging_type, json_extract_path_text(Properties, 'PostSetupScriptDetails') as post_setup_script_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::AppBlock' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::AppBlock' + AND Identifier = '' AND region = 'us-east-1' app_block_builders: name: app_block_builders @@ -1554,11 +1554,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1572,15 +1572,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.InstanceType') as instance_type, JSON_EXTRACT(Properties, '$.AppBlockArns') as app_block_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::AppBlockBuilder' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::AppBlockBuilder' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, @@ -1594,8 +1594,8 @@ components: json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'InstanceType') as instance_type, json_extract_path_text(Properties, 'AppBlockArns') as app_block_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::AppBlockBuilder' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::AppBlockBuilder' + AND Identifier = '' AND region = 'us-east-1' app_block_builders_list_only: name: app_block_builders_list_only @@ -1618,7 +1618,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::AppBlockBuilder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::AppBlockBuilder' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1626,7 +1626,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::AppBlockBuilder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::AppBlockBuilder' AND region = 'us-east-1' applications: name: applications @@ -1686,11 +1686,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1705,15 +1705,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AttributesToDelete') as attributes_to_delete, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'Description') as description, @@ -1728,8 +1728,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AttributesToDelete') as attributes_to_delete, json_extract_path_text(Properties, 'CreatedTime') as created_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::Application' + AND Identifier = '' AND region = 'us-east-1' application_entitlement_associations: name: application_entitlement_associations @@ -1778,28 +1778,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StackName') as stack_name, JSON_EXTRACT(Properties, '$.EntitlementName') as entitlement_name, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StackName') as stack_name, json_extract_path_text(Properties, 'EntitlementName') as entitlement_name, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ApplicationEntitlementAssociation' + AND Identifier = '||' AND region = 'us-east-1' application_fleet_associations: name: application_fleet_associations @@ -1847,26 +1847,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FleetName') as fleet_name, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ApplicationFleetAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FleetName') as fleet_name, json_extract_path_text(Properties, 'ApplicationArn') as application_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ApplicationFleetAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ApplicationFleetAssociation' + AND Identifier = '|' AND region = 'us-east-1' directory_configs: name: directory_configs @@ -1926,30 +1926,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OrganizationalUnitDistinguishedNames') as organizational_unit_distinguished_names, JSON_EXTRACT(Properties, '$.ServiceAccountCredentials') as service_account_credentials, JSON_EXTRACT(Properties, '$.DirectoryName') as directory_name, JSON_EXTRACT(Properties, '$.CertificateBasedAuthProperties') as certificate_based_auth_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::DirectoryConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::DirectoryConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OrganizationalUnitDistinguishedNames') as organizational_unit_distinguished_names, json_extract_path_text(Properties, 'ServiceAccountCredentials') as service_account_credentials, json_extract_path_text(Properties, 'DirectoryName') as directory_name, json_extract_path_text(Properties, 'CertificateBasedAuthProperties') as certificate_based_auth_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::DirectoryConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::DirectoryConfig' + AND Identifier = '' AND region = 'us-east-1' directory_configs_list_only: name: directory_configs_list_only @@ -1972,7 +1972,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DirectoryName') as directory_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::DirectoryConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::DirectoryConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1980,7 +1980,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DirectoryName') as directory_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::DirectoryConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::DirectoryConfig' AND region = 'us-east-1' entitlements: name: entitlements @@ -2041,11 +2041,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.StackName') as stack_name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2053,15 +2053,15 @@ components: JSON_EXTRACT(Properties, '$.Attributes') as attributes, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::Entitlement' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'StackName') as stack_name, json_extract_path_text(Properties, 'Description') as description, @@ -2069,8 +2069,8 @@ components: json_extract_path_text(Properties, 'Attributes') as attributes, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::Entitlement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::Entitlement' + AND Identifier = '|' AND region = 'us-east-1' image_builders: name: image_builders @@ -2117,11 +2117,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.VpcConfig') as vpc_config, JSON_EXTRACT(Properties, '$.EnableDefaultInternetAccess') as enable_default_internet_access, @@ -2136,15 +2136,15 @@ components: JSON_EXTRACT(Properties, '$.StreamingUrl') as streaming_url, JSON_EXTRACT(Properties, '$.ImageArn') as image_arn, JSON_EXTRACT(Properties, '$.AccessEndpoints') as access_endpoints - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ImageBuilder' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ImageBuilder' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'VpcConfig') as vpc_config, json_extract_path_text(Properties, 'EnableDefaultInternetAccess') as enable_default_internet_access, @@ -2159,8 +2159,8 @@ components: json_extract_path_text(Properties, 'StreamingUrl') as streaming_url, json_extract_path_text(Properties, 'ImageArn') as image_arn, json_extract_path_text(Properties, 'AccessEndpoints') as access_endpoints - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppStream::ImageBuilder' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppStream::ImageBuilder' + AND Identifier = '' AND region = 'us-east-1' image_builders_list_only: name: image_builders_list_only @@ -2183,7 +2183,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ImageBuilder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::ImageBuilder' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2191,7 +2191,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppStream::ImageBuilder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppStream::ImageBuilder' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/appsync.yaml b/providers/src/awscc/v00.00.00000/services/appsync.yaml index 78d84a2a..a0d5bbcc 100644 --- a/providers/src/awscc/v00.00.00000/services/appsync.yaml +++ b/providers/src/awscc/v00.00.00000/services/appsync.yaml @@ -2299,11 +2299,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ApiArn') as api_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2311,15 +2311,15 @@ components: JSON_EXTRACT(Properties, '$.Dns') as dns, JSON_EXTRACT(Properties, '$.EventConfig') as event_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::Api' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::Api' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ApiArn') as api_arn, json_extract_path_text(Properties, 'Name') as name, @@ -2327,8 +2327,8 @@ components: json_extract_path_text(Properties, 'Dns') as dns, json_extract_path_text(Properties, 'EventConfig') as event_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::Api' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::Api' + AND Identifier = '' AND region = 'us-east-1' apis_list_only: name: apis_list_only @@ -2351,7 +2351,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApiArn') as api_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::Api' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::Api' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2359,7 +2359,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApiArn') as api_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::Api' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::Api' AND region = 'us-east-1' channel_namespaces: name: channel_namespaces @@ -2419,11 +2419,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SubscribeAuthModes') as subscribe_auth_modes, @@ -2433,15 +2433,15 @@ components: JSON_EXTRACT(Properties, '$.ChannelNamespaceArn') as channel_namespace_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.HandlerConfigs') as handler_configs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::ChannelNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::ChannelNamespace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SubscribeAuthModes') as subscribe_auth_modes, @@ -2451,8 +2451,8 @@ components: json_extract_path_text(Properties, 'ChannelNamespaceArn') as channel_namespace_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'HandlerConfigs') as handler_configs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::ChannelNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::ChannelNamespace' + AND Identifier = '' AND region = 'us-east-1' channel_namespaces_list_only: name: channel_namespaces_list_only @@ -2475,7 +2475,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ChannelNamespaceArn') as channel_namespace_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::ChannelNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::ChannelNamespace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2483,7 +2483,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ChannelNamespaceArn') as channel_namespace_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::ChannelNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::ChannelNamespace' AND region = 'us-east-1' data_sources: name: data_sources @@ -2543,11 +2543,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DynamoDBConfig') as dynamo_db_config, @@ -2562,15 +2562,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.DataSourceArn') as data_source_arn, JSON_EXTRACT(Properties, '$.MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DataSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DataSource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DynamoDBConfig') as dynamo_db_config, @@ -2585,8 +2585,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'DataSourceArn') as data_source_arn, json_extract_path_text(Properties, 'MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DataSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DataSource' + AND Identifier = '' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -2609,7 +2609,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DataSourceArn') as data_source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2617,7 +2617,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DataSourceArn') as data_source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::DataSource' AND region = 'us-east-1' domain_names: name: domain_names @@ -2677,11 +2677,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, @@ -2689,15 +2689,15 @@ components: JSON_EXTRACT(Properties, '$.HostedZoneId') as hosted_zone_id, JSON_EXTRACT(Properties, '$.DomainNameArn') as domain_name_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DomainName' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, @@ -2705,8 +2705,8 @@ components: json_extract_path_text(Properties, 'HostedZoneId') as hosted_zone_id, json_extract_path_text(Properties, 'DomainNameArn') as domain_name_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DomainName' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DomainName' + AND Identifier = '' AND region = 'us-east-1' domain_names_list_only: name: domain_names_list_only @@ -2729,7 +2729,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::DomainName' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2737,7 +2737,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::DomainName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::DomainName' AND region = 'us-east-1' domain_name_api_associations: name: domain_name_api_associations @@ -2797,28 +2797,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ApiAssociationIdentifier') as api_association_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DomainNameApiAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DomainNameApiAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ApiAssociationIdentifier') as api_association_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::DomainNameApiAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::DomainNameApiAssociation' + AND Identifier = '' AND region = 'us-east-1' function_configurations: name: function_configurations @@ -2878,11 +2878,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FunctionId') as function_id, JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn, JSON_EXTRACT(Properties, '$.ApiId') as api_id, @@ -2899,15 +2899,15 @@ components: JSON_EXTRACT(Properties, '$.ResponseMappingTemplateS3Location') as response_mapping_template_s3_location, JSON_EXTRACT(Properties, '$.Runtime') as runtime, JSON_EXTRACT(Properties, '$.SyncConfig') as sync_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::FunctionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::FunctionConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FunctionId') as function_id, json_extract_path_text(Properties, 'FunctionArn') as function_arn, json_extract_path_text(Properties, 'ApiId') as api_id, @@ -2924,8 +2924,8 @@ components: json_extract_path_text(Properties, 'ResponseMappingTemplateS3Location') as response_mapping_template_s3_location, json_extract_path_text(Properties, 'Runtime') as runtime, json_extract_path_text(Properties, 'SyncConfig') as sync_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::FunctionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::FunctionConfiguration' + AND Identifier = '' AND region = 'us-east-1' function_configurations_list_only: name: function_configurations_list_only @@ -2948,7 +2948,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::FunctionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::FunctionConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2956,7 +2956,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::FunctionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::FunctionConfiguration' AND region = 'us-east-1' graphql_apis: name: graphql_apis @@ -3016,11 +3016,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalAuthenticationProviders') as additional_authentication_providers, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.ApiType') as api_type, @@ -3046,15 +3046,15 @@ components: JSON_EXTRACT(Properties, '$.UserPoolConfig') as user_pool_config, JSON_EXTRACT(Properties, '$.Visibility') as visibility, JSON_EXTRACT(Properties, '$.XrayEnabled') as xray_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::GraphQLApi' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::GraphQLApi' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalAuthenticationProviders') as additional_authentication_providers, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'ApiType') as api_type, @@ -3080,8 +3080,8 @@ components: json_extract_path_text(Properties, 'UserPoolConfig') as user_pool_config, json_extract_path_text(Properties, 'Visibility') as visibility, json_extract_path_text(Properties, 'XrayEnabled') as xray_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::GraphQLApi' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::GraphQLApi' + AND Identifier = '' AND region = 'us-east-1' graphql_apis_list_only: name: graphql_apis_list_only @@ -3104,7 +3104,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::GraphQLApi' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::GraphQLApi' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3112,7 +3112,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApiId') as api_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::GraphQLApi' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::GraphQLApi' AND region = 'us-east-1' resolvers: name: resolvers @@ -3172,11 +3172,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiId') as api_id, JSON_EXTRACT(Properties, '$.CachingConfig') as caching_config, JSON_EXTRACT(Properties, '$.Code') as code, @@ -3195,15 +3195,15 @@ components: JSON_EXTRACT(Properties, '$.SyncConfig') as sync_config, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::Resolver' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::Resolver' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiId') as api_id, json_extract_path_text(Properties, 'CachingConfig') as caching_config, json_extract_path_text(Properties, 'Code') as code, @@ -3222,8 +3222,8 @@ components: json_extract_path_text(Properties, 'SyncConfig') as sync_config, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::Resolver' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::Resolver' + AND Identifier = '' AND region = 'us-east-1' resolvers_list_only: name: resolvers_list_only @@ -3246,7 +3246,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResolverArn') as resolver_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::Resolver' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::Resolver' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3254,7 +3254,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResolverArn') as resolver_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::Resolver' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::Resolver' AND region = 'us-east-1' source_api_associations: name: source_api_associations @@ -3314,11 +3314,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SourceApiIdentifier') as source_api_identifier, JSON_EXTRACT(Properties, '$.MergedApiIdentifier') as merged_api_identifier, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3332,15 +3332,15 @@ components: JSON_EXTRACT(Properties, '$.SourceApiAssociationStatus') as source_api_association_status, JSON_EXTRACT(Properties, '$.SourceApiAssociationStatusDetail') as source_api_association_status_detail, JSON_EXTRACT(Properties, '$.LastSuccessfulMergeDate') as last_successful_merge_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::SourceApiAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::SourceApiAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SourceApiIdentifier') as source_api_identifier, json_extract_path_text(Properties, 'MergedApiIdentifier') as merged_api_identifier, json_extract_path_text(Properties, 'Description') as description, @@ -3354,8 +3354,8 @@ components: json_extract_path_text(Properties, 'SourceApiAssociationStatus') as source_api_association_status, json_extract_path_text(Properties, 'SourceApiAssociationStatusDetail') as source_api_association_status_detail, json_extract_path_text(Properties, 'LastSuccessfulMergeDate') as last_successful_merge_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppSync::SourceApiAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppSync::SourceApiAssociation' + AND Identifier = '' AND region = 'us-east-1' source_api_associations_list_only: name: source_api_associations_list_only @@ -3378,7 +3378,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::SourceApiAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::SourceApiAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3386,7 +3386,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppSync::SourceApiAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppSync::SourceApiAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/apptest.yaml b/providers/src/awscc/v00.00.00000/services/apptest.yaml index 82d605c5..f9d9d89a 100644 --- a/providers/src/awscc/v00.00.00000/services/apptest.yaml +++ b/providers/src/awscc/v00.00.00000/services/apptest.yaml @@ -986,11 +986,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.LastUpdateTime') as last_update_time, @@ -1002,15 +1002,15 @@ components: JSON_EXTRACT(Properties, '$.TestCaseArn') as test_case_arn, JSON_EXTRACT(Properties, '$.TestCaseId') as test_case_id, JSON_EXTRACT(Properties, '$.TestCaseVersion') as test_case_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppTest::TestCase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppTest::TestCase' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'LastUpdateTime') as last_update_time, @@ -1022,8 +1022,8 @@ components: json_extract_path_text(Properties, 'TestCaseArn') as test_case_arn, json_extract_path_text(Properties, 'TestCaseId') as test_case_id, json_extract_path_text(Properties, 'TestCaseVersion') as test_case_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AppTest::TestCase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AppTest::TestCase' + AND Identifier = '' AND region = 'us-east-1' test_cases_list_only: name: test_cases_list_only @@ -1046,7 +1046,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TestCaseId') as test_case_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppTest::TestCase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppTest::TestCase' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1054,7 +1054,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TestCaseId') as test_case_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AppTest::TestCase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AppTest::TestCase' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/aps.yaml b/providers/src/awscc/v00.00.00000/services/aps.yaml index f9395f49..2b73dbc3 100644 --- a/providers/src/awscc/v00.00.00000/services/aps.yaml +++ b/providers/src/awscc/v00.00.00000/services/aps.yaml @@ -1192,26 +1192,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceArn') as workspace_arn, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceArn') as workspace_arn, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -1234,7 +1234,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkspaceArn') as workspace_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1242,7 +1242,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkspaceArn') as workspace_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::ResourcePolicy' AND region = 'us-east-1' rule_groups_namespaces: name: rule_groups_namespaces @@ -1302,32 +1302,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Workspace') as workspace, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Data') as data, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::RuleGroupsNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::RuleGroupsNamespace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Workspace') as workspace, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Data') as data, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::RuleGroupsNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::RuleGroupsNamespace' + AND Identifier = '' AND region = 'us-east-1' rule_groups_namespaces_list_only: name: rule_groups_namespaces_list_only @@ -1350,7 +1350,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::RuleGroupsNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::RuleGroupsNamespace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1358,7 +1358,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::RuleGroupsNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::RuleGroupsNamespace' AND region = 'us-east-1' scrapers: name: scrapers @@ -1418,11 +1418,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScraperId') as scraper_id, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -1432,15 +1432,15 @@ components: JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.Destination') as destination, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::Scraper' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::Scraper' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScraperId') as scraper_id, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'Arn') as arn, @@ -1450,8 +1450,8 @@ components: json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'Destination') as destination, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::Scraper' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::Scraper' + AND Identifier = '' AND region = 'us-east-1' scrapers_list_only: name: scrapers_list_only @@ -1474,7 +1474,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::Scraper' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::Scraper' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1482,7 +1482,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::Scraper' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::Scraper' AND region = 'us-east-1' workspaces: name: workspaces @@ -1542,11 +1542,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -1557,15 +1557,15 @@ components: JSON_EXTRACT(Properties, '$.QueryLoggingConfiguration') as query_logging_configuration, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::Workspace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'Arn') as arn, @@ -1576,8 +1576,8 @@ components: json_extract_path_text(Properties, 'QueryLoggingConfiguration') as query_logging_configuration, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::APS::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::APS::Workspace' + AND Identifier = '' AND region = 'us-east-1' workspaces_list_only: name: workspaces_list_only @@ -1600,7 +1600,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::Workspace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1608,7 +1608,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::APS::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::APS::Workspace' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/arcregionswitch.yaml b/providers/src/awscc/v00.00.00000/services/arcregionswitch.yaml index 341ea8df..1629e7b6 100644 --- a/providers/src/awscc/v00.00.00000/services/arcregionswitch.yaml +++ b/providers/src/awscc/v00.00.00000/services/arcregionswitch.yaml @@ -1323,11 +1323,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssociatedAlarms') as associated_alarms, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1344,15 +1344,15 @@ components: JSON_EXTRACT(Properties, '$.Workflows') as workflows, JSON_EXTRACT(Properties, '$.HealthChecksForPlan') as health_checks_for_plan, JSON_EXTRACT(Properties, '$.Route53HealthChecks') as route53_health_checks - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCRegionSwitch::Plan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCRegionSwitch::Plan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssociatedAlarms') as associated_alarms, json_extract_path_text(Properties, 'Description') as description, @@ -1369,8 +1369,8 @@ components: json_extract_path_text(Properties, 'Workflows') as workflows, json_extract_path_text(Properties, 'HealthChecksForPlan') as health_checks_for_plan, json_extract_path_text(Properties, 'Route53HealthChecks') as route53_health_checks - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCRegionSwitch::Plan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCRegionSwitch::Plan' + AND Identifier = '' AND region = 'us-east-1' plans_list_only: name: plans_list_only @@ -1393,7 +1393,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCRegionSwitch::Plan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCRegionSwitch::Plan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1401,7 +1401,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCRegionSwitch::Plan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCRegionSwitch::Plan' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/arczonalshift.yaml b/providers/src/awscc/v00.00.00000/services/arczonalshift.yaml index bc45c061..afd69df9 100644 --- a/providers/src/awscc/v00.00.00000/services/arczonalshift.yaml +++ b/providers/src/awscc/v00.00.00000/services/arczonalshift.yaml @@ -636,28 +636,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.Region') as region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'Region') as region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' + AND Identifier = '|' AND region = 'us-east-1' autoshift_observer_notification_statuses_list_only: name: autoshift_observer_notification_statuses_list_only @@ -682,7 +682,7 @@ components: region, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.Region') as region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -691,7 +691,7 @@ components: region, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'Region') as region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCZonalShift::AutoshiftObserverNotificationStatus' AND region = 'us-east-1' zonal_autoshift_configurations: name: zonal_autoshift_configurations @@ -751,28 +751,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ZonalAutoshiftStatus') as zonal_autoshift_status, JSON_EXTRACT(Properties, '$.PracticeRunConfiguration') as practice_run_configuration, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ZonalAutoshiftStatus') as zonal_autoshift_status, json_extract_path_text(Properties, 'PracticeRunConfiguration') as practice_run_configuration, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' + AND Identifier = '' AND region = 'us-east-1' zonal_autoshift_configurations_list_only: name: zonal_autoshift_configurations_list_only @@ -795,7 +795,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -803,7 +803,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ARCZonalShift::ZonalAutoshiftConfiguration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/athena.yaml b/providers/src/awscc/v00.00.00000/services/athena.yaml index 28f3d18d..5804151b 100644 --- a/providers/src/awscc/v00.00.00000/services/athena.yaml +++ b/providers/src/awscc/v00.00.00000/services/athena.yaml @@ -1397,11 +1397,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status, @@ -1411,15 +1411,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.LastSuccessfulAllocationTime') as last_successful_allocation_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::CapacityReservation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::CapacityReservation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status, @@ -1429,8 +1429,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'LastSuccessfulAllocationTime') as last_successful_allocation_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::CapacityReservation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::CapacityReservation' + AND Identifier = '' AND region = 'us-east-1' capacity_reservations_list_only: name: capacity_reservations_list_only @@ -1453,7 +1453,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::CapacityReservation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::CapacityReservation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1461,7 +1461,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::CapacityReservation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::CapacityReservation' AND region = 'us-east-1' data_catalogs: name: data_catalogs @@ -1521,11 +1521,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Parameters') as parameters, @@ -1534,15 +1534,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ConnectionType') as connection_type, JSON_EXTRACT(Properties, '$.Error') as error - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::DataCatalog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::DataCatalog' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Parameters') as parameters, @@ -1551,8 +1551,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ConnectionType') as connection_type, json_extract_path_text(Properties, 'Error') as error - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::DataCatalog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::DataCatalog' + AND Identifier = '' AND region = 'us-east-1' data_catalogs_list_only: name: data_catalogs_list_only @@ -1575,7 +1575,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::DataCatalog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::DataCatalog' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1583,7 +1583,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::DataCatalog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::DataCatalog' AND region = 'us-east-1' named_queries: name: named_queries @@ -1630,34 +1630,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Database') as _database, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.QueryString') as query_string, JSON_EXTRACT(Properties, '$.WorkGroup') as work_group, JSON_EXTRACT(Properties, '$.NamedQueryId') as named_query_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::NamedQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::NamedQuery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Database') as _database, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'QueryString') as query_string, json_extract_path_text(Properties, 'WorkGroup') as work_group, json_extract_path_text(Properties, 'NamedQueryId') as named_query_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::NamedQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::NamedQuery' + AND Identifier = '' AND region = 'us-east-1' named_queries_list_only: name: named_queries_list_only @@ -1680,7 +1680,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NamedQueryId') as named_query_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::NamedQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::NamedQuery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1688,7 +1688,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NamedQueryId') as named_query_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::NamedQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::NamedQuery' AND region = 'us-east-1' prepared_statements: name: prepared_statements @@ -1749,30 +1749,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StatementName') as statement_name, JSON_EXTRACT(Properties, '$.WorkGroup') as work_group, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.QueryStatement') as query_statement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::PreparedStatement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::PreparedStatement' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StatementName') as statement_name, json_extract_path_text(Properties, 'WorkGroup') as work_group, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'QueryStatement') as query_statement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::PreparedStatement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::PreparedStatement' + AND Identifier = '|' AND region = 'us-east-1' prepared_statements_list_only: name: prepared_statements_list_only @@ -1797,7 +1797,7 @@ components: region, JSON_EXTRACT(Properties, '$.StatementName') as statement_name, JSON_EXTRACT(Properties, '$.WorkGroup') as work_group - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::PreparedStatement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::PreparedStatement' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1806,7 +1806,7 @@ components: region, json_extract_path_text(Properties, 'StatementName') as statement_name, json_extract_path_text(Properties, 'WorkGroup') as work_group - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::PreparedStatement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::PreparedStatement' AND region = 'us-east-1' work_groups: name: work_groups @@ -1866,11 +1866,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -1879,15 +1879,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.RecursiveDeleteOption') as recursive_delete_option - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::WorkGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::WorkGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, @@ -1896,8 +1896,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'RecursiveDeleteOption') as recursive_delete_option - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Athena::WorkGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Athena::WorkGroup' + AND Identifier = '' AND region = 'us-east-1' work_groups_list_only: name: work_groups_list_only @@ -1920,7 +1920,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::WorkGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::WorkGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1928,7 +1928,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Athena::WorkGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Athena::WorkGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/auditmanager.yaml b/providers/src/awscc/v00.00.00000/services/auditmanager.yaml index 47c8cc73..15174ee0 100644 --- a/providers/src/awscc/v00.00.00000/services/auditmanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/auditmanager.yaml @@ -784,11 +784,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FrameworkId') as framework_id, JSON_EXTRACT(Properties, '$.AssessmentId') as assessment_id, JSON_EXTRACT(Properties, '$.AwsAccount') as aws_account, @@ -802,15 +802,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AuditManager::Assessment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AuditManager::Assessment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FrameworkId') as framework_id, json_extract_path_text(Properties, 'AssessmentId') as assessment_id, json_extract_path_text(Properties, 'AwsAccount') as aws_account, @@ -824,8 +824,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AuditManager::Assessment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AuditManager::Assessment' + AND Identifier = '' AND region = 'us-east-1' assessments_list_only: name: assessments_list_only @@ -848,7 +848,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssessmentId') as assessment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AuditManager::Assessment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AuditManager::Assessment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -856,7 +856,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssessmentId') as assessment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AuditManager::Assessment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AuditManager::Assessment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/autoscaling.yaml b/providers/src/awscc/v00.00.00000/services/autoscaling.yaml index 7ee53f61..8ef5d5c2 100644 --- a/providers/src/awscc/v00.00.00000/services/autoscaling.yaml +++ b/providers/src/awscc/v00.00.00000/services/autoscaling.yaml @@ -2712,11 +2712,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LifecycleHookSpecificationList') as lifecycle_hook_specification_list, JSON_EXTRACT(Properties, '$.LoadBalancerNames') as load_balancer_names, JSON_EXTRACT(Properties, '$.LaunchConfigurationName') as launch_configuration_name, @@ -2753,15 +2753,15 @@ components: JSON_EXTRACT(Properties, '$.CapacityReservationSpecification') as capacity_reservation_specification, JSON_EXTRACT(Properties, '$.HealthCheckType') as health_check_type, JSON_EXTRACT(Properties, '$.MaxInstanceLifetime') as max_instance_lifetime - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::AutoScalingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::AutoScalingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LifecycleHookSpecificationList') as lifecycle_hook_specification_list, json_extract_path_text(Properties, 'LoadBalancerNames') as load_balancer_names, json_extract_path_text(Properties, 'LaunchConfigurationName') as launch_configuration_name, @@ -2798,8 +2798,8 @@ components: json_extract_path_text(Properties, 'CapacityReservationSpecification') as capacity_reservation_specification, json_extract_path_text(Properties, 'HealthCheckType') as health_check_type, json_extract_path_text(Properties, 'MaxInstanceLifetime') as max_instance_lifetime - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::AutoScalingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::AutoScalingGroup' + AND Identifier = '' AND region = 'us-east-1' auto_scaling_groups_list_only: name: auto_scaling_groups_list_only @@ -2822,7 +2822,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::AutoScalingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::AutoScalingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2830,7 +2830,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::AutoScalingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::AutoScalingGroup' AND region = 'us-east-1' launch_configurations: name: launch_configurations @@ -2877,11 +2877,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PlacementTenancy') as placement_tenancy, JSON_EXTRACT(Properties, '$.SecurityGroups') as security_groups, JSON_EXTRACT(Properties, '$.LaunchConfigurationName') as launch_configuration_name, @@ -2901,15 +2901,15 @@ components: JSON_EXTRACT(Properties, '$.InstanceType') as instance_type, JSON_EXTRACT(Properties, '$.RamDiskId') as ram_disk_id, JSON_EXTRACT(Properties, '$.InstanceMonitoring') as instance_monitoring - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LaunchConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::LaunchConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PlacementTenancy') as placement_tenancy, json_extract_path_text(Properties, 'SecurityGroups') as security_groups, json_extract_path_text(Properties, 'LaunchConfigurationName') as launch_configuration_name, @@ -2929,8 +2929,8 @@ components: json_extract_path_text(Properties, 'InstanceType') as instance_type, json_extract_path_text(Properties, 'RamDiskId') as ram_disk_id, json_extract_path_text(Properties, 'InstanceMonitoring') as instance_monitoring - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LaunchConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::LaunchConfiguration' + AND Identifier = '' AND region = 'us-east-1' launch_configurations_list_only: name: launch_configurations_list_only @@ -2953,7 +2953,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LaunchConfigurationName') as launch_configuration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::LaunchConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::LaunchConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2961,7 +2961,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LaunchConfigurationName') as launch_configuration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::LaunchConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::LaunchConfiguration' AND region = 'us-east-1' lifecycle_hooks: name: lifecycle_hooks @@ -3022,11 +3022,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name, JSON_EXTRACT(Properties, '$.DefaultResult') as default_result, JSON_EXTRACT(Properties, '$.HeartbeatTimeout') as heartbeat_timeout, @@ -3035,15 +3035,15 @@ components: JSON_EXTRACT(Properties, '$.NotificationMetadata') as notification_metadata, JSON_EXTRACT(Properties, '$.NotificationTargetARN') as notification_target_arn, JSON_EXTRACT(Properties, '$.RoleARN') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::LifecycleHook' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name, json_extract_path_text(Properties, 'DefaultResult') as default_result, json_extract_path_text(Properties, 'HeartbeatTimeout') as heartbeat_timeout, @@ -3052,8 +3052,8 @@ components: json_extract_path_text(Properties, 'NotificationMetadata') as notification_metadata, json_extract_path_text(Properties, 'NotificationTargetARN') as notification_target_arn, json_extract_path_text(Properties, 'RoleARN') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::LifecycleHook' + AND Identifier = '|' AND region = 'us-east-1' lifecycle_hooks_list_only: name: lifecycle_hooks_list_only @@ -3078,7 +3078,7 @@ components: region, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name, JSON_EXTRACT(Properties, '$.LifecycleHookName') as lifecycle_hook_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::LifecycleHook' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3087,7 +3087,7 @@ components: region, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name, json_extract_path_text(Properties, 'LifecycleHookName') as lifecycle_hook_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::LifecycleHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::LifecycleHook' AND region = 'us-east-1' scaling_policies: name: scaling_policies @@ -3147,11 +3147,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MetricAggregationType') as metric_aggregation_type, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type, @@ -3165,15 +3165,15 @@ components: JSON_EXTRACT(Properties, '$.EstimatedInstanceWarmup') as estimated_instance_warmup, JSON_EXTRACT(Properties, '$.AdjustmentType') as adjustment_type, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScalingPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::ScalingPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MetricAggregationType') as metric_aggregation_type, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'PolicyType') as policy_type, @@ -3187,8 +3187,8 @@ components: json_extract_path_text(Properties, 'EstimatedInstanceWarmup') as estimated_instance_warmup, json_extract_path_text(Properties, 'AdjustmentType') as adjustment_type, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScalingPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::ScalingPolicy' + AND Identifier = '' AND region = 'us-east-1' scaling_policies_list_only: name: scaling_policies_list_only @@ -3211,7 +3211,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::ScalingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::ScalingPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3219,7 +3219,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::ScalingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::ScalingPolicy' AND region = 'us-east-1' scheduled_actions: name: scheduled_actions @@ -3280,11 +3280,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScheduledActionName') as scheduled_action_name, JSON_EXTRACT(Properties, '$.MinSize') as min_size, JSON_EXTRACT(Properties, '$.Recurrence') as recurrence, @@ -3294,15 +3294,15 @@ components: JSON_EXTRACT(Properties, '$.StartTime') as start_time, JSON_EXTRACT(Properties, '$.DesiredCapacity') as desired_capacity, JSON_EXTRACT(Properties, '$.MaxSize') as max_size - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::ScheduledAction' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScheduledActionName') as scheduled_action_name, json_extract_path_text(Properties, 'MinSize') as min_size, json_extract_path_text(Properties, 'Recurrence') as recurrence, @@ -3312,8 +3312,8 @@ components: json_extract_path_text(Properties, 'StartTime') as start_time, json_extract_path_text(Properties, 'DesiredCapacity') as desired_capacity, json_extract_path_text(Properties, 'MaxSize') as max_size - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::ScheduledAction' + AND Identifier = '|' AND region = 'us-east-1' scheduled_actions_list_only: name: scheduled_actions_list_only @@ -3338,7 +3338,7 @@ components: region, JSON_EXTRACT(Properties, '$.ScheduledActionName') as scheduled_action_name, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::ScheduledAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3347,7 +3347,7 @@ components: region, json_extract_path_text(Properties, 'ScheduledActionName') as scheduled_action_name, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::ScheduledAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::ScheduledAction' AND region = 'us-east-1' warm_pools: name: warm_pools @@ -3407,32 +3407,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name, JSON_EXTRACT(Properties, '$.MaxGroupPreparedCapacity') as max_group_prepared_capacity, JSON_EXTRACT(Properties, '$.MinSize') as min_size, JSON_EXTRACT(Properties, '$.PoolState') as pool_state, JSON_EXTRACT(Properties, '$.InstanceReusePolicy') as instance_reuse_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::WarmPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name, json_extract_path_text(Properties, 'MaxGroupPreparedCapacity') as max_group_prepared_capacity, json_extract_path_text(Properties, 'MinSize') as min_size, json_extract_path_text(Properties, 'PoolState') as pool_state, json_extract_path_text(Properties, 'InstanceReusePolicy') as instance_reuse_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::AutoScaling::WarmPool' + AND Identifier = '' AND region = 'us-east-1' warm_pools_list_only: name: warm_pools_list_only @@ -3455,7 +3455,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::WarmPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3463,7 +3463,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AutoScalingGroupName') as auto_scaling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::AutoScaling::WarmPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::AutoScaling::WarmPool' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/b2bi.yaml b/providers/src/awscc/v00.00.00000/services/b2bi.yaml index 46e4a506..ba91e06e 100644 --- a/providers/src/awscc/v00.00.00000/services/b2bi.yaml +++ b/providers/src/awscc/v00.00.00000/services/b2bi.yaml @@ -1976,11 +1976,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CapabilityArn') as capability_arn, JSON_EXTRACT(Properties, '$.CapabilityId') as capability_id, JSON_EXTRACT(Properties, '$.Configuration') as configuration, @@ -1990,15 +1990,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Capability' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Capability' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CapabilityArn') as capability_arn, json_extract_path_text(Properties, 'CapabilityId') as capability_id, json_extract_path_text(Properties, 'Configuration') as configuration, @@ -2008,8 +2008,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Capability' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Capability' + AND Identifier = '' AND region = 'us-east-1' capabilities_list_only: name: capabilities_list_only @@ -2032,7 +2032,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CapabilityId') as capability_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Capability' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Capability' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2040,7 +2040,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CapabilityId') as capability_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Capability' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Capability' AND region = 'us-east-1' partnerships: name: partnerships @@ -2100,11 +2100,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Capabilities') as capabilities, JSON_EXTRACT(Properties, '$.CapabilityOptions') as capability_options, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -2117,15 +2117,15 @@ components: JSON_EXTRACT(Properties, '$.ProfileId') as profile_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TradingPartnerId') as trading_partner_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Partnership' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Partnership' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Capabilities') as capabilities, json_extract_path_text(Properties, 'CapabilityOptions') as capability_options, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -2138,8 +2138,8 @@ components: json_extract_path_text(Properties, 'ProfileId') as profile_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TradingPartnerId') as trading_partner_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Partnership' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Partnership' + AND Identifier = '' AND region = 'us-east-1' partnerships_list_only: name: partnerships_list_only @@ -2162,7 +2162,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PartnershipId') as partnership_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Partnership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Partnership' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2170,7 +2170,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PartnershipId') as partnership_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Partnership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Partnership' AND region = 'us-east-1' profiles: name: profiles @@ -2230,11 +2230,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BusinessName') as business_name, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Email') as email, @@ -2246,15 +2246,15 @@ components: JSON_EXTRACT(Properties, '$.ProfileArn') as profile_arn, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Profile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BusinessName') as business_name, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Email') as email, @@ -2266,8 +2266,8 @@ components: json_extract_path_text(Properties, 'ProfileArn') as profile_arn, json_extract_path_text(Properties, 'ProfileId') as profile_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Profile' + AND Identifier = '' AND region = 'us-east-1' profiles_list_only: name: profiles_list_only @@ -2290,7 +2290,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Profile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2298,7 +2298,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Profile' AND region = 'us-east-1' transformers: name: transformers @@ -2358,11 +2358,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.EdiType') as edi_type, JSON_EXTRACT(Properties, '$.FileFormat') as file_format, @@ -2378,15 +2378,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TransformerArn') as transformer_arn, JSON_EXTRACT(Properties, '$.TransformerId') as transformer_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Transformer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Transformer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'EdiType') as edi_type, json_extract_path_text(Properties, 'FileFormat') as file_format, @@ -2402,8 +2402,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TransformerArn') as transformer_arn, json_extract_path_text(Properties, 'TransformerId') as transformer_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::B2BI::Transformer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::B2BI::Transformer' + AND Identifier = '' AND region = 'us-east-1' transformers_list_only: name: transformers_list_only @@ -2426,7 +2426,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransformerId') as transformer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Transformer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Transformer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2434,7 +2434,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransformerId') as transformer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::B2BI::Transformer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::B2BI::Transformer' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/backup.yaml b/providers/src/awscc/v00.00.00000/services/backup.yaml index da5ceb02..6981a98f 100644 --- a/providers/src/awscc/v00.00.00000/services/backup.yaml +++ b/providers/src/awscc/v00.00.00000/services/backup.yaml @@ -1794,32 +1794,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BackupPlan') as backup_plan, JSON_EXTRACT(Properties, '$.BackupPlanTags') as backup_plan_tags, JSON_EXTRACT(Properties, '$.BackupPlanArn') as backup_plan_arn, JSON_EXTRACT(Properties, '$.BackupPlanId') as backup_plan_id, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BackupPlan') as backup_plan, json_extract_path_text(Properties, 'BackupPlanTags') as backup_plan_tags, json_extract_path_text(Properties, 'BackupPlanArn') as backup_plan_arn, json_extract_path_text(Properties, 'BackupPlanId') as backup_plan_id, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupPlan' + AND Identifier = '' AND region = 'us-east-1' backup_plans_list_only: name: backup_plans_list_only @@ -1842,7 +1842,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BackupPlanId') as backup_plan_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1850,7 +1850,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BackupPlanId') as backup_plan_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupPlan' AND region = 'us-east-1' backup_selections: name: backup_selections @@ -1897,30 +1897,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.BackupPlanId') as backup_plan_id, JSON_EXTRACT(Properties, '$.BackupSelection') as backup_selection, JSON_EXTRACT(Properties, '$.SelectionId') as selection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupSelection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupSelection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'BackupPlanId') as backup_plan_id, json_extract_path_text(Properties, 'BackupSelection') as backup_selection, json_extract_path_text(Properties, 'SelectionId') as selection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupSelection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupSelection' + AND Identifier = '' AND region = 'us-east-1' backup_selections_list_only: name: backup_selections_list_only @@ -1943,7 +1943,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupSelection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupSelection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1951,7 +1951,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupSelection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupSelection' AND region = 'us-east-1' backup_vaults: name: backup_vaults @@ -2011,11 +2011,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessPolicy') as access_policy, JSON_EXTRACT(Properties, '$.BackupVaultName') as backup_vault_name, JSON_EXTRACT(Properties, '$.BackupVaultTags') as backup_vault_tags, @@ -2023,15 +2023,15 @@ components: JSON_EXTRACT(Properties, '$.Notifications') as notifications, JSON_EXTRACT(Properties, '$.LockConfiguration') as lock_configuration, JSON_EXTRACT(Properties, '$.BackupVaultArn') as backup_vault_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupVault' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupVault' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessPolicy') as access_policy, json_extract_path_text(Properties, 'BackupVaultName') as backup_vault_name, json_extract_path_text(Properties, 'BackupVaultTags') as backup_vault_tags, @@ -2039,8 +2039,8 @@ components: json_extract_path_text(Properties, 'Notifications') as notifications, json_extract_path_text(Properties, 'LockConfiguration') as lock_configuration, json_extract_path_text(Properties, 'BackupVaultArn') as backup_vault_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::BackupVault' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::BackupVault' + AND Identifier = '' AND region = 'us-east-1' backup_vaults_list_only: name: backup_vaults_list_only @@ -2063,7 +2063,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BackupVaultName') as backup_vault_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupVault' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupVault' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2071,7 +2071,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BackupVaultName') as backup_vault_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::BackupVault' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::BackupVault' AND region = 'us-east-1' frameworks: name: frameworks @@ -2131,11 +2131,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FrameworkName') as framework_name, JSON_EXTRACT(Properties, '$.FrameworkDescription') as framework_description, JSON_EXTRACT(Properties, '$.FrameworkArn') as framework_arn, @@ -2144,15 +2144,15 @@ components: JSON_EXTRACT(Properties, '$.FrameworkControls') as framework_controls, JSON_EXTRACT(Properties, '$.FrameworkStatus') as framework_status, JSON_EXTRACT(Properties, '$.FrameworkTags') as framework_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::Framework' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::Framework' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FrameworkName') as framework_name, json_extract_path_text(Properties, 'FrameworkDescription') as framework_description, json_extract_path_text(Properties, 'FrameworkArn') as framework_arn, @@ -2161,8 +2161,8 @@ components: json_extract_path_text(Properties, 'FrameworkControls') as framework_controls, json_extract_path_text(Properties, 'FrameworkStatus') as framework_status, json_extract_path_text(Properties, 'FrameworkTags') as framework_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::Framework' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::Framework' + AND Identifier = '' AND region = 'us-east-1' frameworks_list_only: name: frameworks_list_only @@ -2185,7 +2185,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FrameworkArn') as framework_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::Framework' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::Framework' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2193,7 +2193,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FrameworkArn') as framework_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::Framework' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::Framework' AND region = 'us-east-1' logically_air_gapped_backup_vaults: name: logically_air_gapped_backup_vaults @@ -2253,11 +2253,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VaultState') as vault_state, JSON_EXTRACT(Properties, '$.BackupVaultTags') as backup_vault_tags, JSON_EXTRACT(Properties, '$.VaultType') as vault_type, @@ -2268,15 +2268,15 @@ components: JSON_EXTRACT(Properties, '$.MinRetentionDays') as min_retention_days, JSON_EXTRACT(Properties, '$.Notifications') as notifications, JSON_EXTRACT(Properties, '$.AccessPolicy') as access_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VaultState') as vault_state, json_extract_path_text(Properties, 'BackupVaultTags') as backup_vault_tags, json_extract_path_text(Properties, 'VaultType') as vault_type, @@ -2287,8 +2287,8 @@ components: json_extract_path_text(Properties, 'MinRetentionDays') as min_retention_days, json_extract_path_text(Properties, 'Notifications') as notifications, json_extract_path_text(Properties, 'AccessPolicy') as access_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' + AND Identifier = '' AND region = 'us-east-1' logically_air_gapped_backup_vaults_list_only: name: logically_air_gapped_backup_vaults_list_only @@ -2311,7 +2311,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BackupVaultName') as backup_vault_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2319,7 +2319,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BackupVaultName') as backup_vault_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::LogicallyAirGappedBackupVault' AND region = 'us-east-1' report_plans: name: report_plans @@ -2379,34 +2379,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ReportPlanName') as report_plan_name, JSON_EXTRACT(Properties, '$.ReportPlanArn') as report_plan_arn, JSON_EXTRACT(Properties, '$.ReportPlanDescription') as report_plan_description, JSON_EXTRACT(Properties, '$.ReportPlanTags') as report_plan_tags, JSON_EXTRACT(Properties, '$.ReportDeliveryChannel') as report_delivery_channel, JSON_EXTRACT(Properties, '$.ReportSetting') as report_setting - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::ReportPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::ReportPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ReportPlanName') as report_plan_name, json_extract_path_text(Properties, 'ReportPlanArn') as report_plan_arn, json_extract_path_text(Properties, 'ReportPlanDescription') as report_plan_description, json_extract_path_text(Properties, 'ReportPlanTags') as report_plan_tags, json_extract_path_text(Properties, 'ReportDeliveryChannel') as report_delivery_channel, json_extract_path_text(Properties, 'ReportSetting') as report_setting - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::ReportPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::ReportPlan' + AND Identifier = '' AND region = 'us-east-1' report_plans_list_only: name: report_plans_list_only @@ -2429,7 +2429,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReportPlanArn') as report_plan_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::ReportPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::ReportPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2437,7 +2437,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReportPlanArn') as report_plan_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::ReportPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::ReportPlan' AND region = 'us-east-1' restore_testing_plans: name: restore_testing_plans @@ -2497,11 +2497,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScheduleExpression') as schedule_expression, JSON_EXTRACT(Properties, '$.StartWindowHours') as start_window_hours, JSON_EXTRACT(Properties, '$.RecoveryPointSelection') as recovery_point_selection, @@ -2509,15 +2509,15 @@ components: JSON_EXTRACT(Properties, '$.RestoreTestingPlanName') as restore_testing_plan_name, JSON_EXTRACT(Properties, '$.ScheduleExpressionTimezone') as schedule_expression_timezone, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::RestoreTestingPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScheduleExpression') as schedule_expression, json_extract_path_text(Properties, 'StartWindowHours') as start_window_hours, json_extract_path_text(Properties, 'RecoveryPointSelection') as recovery_point_selection, @@ -2525,8 +2525,8 @@ components: json_extract_path_text(Properties, 'RestoreTestingPlanName') as restore_testing_plan_name, json_extract_path_text(Properties, 'ScheduleExpressionTimezone') as schedule_expression_timezone, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::RestoreTestingPlan' + AND Identifier = '' AND region = 'us-east-1' restore_testing_plans_list_only: name: restore_testing_plans_list_only @@ -2549,7 +2549,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RestoreTestingPlanName') as restore_testing_plan_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::RestoreTestingPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::RestoreTestingPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2557,7 +2557,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RestoreTestingPlanName') as restore_testing_plan_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::RestoreTestingPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::RestoreTestingPlan' AND region = 'us-east-1' restore_testing_selections: name: restore_testing_selections @@ -2618,11 +2618,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IamRoleArn') as iam_role_arn, JSON_EXTRACT(Properties, '$.ProtectedResourceArns') as protected_resource_arns, JSON_EXTRACT(Properties, '$.ProtectedResourceConditions') as protected_resource_conditions, @@ -2631,15 +2631,15 @@ components: JSON_EXTRACT(Properties, '$.RestoreTestingPlanName') as restore_testing_plan_name, JSON_EXTRACT(Properties, '$.RestoreTestingSelectionName') as restore_testing_selection_name, JSON_EXTRACT(Properties, '$.ValidationWindowHours') as validation_window_hours - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::RestoreTestingSelection' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IamRoleArn') as iam_role_arn, json_extract_path_text(Properties, 'ProtectedResourceArns') as protected_resource_arns, json_extract_path_text(Properties, 'ProtectedResourceConditions') as protected_resource_conditions, @@ -2648,8 +2648,8 @@ components: json_extract_path_text(Properties, 'RestoreTestingPlanName') as restore_testing_plan_name, json_extract_path_text(Properties, 'RestoreTestingSelectionName') as restore_testing_selection_name, json_extract_path_text(Properties, 'ValidationWindowHours') as validation_window_hours - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Backup::RestoreTestingSelection' + AND Identifier = '|' AND region = 'us-east-1' restore_testing_selections_list_only: name: restore_testing_selections_list_only @@ -2674,7 +2674,7 @@ components: region, JSON_EXTRACT(Properties, '$.RestoreTestingPlanName') as restore_testing_plan_name, JSON_EXTRACT(Properties, '$.RestoreTestingSelectionName') as restore_testing_selection_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::RestoreTestingSelection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2683,7 +2683,7 @@ components: region, json_extract_path_text(Properties, 'RestoreTestingPlanName') as restore_testing_plan_name, json_extract_path_text(Properties, 'RestoreTestingSelectionName') as restore_testing_selection_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Backup::RestoreTestingSelection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Backup::RestoreTestingSelection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/backupgateway.yaml b/providers/src/awscc/v00.00.00000/services/backupgateway.yaml index c3476d7a..8be244d6 100644 --- a/providers/src/awscc/v00.00.00000/services/backupgateway.yaml +++ b/providers/src/awscc/v00.00.00000/services/backupgateway.yaml @@ -633,11 +633,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Host') as host, JSON_EXTRACT(Properties, '$.HypervisorArn') as hypervisor_arn, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, @@ -646,15 +646,15 @@ components: JSON_EXTRACT(Properties, '$.Password') as password, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Username') as username - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BackupGateway::Hypervisor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BackupGateway::Hypervisor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Host') as host, json_extract_path_text(Properties, 'HypervisorArn') as hypervisor_arn, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, @@ -663,8 +663,8 @@ components: json_extract_path_text(Properties, 'Password') as password, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Username') as username - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BackupGateway::Hypervisor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BackupGateway::Hypervisor' + AND Identifier = '' AND region = 'us-east-1' hypervisors_list_only: name: hypervisors_list_only @@ -687,7 +687,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HypervisorArn') as hypervisor_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BackupGateway::Hypervisor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BackupGateway::Hypervisor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -695,7 +695,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HypervisorArn') as hypervisor_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BackupGateway::Hypervisor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BackupGateway::Hypervisor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/batch.yaml b/providers/src/awscc/v00.00.00000/services/batch.yaml index c01c9291..ec613146 100644 --- a/providers/src/awscc/v00.00.00000/services/batch.yaml +++ b/providers/src/awscc/v00.00.00000/services/batch.yaml @@ -2301,11 +2301,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ComputeEnvironmentArn') as compute_environment_arn, JSON_EXTRACT(Properties, '$.ComputeEnvironmentName') as compute_environment_name, JSON_EXTRACT(Properties, '$.ComputeResources') as compute_resources, @@ -2318,15 +2318,15 @@ components: JSON_EXTRACT(Properties, '$.UnmanagedvCpus') as unmanagedv_cpus, JSON_EXTRACT(Properties, '$.EksConfiguration') as eks_configuration, JSON_EXTRACT(Properties, '$.Context') as context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ComputeEnvironment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ComputeEnvironment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ComputeEnvironmentArn') as compute_environment_arn, json_extract_path_text(Properties, 'ComputeEnvironmentName') as compute_environment_name, json_extract_path_text(Properties, 'ComputeResources') as compute_resources, @@ -2339,8 +2339,8 @@ components: json_extract_path_text(Properties, 'UnmanagedvCpus') as unmanagedv_cpus, json_extract_path_text(Properties, 'EksConfiguration') as eks_configuration, json_extract_path_text(Properties, 'Context') as context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ComputeEnvironment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ComputeEnvironment' + AND Identifier = '' AND region = 'us-east-1' compute_environments_list_only: name: compute_environments_list_only @@ -2363,7 +2363,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ComputeEnvironmentArn') as compute_environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ComputeEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ComputeEnvironment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2371,7 +2371,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ComputeEnvironmentArn') as compute_environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ComputeEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ComputeEnvironment' AND region = 'us-east-1' consumable_resources: name: consumable_resources @@ -2431,11 +2431,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConsumableResourceName') as consumable_resource_name, JSON_EXTRACT(Properties, '$.ConsumableResourceArn') as consumable_resource_arn, JSON_EXTRACT(Properties, '$.TotalQuantity') as total_quantity, @@ -2444,15 +2444,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ConsumableResource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ConsumableResource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConsumableResourceName') as consumable_resource_name, json_extract_path_text(Properties, 'ConsumableResourceArn') as consumable_resource_arn, json_extract_path_text(Properties, 'TotalQuantity') as total_quantity, @@ -2461,8 +2461,8 @@ components: json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ConsumableResource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ConsumableResource' + AND Identifier = '' AND region = 'us-east-1' consumable_resources_list_only: name: consumable_resources_list_only @@ -2485,7 +2485,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConsumableResourceArn') as consumable_resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ConsumableResource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ConsumableResource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2493,7 +2493,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConsumableResourceArn') as consumable_resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ConsumableResource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ConsumableResource' AND region = 'us-east-1' job_definitions: name: job_definitions @@ -2553,11 +2553,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContainerProperties') as container_properties, JSON_EXTRACT(Properties, '$.EcsProperties') as ecs_properties, JSON_EXTRACT(Properties, '$.NodeProperties') as node_properties, @@ -2573,15 +2573,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.EksProperties') as eks_properties, JSON_EXTRACT(Properties, '$.ConsumableResourceProperties') as consumable_resource_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::JobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::JobDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContainerProperties') as container_properties, json_extract_path_text(Properties, 'EcsProperties') as ecs_properties, json_extract_path_text(Properties, 'NodeProperties') as node_properties, @@ -2597,8 +2597,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'EksProperties') as eks_properties, json_extract_path_text(Properties, 'ConsumableResourceProperties') as consumable_resource_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::JobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::JobDefinition' + AND Identifier = '' AND region = 'us-east-1' job_definitions_list_only: name: job_definitions_list_only @@ -2621,7 +2621,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobDefinitionName') as job_definition_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::JobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::JobDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2629,7 +2629,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobDefinitionName') as job_definition_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::JobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::JobDefinition' AND region = 'us-east-1' job_queues: name: job_queues @@ -2689,11 +2689,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobQueueName') as job_queue_name, JSON_EXTRACT(Properties, '$.JobQueueArn') as job_queue_arn, JSON_EXTRACT(Properties, '$.JobQueueType') as job_queue_type, @@ -2704,15 +2704,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.SchedulingPolicyArn') as scheduling_policy_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::JobQueue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::JobQueue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobQueueName') as job_queue_name, json_extract_path_text(Properties, 'JobQueueArn') as job_queue_arn, json_extract_path_text(Properties, 'JobQueueType') as job_queue_type, @@ -2723,8 +2723,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'SchedulingPolicyArn') as scheduling_policy_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::JobQueue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::JobQueue' + AND Identifier = '' AND region = 'us-east-1' job_queues_list_only: name: job_queues_list_only @@ -2747,7 +2747,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobQueueArn') as job_queue_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::JobQueue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::JobQueue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2755,7 +2755,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobQueueArn') as job_queue_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::JobQueue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::JobQueue' AND region = 'us-east-1' scheduling_policies: name: scheduling_policies @@ -2815,30 +2815,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.FairsharePolicy') as fairshare_policy, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::SchedulingPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::SchedulingPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'FairsharePolicy') as fairshare_policy, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::SchedulingPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::SchedulingPolicy' + AND Identifier = '' AND region = 'us-east-1' scheduling_policies_list_only: name: scheduling_policies_list_only @@ -2861,7 +2861,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::SchedulingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::SchedulingPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2869,7 +2869,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::SchedulingPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::SchedulingPolicy' AND region = 'us-east-1' service_environments: name: service_environments @@ -2929,34 +2929,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ServiceEnvironmentArn') as service_environment_arn, JSON_EXTRACT(Properties, '$.ServiceEnvironmentName') as service_environment_name, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.ServiceEnvironmentType') as service_environment_type, JSON_EXTRACT(Properties, '$.CapacityLimits') as capacity_limits, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ServiceEnvironment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ServiceEnvironment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ServiceEnvironmentArn') as service_environment_arn, json_extract_path_text(Properties, 'ServiceEnvironmentName') as service_environment_name, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'ServiceEnvironmentType') as service_environment_type, json_extract_path_text(Properties, 'CapacityLimits') as capacity_limits, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Batch::ServiceEnvironment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Batch::ServiceEnvironment' + AND Identifier = '' AND region = 'us-east-1' service_environments_list_only: name: service_environments_list_only @@ -2979,7 +2979,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServiceEnvironmentArn') as service_environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ServiceEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ServiceEnvironment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2987,7 +2987,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServiceEnvironmentArn') as service_environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Batch::ServiceEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Batch::ServiceEnvironment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/bcmdataexports.yaml b/providers/src/awscc/v00.00.00000/services/bcmdataexports.yaml index 47a63978..863178dc 100644 --- a/providers/src/awscc/v00.00.00000/services/bcmdataexports.yaml +++ b/providers/src/awscc/v00.00.00000/services/bcmdataexports.yaml @@ -668,28 +668,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Export') as export, JSON_EXTRACT(Properties, '$.ExportArn') as export_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BCMDataExports::Export' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BCMDataExports::Export' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Export') as export, json_extract_path_text(Properties, 'ExportArn') as export_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BCMDataExports::Export' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BCMDataExports::Export' + AND Identifier = '' AND region = 'us-east-1' exports_list_only: name: exports_list_only @@ -712,7 +712,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ExportArn') as export_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BCMDataExports::Export' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BCMDataExports::Export' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -720,7 +720,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ExportArn') as export_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BCMDataExports::Export' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BCMDataExports::Export' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/bedrock.yaml b/providers/src/awscc/v00.00.00000/services/bedrock.yaml index 1f5249c9..2611e523 100644 --- a/providers/src/awscc/v00.00.00000/services/bedrock.yaml +++ b/providers/src/awscc/v00.00.00000/services/bedrock.yaml @@ -7869,11 +7869,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActionGroups') as action_groups, JSON_EXTRACT(Properties, '$.AgentArn') as agent_arn, JSON_EXTRACT(Properties, '$.AgentId') as agent_id, @@ -7903,15 +7903,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TestAliasTags') as test_alias_tags, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Agent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Agent' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActionGroups') as action_groups, json_extract_path_text(Properties, 'AgentArn') as agent_arn, json_extract_path_text(Properties, 'AgentId') as agent_id, @@ -7941,8 +7941,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TestAliasTags') as test_alias_tags, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Agent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Agent' + AND Identifier = '' AND region = 'us-east-1' agents_list_only: name: agents_list_only @@ -7965,7 +7965,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AgentId') as agent_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Agent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Agent' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7973,7 +7973,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AgentId') as agent_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Agent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Agent' AND region = 'us-east-1' agent_aliases: name: agent_aliases @@ -8034,11 +8034,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AgentAliasArn') as agent_alias_arn, JSON_EXTRACT(Properties, '$.AgentAliasHistoryEvents') as agent_alias_history_events, JSON_EXTRACT(Properties, '$.AgentAliasId') as agent_alias_id, @@ -8050,15 +8050,15 @@ components: JSON_EXTRACT(Properties, '$.RoutingConfiguration') as routing_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AgentAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AgentAlias' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AgentAliasArn') as agent_alias_arn, json_extract_path_text(Properties, 'AgentAliasHistoryEvents') as agent_alias_history_events, json_extract_path_text(Properties, 'AgentAliasId') as agent_alias_id, @@ -8070,8 +8070,8 @@ components: json_extract_path_text(Properties, 'RoutingConfiguration') as routing_configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AgentAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AgentAlias' + AND Identifier = '|' AND region = 'us-east-1' agent_aliases_list_only: name: agent_aliases_list_only @@ -8096,7 +8096,7 @@ components: region, JSON_EXTRACT(Properties, '$.AgentId') as agent_id, JSON_EXTRACT(Properties, '$.AgentAliasId') as agent_alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AgentAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AgentAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8105,7 +8105,7 @@ components: region, json_extract_path_text(Properties, 'AgentId') as agent_id, json_extract_path_text(Properties, 'AgentAliasId') as agent_alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AgentAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AgentAlias' AND region = 'us-east-1' application_inference_profiles: name: application_inference_profiles @@ -8165,11 +8165,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InferenceProfileArn') as inference_profile_arn, @@ -8182,15 +8182,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InferenceProfileArn') as inference_profile_arn, @@ -8203,8 +8203,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' + AND Identifier = '' AND region = 'us-east-1' application_inference_profiles_list_only: name: application_inference_profiles_list_only @@ -8227,7 +8227,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InferenceProfileIdentifier') as inference_profile_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8235,7 +8235,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InferenceProfileIdentifier') as inference_profile_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::ApplicationInferenceProfile' AND region = 'us-east-1' automated_reasoning_policies: name: automated_reasoning_policies @@ -8295,11 +8295,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PolicyDefinition') as policy_definition, @@ -8310,15 +8310,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PolicyDefinition') as policy_definition, @@ -8329,8 +8329,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' + AND Identifier = '' AND region = 'us-east-1' automated_reasoning_policies_list_only: name: automated_reasoning_policies_list_only @@ -8353,7 +8353,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8361,7 +8361,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicy' AND region = 'us-east-1' automated_reasoning_policy_versions: name: automated_reasoning_policy_versions @@ -8409,11 +8409,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -8424,15 +8424,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyArn') as policy_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -8443,8 +8443,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' + AND Identifier = '|' AND region = 'us-east-1' automated_reasoning_policy_versions_list_only: name: automated_reasoning_policy_versions_list_only @@ -8469,7 +8469,7 @@ components: region, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8478,7 +8478,7 @@ components: region, json_extract_path_text(Properties, 'PolicyArn') as policy_arn, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::AutomatedReasoningPolicyVersion' AND region = 'us-east-1' blueprints: name: blueprints @@ -8538,11 +8538,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BlueprintArn') as blueprint_arn, JSON_EXTRACT(Properties, '$.BlueprintName') as blueprint_name, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, @@ -8553,15 +8553,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.KmsEncryptionContext') as kms_encryption_context, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Blueprint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Blueprint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BlueprintArn') as blueprint_arn, json_extract_path_text(Properties, 'BlueprintName') as blueprint_name, json_extract_path_text(Properties, 'CreationTime') as creation_time, @@ -8572,8 +8572,8 @@ components: json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'KmsEncryptionContext') as kms_encryption_context, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Blueprint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Blueprint' + AND Identifier = '' AND region = 'us-east-1' blueprints_list_only: name: blueprints_list_only @@ -8596,7 +8596,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BlueprintArn') as blueprint_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Blueprint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Blueprint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8604,7 +8604,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BlueprintArn') as blueprint_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Blueprint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Blueprint' AND region = 'us-east-1' data_automation_projects: name: data_automation_projects @@ -8664,11 +8664,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.CustomOutputConfiguration') as custom_output_configuration, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, @@ -8682,15 +8682,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.KmsEncryptionContext') as kms_encryption_context, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::DataAutomationProject' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::DataAutomationProject' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'CustomOutputConfiguration') as custom_output_configuration, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, @@ -8704,8 +8704,8 @@ components: json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'KmsEncryptionContext') as kms_encryption_context, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::DataAutomationProject' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::DataAutomationProject' + AND Identifier = '' AND region = 'us-east-1' data_automation_projects_list_only: name: data_automation_projects_list_only @@ -8728,7 +8728,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProjectArn') as project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::DataAutomationProject' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::DataAutomationProject' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8736,7 +8736,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProjectArn') as project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::DataAutomationProject' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::DataAutomationProject' AND region = 'us-east-1' data_sources: name: data_sources @@ -8797,11 +8797,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DataSourceConfiguration') as data_source_configuration, JSON_EXTRACT(Properties, '$.DataSourceId') as data_source_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -8814,15 +8814,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.FailureReasons') as failure_reasons - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::DataSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DataSourceConfiguration') as data_source_configuration, json_extract_path_text(Properties, 'DataSourceId') as data_source_id, json_extract_path_text(Properties, 'Description') as description, @@ -8835,8 +8835,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'FailureReasons') as failure_reasons - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::DataSource' + AND Identifier = '|' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -8861,7 +8861,7 @@ components: region, JSON_EXTRACT(Properties, '$.KnowledgeBaseId') as knowledge_base_id, JSON_EXTRACT(Properties, '$.DataSourceId') as data_source_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8870,7 +8870,7 @@ components: region, json_extract_path_text(Properties, 'KnowledgeBaseId') as knowledge_base_id, json_extract_path_text(Properties, 'DataSourceId') as data_source_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::DataSource' AND region = 'us-east-1' flows: name: flows @@ -8930,11 +8930,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Definition') as definition, @@ -8952,15 +8952,15 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TestAliasTags') as test_alias_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Flow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Definition') as definition, @@ -8978,8 +8978,8 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TestAliasTags') as test_alias_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Flow' + AND Identifier = '' AND region = 'us-east-1' flows_list_only: name: flows_list_only @@ -9002,7 +9002,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Flow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9010,7 +9010,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Flow' AND region = 'us-east-1' flow_aliases: name: flow_aliases @@ -9071,11 +9071,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.ConcurrencyConfiguration') as concurrency_configuration, @@ -9087,15 +9087,15 @@ components: JSON_EXTRACT(Properties, '$.RoutingConfiguration') as routing_configuration, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::FlowAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::FlowAlias' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'ConcurrencyConfiguration') as concurrency_configuration, @@ -9107,8 +9107,8 @@ components: json_extract_path_text(Properties, 'RoutingConfiguration') as routing_configuration, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::FlowAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::FlowAlias' + AND Identifier = '|' AND region = 'us-east-1' flow_aliases_list_only: name: flow_aliases_list_only @@ -9133,7 +9133,7 @@ components: region, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::FlowAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::FlowAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9142,7 +9142,7 @@ components: region, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'FlowArn') as flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::FlowAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::FlowAlias' AND region = 'us-east-1' flow_versions: name: flow_versions @@ -9203,11 +9203,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Definition') as definition, @@ -9218,15 +9218,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.CustomerEncryptionKeyArn') as customer_encryption_key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::FlowVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::FlowVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Definition') as definition, @@ -9237,8 +9237,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'CustomerEncryptionKeyArn') as customer_encryption_key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::FlowVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::FlowVersion' + AND Identifier = '|' AND region = 'us-east-1' flow_versions_list_only: name: flow_versions_list_only @@ -9263,7 +9263,7 @@ components: region, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::FlowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::FlowVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9272,7 +9272,7 @@ components: region, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::FlowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::FlowVersion' AND region = 'us-east-1' guardrails: name: guardrails @@ -9332,11 +9332,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BlockedInputMessaging') as blocked_input_messaging, JSON_EXTRACT(Properties, '$.BlockedOutputsMessaging') as blocked_outputs_messaging, JSON_EXTRACT(Properties, '$.ContentPolicyConfig') as content_policy_config, @@ -9357,15 +9357,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.WordPolicyConfig') as word_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Guardrail' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Guardrail' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BlockedInputMessaging') as blocked_input_messaging, json_extract_path_text(Properties, 'BlockedOutputsMessaging') as blocked_outputs_messaging, json_extract_path_text(Properties, 'ContentPolicyConfig') as content_policy_config, @@ -9386,8 +9386,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'WordPolicyConfig') as word_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Guardrail' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Guardrail' + AND Identifier = '' AND region = 'us-east-1' guardrails_list_only: name: guardrails_list_only @@ -9410,7 +9410,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GuardrailArn') as guardrail_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Guardrail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Guardrail' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9418,7 +9418,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GuardrailArn') as guardrail_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Guardrail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Guardrail' AND region = 'us-east-1' guardrail_versions: name: guardrail_versions @@ -9466,32 +9466,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.GuardrailArn') as guardrail_arn, JSON_EXTRACT(Properties, '$.GuardrailId') as guardrail_id, JSON_EXTRACT(Properties, '$.GuardrailIdentifier') as guardrail_identifier, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::GuardrailVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::GuardrailVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'GuardrailArn') as guardrail_arn, json_extract_path_text(Properties, 'GuardrailId') as guardrail_id, json_extract_path_text(Properties, 'GuardrailIdentifier') as guardrail_identifier, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::GuardrailVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::GuardrailVersion' + AND Identifier = '|' AND region = 'us-east-1' intelligent_prompt_routers: name: intelligent_prompt_routers @@ -9551,11 +9551,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.FallbackModel') as fallback_model, @@ -9567,15 +9567,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::IntelligentPromptRouter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::IntelligentPromptRouter' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'FallbackModel') as fallback_model, @@ -9587,8 +9587,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::IntelligentPromptRouter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::IntelligentPromptRouter' + AND Identifier = '' AND region = 'us-east-1' intelligent_prompt_routers_list_only: name: intelligent_prompt_routers_list_only @@ -9611,7 +9611,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PromptRouterArn') as prompt_router_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::IntelligentPromptRouter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::IntelligentPromptRouter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9619,7 +9619,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PromptRouterArn') as prompt_router_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::IntelligentPromptRouter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::IntelligentPromptRouter' AND region = 'us-east-1' knowledge_bases: name: knowledge_bases @@ -9679,11 +9679,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.KnowledgeBaseConfiguration') as knowledge_base_configuration, JSON_EXTRACT(Properties, '$.KnowledgeBaseId') as knowledge_base_id, @@ -9696,15 +9696,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.StorageConfiguration') as storage_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::KnowledgeBase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::KnowledgeBase' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'KnowledgeBaseConfiguration') as knowledge_base_configuration, json_extract_path_text(Properties, 'KnowledgeBaseId') as knowledge_base_id, @@ -9717,8 +9717,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'StorageConfiguration') as storage_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::KnowledgeBase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::KnowledgeBase' + AND Identifier = '' AND region = 'us-east-1' knowledge_bases_list_only: name: knowledge_bases_list_only @@ -9741,7 +9741,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KnowledgeBaseId') as knowledge_base_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::KnowledgeBase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::KnowledgeBase' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9749,7 +9749,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KnowledgeBaseId') as knowledge_base_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::KnowledgeBase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::KnowledgeBase' AND region = 'us-east-1' prompts: name: prompts @@ -9809,11 +9809,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.DefaultVariant') as default_variant, @@ -9825,15 +9825,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CustomerEncryptionKeyArn') as customer_encryption_key_arn, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Prompt' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Prompt' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'DefaultVariant') as default_variant, @@ -9845,8 +9845,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CustomerEncryptionKeyArn') as customer_encryption_key_arn, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::Prompt' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::Prompt' + AND Identifier = '' AND region = 'us-east-1' prompts_list_only: name: prompts_list_only @@ -9869,7 +9869,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Prompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Prompt' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9877,7 +9877,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::Prompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::Prompt' AND region = 'us-east-1' prompt_versions: name: prompt_versions @@ -9924,11 +9924,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PromptArn') as prompt_arn, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -9941,15 +9941,15 @@ components: JSON_EXTRACT(Properties, '$.CustomerEncryptionKeyArn') as customer_encryption_key_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::PromptVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::PromptVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PromptArn') as prompt_arn, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -9962,8 +9962,8 @@ components: json_extract_path_text(Properties, 'CustomerEncryptionKeyArn') as customer_encryption_key_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Bedrock::PromptVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Bedrock::PromptVersion' + AND Identifier = '' AND region = 'us-east-1' prompt_versions_list_only: name: prompt_versions_list_only @@ -9986,7 +9986,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::PromptVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::PromptVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9994,7 +9994,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Bedrock::PromptVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Bedrock::PromptVersion' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/billing.yaml b/providers/src/awscc/v00.00.00000/services/billing.yaml index 2ba64ad6..89564c00 100644 --- a/providers/src/awscc/v00.00.00000/services/billing.yaml +++ b/providers/src/awscc/v00.00.00000/services/billing.yaml @@ -698,11 +698,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.BillingViewType') as billing_view_type, JSON_EXTRACT(Properties, '$.DataFilterExpression') as data_filter_expression, @@ -713,15 +713,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SourceViews') as source_views, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Billing::BillingView' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Billing::BillingView' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'BillingViewType') as billing_view_type, json_extract_path_text(Properties, 'DataFilterExpression') as data_filter_expression, @@ -732,8 +732,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SourceViews') as source_views, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Billing::BillingView' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Billing::BillingView' + AND Identifier = '' AND region = 'us-east-1' billing_views_list_only: name: billing_views_list_only @@ -756,7 +756,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Billing::BillingView' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Billing::BillingView' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -764,7 +764,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Billing::BillingView' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Billing::BillingView' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/billingconductor.yaml b/providers/src/awscc/v00.00.00000/services/billingconductor.yaml index a27b27fd..022a8c67 100644 --- a/providers/src/awscc/v00.00.00000/services/billingconductor.yaml +++ b/providers/src/awscc/v00.00.00000/services/billingconductor.yaml @@ -1317,11 +1317,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1334,15 +1334,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::BillingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::BillingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -1355,8 +1355,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::BillingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::BillingGroup' + AND Identifier = '' AND region = 'us-east-1' billing_groups_list_only: name: billing_groups_list_only @@ -1379,7 +1379,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::BillingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::BillingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1387,7 +1387,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::BillingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::BillingGroup' AND region = 'us-east-1' custom_line_items: name: custom_line_items @@ -1447,11 +1447,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.CustomLineItemChargeDetails') as custom_line_item_charge_details, @@ -1465,15 +1465,15 @@ components: JSON_EXTRACT(Properties, '$.CurrencyCode') as currency_code, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::CustomLineItem' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::CustomLineItem' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'CustomLineItemChargeDetails') as custom_line_item_charge_details, @@ -1487,8 +1487,8 @@ components: json_extract_path_text(Properties, 'CurrencyCode') as currency_code, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::CustomLineItem' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::CustomLineItem' + AND Identifier = '' AND region = 'us-east-1' custom_line_items_list_only: name: custom_line_items_list_only @@ -1511,7 +1511,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::CustomLineItem' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::CustomLineItem' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1519,7 +1519,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::CustomLineItem' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::CustomLineItem' AND region = 'us-east-1' pricing_plans: name: pricing_plans @@ -1579,11 +1579,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.PricingRuleArns') as pricing_rule_arns, @@ -1592,15 +1592,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::PricingPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::PricingPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'PricingRuleArns') as pricing_rule_arns, @@ -1609,8 +1609,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::PricingPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::PricingPlan' + AND Identifier = '' AND region = 'us-east-1' pricing_plans_list_only: name: pricing_plans_list_only @@ -1633,7 +1633,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::PricingPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::PricingPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1641,7 +1641,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::PricingPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::PricingPlan' AND region = 'us-east-1' pricing_rules: name: pricing_rules @@ -1701,11 +1701,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1721,15 +1721,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::PricingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::PricingRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -1745,8 +1745,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::BillingConductor::PricingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::BillingConductor::PricingRule' + AND Identifier = '' AND region = 'us-east-1' pricing_rules_list_only: name: pricing_rules_list_only @@ -1769,7 +1769,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::PricingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::PricingRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1777,7 +1777,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::BillingConductor::PricingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::BillingConductor::PricingRule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/budgets.yaml b/providers/src/awscc/v00.00.00000/services/budgets.yaml index 661aae82..3c0cac8e 100644 --- a/providers/src/awscc/v00.00.00000/services/budgets.yaml +++ b/providers/src/awscc/v00.00.00000/services/budgets.yaml @@ -711,11 +711,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActionId') as action_id, JSON_EXTRACT(Properties, '$.BudgetName') as budget_name, JSON_EXTRACT(Properties, '$.NotificationType') as notification_type, @@ -726,15 +726,15 @@ components: JSON_EXTRACT(Properties, '$.Subscribers') as subscribers, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Budgets::BudgetsAction' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActionId') as action_id, json_extract_path_text(Properties, 'BudgetName') as budget_name, json_extract_path_text(Properties, 'NotificationType') as notification_type, @@ -745,8 +745,8 @@ components: json_extract_path_text(Properties, 'Subscribers') as subscribers, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Budgets::BudgetsAction' + AND Identifier = '|' AND region = 'us-east-1' budgets_actions_list_only: name: budgets_actions_list_only @@ -771,7 +771,7 @@ components: region, JSON_EXTRACT(Properties, '$.ActionId') as action_id, JSON_EXTRACT(Properties, '$.BudgetName') as budget_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Budgets::BudgetsAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -780,7 +780,7 @@ components: region, json_extract_path_text(Properties, 'ActionId') as action_id, json_extract_path_text(Properties, 'BudgetName') as budget_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Budgets::BudgetsAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Budgets::BudgetsAction' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cassandra.yaml b/providers/src/awscc/v00.00.00000/services/cassandra.yaml index 30bf0fe4..4714c431 100644 --- a/providers/src/awscc/v00.00.00000/services/cassandra.yaml +++ b/providers/src/awscc/v00.00.00000/services/cassandra.yaml @@ -1202,30 +1202,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ReplicationSpecification') as replication_specification, JSON_EXTRACT(Properties, '$.ClientSideTimestampsEnabled') as client_side_timestamps_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Keyspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Keyspace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ReplicationSpecification') as replication_specification, json_extract_path_text(Properties, 'ClientSideTimestampsEnabled') as client_side_timestamps_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Keyspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Keyspace' + AND Identifier = '' AND region = 'us-east-1' keyspaces_list_only: name: keyspaces_list_only @@ -1248,7 +1248,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Keyspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Keyspace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1256,7 +1256,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Keyspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Keyspace' AND region = 'us-east-1' tables: name: tables @@ -1317,11 +1317,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name, JSON_EXTRACT(Properties, '$.TableName') as table_name, JSON_EXTRACT(Properties, '$.RegularColumns') as regular_columns, @@ -1336,15 +1336,15 @@ components: JSON_EXTRACT(Properties, '$.AutoScalingSpecifications') as auto_scaling_specifications, JSON_EXTRACT(Properties, '$.CdcSpecification') as cdc_specification, JSON_EXTRACT(Properties, '$.ReplicaSpecifications') as replica_specifications - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Table' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Table' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name, json_extract_path_text(Properties, 'TableName') as table_name, json_extract_path_text(Properties, 'RegularColumns') as regular_columns, @@ -1359,8 +1359,8 @@ components: json_extract_path_text(Properties, 'AutoScalingSpecifications') as auto_scaling_specifications, json_extract_path_text(Properties, 'CdcSpecification') as cdc_specification, json_extract_path_text(Properties, 'ReplicaSpecifications') as replica_specifications - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Table' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Table' + AND Identifier = '|' AND region = 'us-east-1' tables_list_only: name: tables_list_only @@ -1385,7 +1385,7 @@ components: region, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name, JSON_EXTRACT(Properties, '$.TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Table' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1394,7 +1394,7 @@ components: region, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name, json_extract_path_text(Properties, 'TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Table' AND region = 'us-east-1' types: name: types @@ -1442,11 +1442,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.Fields') as fields, @@ -1455,15 +1455,15 @@ components: JSON_EXTRACT(Properties, '$.MaxNestingDepth') as max_nesting_depth, JSON_EXTRACT(Properties, '$.LastModifiedTimestamp') as last_modified_timestamp, JSON_EXTRACT(Properties, '$.KeyspaceArn') as keyspace_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Type' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Type' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'Fields') as fields, @@ -1472,8 +1472,8 @@ components: json_extract_path_text(Properties, 'MaxNestingDepth') as max_nesting_depth, json_extract_path_text(Properties, 'LastModifiedTimestamp') as last_modified_timestamp, json_extract_path_text(Properties, 'KeyspaceArn') as keyspace_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cassandra::Type' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cassandra::Type' + AND Identifier = '|' AND region = 'us-east-1' types_list_only: name: types_list_only @@ -1498,7 +1498,7 @@ components: region, JSON_EXTRACT(Properties, '$.KeyspaceName') as keyspace_name, JSON_EXTRACT(Properties, '$.TypeName') as type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Type' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Type' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1507,7 +1507,7 @@ components: region, json_extract_path_text(Properties, 'KeyspaceName') as keyspace_name, json_extract_path_text(Properties, 'TypeName') as type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cassandra::Type' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cassandra::Type' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ce.yaml b/providers/src/awscc/v00.00.00000/services/ce.yaml index 5b6573d7..7bd2065a 100644 --- a/providers/src/awscc/v00.00.00000/services/ce.yaml +++ b/providers/src/awscc/v00.00.00000/services/ce.yaml @@ -948,11 +948,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MonitorArn') as monitor_arn, JSON_EXTRACT(Properties, '$.MonitorType') as monitor_type, JSON_EXTRACT(Properties, '$.MonitorName') as monitor_name, @@ -963,15 +963,15 @@ components: JSON_EXTRACT(Properties, '$.MonitorSpecification') as monitor_specification, JSON_EXTRACT(Properties, '$.DimensionalValueCount') as dimensional_value_count, JSON_EXTRACT(Properties, '$.ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::AnomalyMonitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::AnomalyMonitor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MonitorArn') as monitor_arn, json_extract_path_text(Properties, 'MonitorType') as monitor_type, json_extract_path_text(Properties, 'MonitorName') as monitor_name, @@ -982,8 +982,8 @@ components: json_extract_path_text(Properties, 'MonitorSpecification') as monitor_specification, json_extract_path_text(Properties, 'DimensionalValueCount') as dimensional_value_count, json_extract_path_text(Properties, 'ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::AnomalyMonitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::AnomalyMonitor' + AND Identifier = '' AND region = 'us-east-1' anomaly_monitors_list_only: name: anomaly_monitors_list_only @@ -1006,7 +1006,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MonitorArn') as monitor_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::AnomalyMonitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::AnomalyMonitor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1014,7 +1014,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MonitorArn') as monitor_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::AnomalyMonitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::AnomalyMonitor' AND region = 'us-east-1' anomaly_subscriptions: name: anomaly_subscriptions @@ -1074,11 +1074,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SubscriptionArn') as subscription_arn, JSON_EXTRACT(Properties, '$.SubscriptionName') as subscription_name, JSON_EXTRACT(Properties, '$.AccountId') as account_id, @@ -1088,15 +1088,15 @@ components: JSON_EXTRACT(Properties, '$.ThresholdExpression') as threshold_expression, JSON_EXTRACT(Properties, '$.Frequency') as frequency, JSON_EXTRACT(Properties, '$.ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::AnomalySubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::AnomalySubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SubscriptionArn') as subscription_arn, json_extract_path_text(Properties, 'SubscriptionName') as subscription_name, json_extract_path_text(Properties, 'AccountId') as account_id, @@ -1106,8 +1106,8 @@ components: json_extract_path_text(Properties, 'ThresholdExpression') as threshold_expression, json_extract_path_text(Properties, 'Frequency') as frequency, json_extract_path_text(Properties, 'ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::AnomalySubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::AnomalySubscription' + AND Identifier = '' AND region = 'us-east-1' anomaly_subscriptions_list_only: name: anomaly_subscriptions_list_only @@ -1130,7 +1130,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubscriptionArn') as subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::AnomalySubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::AnomalySubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1138,7 +1138,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubscriptionArn') as subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::AnomalySubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::AnomalySubscription' AND region = 'us-east-1' cost_categories: name: cost_categories @@ -1198,11 +1198,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.EffectiveStart') as effective_start, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1211,15 +1211,15 @@ components: JSON_EXTRACT(Properties, '$.SplitChargeRules') as split_charge_rules, JSON_EXTRACT(Properties, '$.DefaultValue') as default_value, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::CostCategory' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::CostCategory' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'EffectiveStart') as effective_start, json_extract_path_text(Properties, 'Name') as name, @@ -1228,8 +1228,8 @@ components: json_extract_path_text(Properties, 'SplitChargeRules') as split_charge_rules, json_extract_path_text(Properties, 'DefaultValue') as default_value, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CE::CostCategory' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CE::CostCategory' + AND Identifier = '' AND region = 'us-east-1' cost_categories_list_only: name: cost_categories_list_only @@ -1252,7 +1252,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::CostCategory' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::CostCategory' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1260,7 +1260,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CE::CostCategory' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CE::CostCategory' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml b/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml index c36953b3..b7104924 100644 --- a/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/certificatemanager.yaml @@ -512,26 +512,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ExpiryEventsConfiguration') as expiry_events_configuration, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CertificateManager::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CertificateManager::Account' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ExpiryEventsConfiguration') as expiry_events_configuration, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CertificateManager::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CertificateManager::Account' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/chatbot.yaml b/providers/src/awscc/v00.00.00000/services/chatbot.yaml index e71a7a57..e94b002f 100644 --- a/providers/src/awscc/v00.00.00000/services/chatbot.yaml +++ b/providers/src/awscc/v00.00.00000/services/chatbot.yaml @@ -1079,34 +1079,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActionName') as action_name, JSON_EXTRACT(Properties, '$.AliasName') as alias_name, JSON_EXTRACT(Properties, '$.Attachments') as attachments, JSON_EXTRACT(Properties, '$.CustomActionArn') as custom_action_arn, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::CustomAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::CustomAction' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActionName') as action_name, json_extract_path_text(Properties, 'AliasName') as alias_name, json_extract_path_text(Properties, 'Attachments') as attachments, json_extract_path_text(Properties, 'CustomActionArn') as custom_action_arn, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::CustomAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::CustomAction' + AND Identifier = '' AND region = 'us-east-1' custom_actions_list_only: name: custom_actions_list_only @@ -1129,7 +1129,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CustomActionArn') as custom_action_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::CustomAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::CustomAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1137,7 +1137,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CustomActionArn') as custom_action_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::CustomAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::CustomAction' AND region = 'us-east-1' microsoft_teams_channel_configurations: name: microsoft_teams_channel_configurations @@ -1197,11 +1197,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TeamId') as team_id, JSON_EXTRACT(Properties, '$.TeamsChannelId') as teams_channel_id, JSON_EXTRACT(Properties, '$.TeamsChannelName') as teams_channel_name, @@ -1215,15 +1215,15 @@ components: JSON_EXTRACT(Properties, '$.UserRoleRequired') as user_role_required, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CustomizationResourceArns') as customization_resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TeamId') as team_id, json_extract_path_text(Properties, 'TeamsChannelId') as teams_channel_id, json_extract_path_text(Properties, 'TeamsChannelName') as teams_channel_name, @@ -1237,8 +1237,8 @@ components: json_extract_path_text(Properties, 'UserRoleRequired') as user_role_required, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CustomizationResourceArns') as customization_resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' + AND Identifier = '' AND region = 'us-east-1' microsoft_teams_channel_configurations_list_only: name: microsoft_teams_channel_configurations_list_only @@ -1261,7 +1261,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1269,7 +1269,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::MicrosoftTeamsChannelConfiguration' AND region = 'us-east-1' slack_channel_configurations: name: slack_channel_configurations @@ -1329,11 +1329,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SlackWorkspaceId') as slack_workspace_id, JSON_EXTRACT(Properties, '$.SlackChannelId') as slack_channel_id, JSON_EXTRACT(Properties, '$.ConfigurationName') as configuration_name, @@ -1345,15 +1345,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UserRoleRequired') as user_role_required, JSON_EXTRACT(Properties, '$.CustomizationResourceArns') as customization_resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::SlackChannelConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::SlackChannelConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SlackWorkspaceId') as slack_workspace_id, json_extract_path_text(Properties, 'SlackChannelId') as slack_channel_id, json_extract_path_text(Properties, 'ConfigurationName') as configuration_name, @@ -1365,8 +1365,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UserRoleRequired') as user_role_required, json_extract_path_text(Properties, 'CustomizationResourceArns') as customization_resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Chatbot::SlackChannelConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Chatbot::SlackChannelConfiguration' + AND Identifier = '' AND region = 'us-east-1' slack_channel_configurations_list_only: name: slack_channel_configurations_list_only @@ -1389,7 +1389,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::SlackChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::SlackChannelConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1397,7 +1397,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Chatbot::SlackChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Chatbot::SlackChannelConfiguration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml b/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml index 5245b2fe..f3f8a32e 100644 --- a/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml +++ b/providers/src/awscc/v00.00.00000/services/cleanrooms.yaml @@ -2969,11 +2969,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CollaborationArn') as collaboration_arn, JSON_EXTRACT(Properties, '$.CollaborationIdentifier') as collaboration_identifier, @@ -2988,15 +2988,15 @@ components: JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.SourceMetadata') as source_metadata, JSON_EXTRACT(Properties, '$.Format') as _format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::AnalysisTemplate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CollaborationArn') as collaboration_arn, json_extract_path_text(Properties, 'CollaborationIdentifier') as collaboration_identifier, @@ -3011,8 +3011,8 @@ components: json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'SourceMetadata') as source_metadata, json_extract_path_text(Properties, 'Format') as _format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::AnalysisTemplate' + AND Identifier = '|' AND region = 'us-east-1' analysis_templates_list_only: name: analysis_templates_list_only @@ -3037,7 +3037,7 @@ components: region, JSON_EXTRACT(Properties, '$.AnalysisTemplateIdentifier') as analysis_template_identifier, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::AnalysisTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3046,7 +3046,7 @@ components: region, json_extract_path_text(Properties, 'AnalysisTemplateIdentifier') as analysis_template_identifier, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::AnalysisTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::AnalysisTemplate' AND region = 'us-east-1' collaborations: name: collaborations @@ -3106,11 +3106,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CollaborationIdentifier') as collaboration_identifier, @@ -3125,15 +3125,15 @@ components: JSON_EXTRACT(Properties, '$.QueryLogStatus') as query_log_status, JSON_EXTRACT(Properties, '$.AnalyticsEngine') as analytics_engine, JSON_EXTRACT(Properties, '$.CreatorPaymentConfiguration') as creator_payment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::Collaboration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::Collaboration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CollaborationIdentifier') as collaboration_identifier, @@ -3148,8 +3148,8 @@ components: json_extract_path_text(Properties, 'QueryLogStatus') as query_log_status, json_extract_path_text(Properties, 'AnalyticsEngine') as analytics_engine, json_extract_path_text(Properties, 'CreatorPaymentConfiguration') as creator_payment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::Collaboration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::Collaboration' + AND Identifier = '' AND region = 'us-east-1' collaborations_list_only: name: collaborations_list_only @@ -3172,7 +3172,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CollaborationIdentifier') as collaboration_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::Collaboration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::Collaboration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3180,7 +3180,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CollaborationIdentifier') as collaboration_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::Collaboration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::Collaboration' AND region = 'us-east-1' configured_tables: name: configured_tables @@ -3240,11 +3240,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AllowedColumns') as allowed_columns, @@ -3255,15 +3255,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.AnalysisRules') as analysis_rules, JSON_EXTRACT(Properties, '$.TableReference') as table_reference - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::ConfiguredTable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AllowedColumns') as allowed_columns, @@ -3274,8 +3274,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'AnalysisRules') as analysis_rules, json_extract_path_text(Properties, 'TableReference') as table_reference - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::ConfiguredTable' + AND Identifier = '' AND region = 'us-east-1' configured_tables_list_only: name: configured_tables_list_only @@ -3298,7 +3298,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConfiguredTableIdentifier') as configured_table_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::ConfiguredTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3306,7 +3306,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConfiguredTableIdentifier') as configured_table_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::ConfiguredTable' AND region = 'us-east-1' configured_table_associations: name: configured_table_associations @@ -3367,11 +3367,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ConfiguredTableAssociationIdentifier') as configured_table_association_identifier, @@ -3381,15 +3381,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.ConfiguredTableAssociationAnalysisRules') as configured_table_association_analysis_rules - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ConfiguredTableAssociationIdentifier') as configured_table_association_identifier, @@ -3399,8 +3399,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'ConfiguredTableAssociationAnalysisRules') as configured_table_association_analysis_rules - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' + AND Identifier = '|' AND region = 'us-east-1' configured_table_associations_list_only: name: configured_table_associations_list_only @@ -3425,7 +3425,7 @@ components: region, JSON_EXTRACT(Properties, '$.ConfiguredTableAssociationIdentifier') as configured_table_association_identifier, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3434,7 +3434,7 @@ components: region, json_extract_path_text(Properties, 'ConfiguredTableAssociationIdentifier') as configured_table_association_identifier, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::ConfiguredTableAssociation' AND region = 'us-east-1' id_mapping_tables: name: id_mapping_tables @@ -3495,11 +3495,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdMappingTableIdentifier') as id_mapping_table_identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.InputReferenceConfig') as input_reference_config, @@ -3512,15 +3512,15 @@ components: JSON_EXTRACT(Properties, '$.InputReferenceProperties') as input_reference_properties, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::IdMappingTable' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::IdMappingTable' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdMappingTableIdentifier') as id_mapping_table_identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'InputReferenceConfig') as input_reference_config, @@ -3533,8 +3533,8 @@ components: json_extract_path_text(Properties, 'InputReferenceProperties') as input_reference_properties, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::IdMappingTable' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::IdMappingTable' + AND Identifier = '|' AND region = 'us-east-1' id_mapping_tables_list_only: name: id_mapping_tables_list_only @@ -3559,7 +3559,7 @@ components: region, JSON_EXTRACT(Properties, '$.IdMappingTableIdentifier') as id_mapping_table_identifier, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::IdMappingTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::IdMappingTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3568,7 +3568,7 @@ components: region, json_extract_path_text(Properties, 'IdMappingTableIdentifier') as id_mapping_table_identifier, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::IdMappingTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::IdMappingTable' AND region = 'us-east-1' id_namespace_associations: name: id_namespace_associations @@ -3629,11 +3629,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdNamespaceAssociationIdentifier') as id_namespace_association_identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier, @@ -3646,15 +3646,15 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.IdMappingConfig') as id_mapping_config, JSON_EXTRACT(Properties, '$.InputReferenceProperties') as input_reference_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdNamespaceAssociationIdentifier') as id_namespace_association_identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier, @@ -3667,8 +3667,8 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'IdMappingConfig') as id_mapping_config, json_extract_path_text(Properties, 'InputReferenceProperties') as input_reference_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' + AND Identifier = '|' AND region = 'us-east-1' id_namespace_associations_list_only: name: id_namespace_associations_list_only @@ -3693,7 +3693,7 @@ components: region, JSON_EXTRACT(Properties, '$.IdNamespaceAssociationIdentifier') as id_namespace_association_identifier, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3702,7 +3702,7 @@ components: region, json_extract_path_text(Properties, 'IdNamespaceAssociationIdentifier') as id_namespace_association_identifier, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::IdNamespaceAssociation' AND region = 'us-east-1' memberships: name: memberships @@ -3762,11 +3762,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CollaborationArn') as collaboration_arn, @@ -3778,15 +3778,15 @@ components: JSON_EXTRACT(Properties, '$.DefaultResultConfiguration') as default_result_configuration, JSON_EXTRACT(Properties, '$.DefaultJobResultConfiguration') as default_job_result_configuration, JSON_EXTRACT(Properties, '$.PaymentConfiguration') as payment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::Membership' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::Membership' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CollaborationArn') as collaboration_arn, @@ -3798,8 +3798,8 @@ components: json_extract_path_text(Properties, 'DefaultResultConfiguration') as default_result_configuration, json_extract_path_text(Properties, 'DefaultJobResultConfiguration') as default_job_result_configuration, json_extract_path_text(Properties, 'PaymentConfiguration') as payment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::Membership' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::Membership' + AND Identifier = '' AND region = 'us-east-1' memberships_list_only: name: memberships_list_only @@ -3822,7 +3822,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::Membership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::Membership' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3830,7 +3830,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::Membership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::Membership' AND region = 'us-east-1' privacy_budget_templates: name: privacy_budget_templates @@ -3891,11 +3891,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CollaborationArn') as collaboration_arn, JSON_EXTRACT(Properties, '$.CollaborationIdentifier') as collaboration_identifier, @@ -3906,15 +3906,15 @@ components: JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.MembershipArn') as membership_arn, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CollaborationArn') as collaboration_arn, json_extract_path_text(Properties, 'CollaborationIdentifier') as collaboration_identifier, @@ -3925,8 +3925,8 @@ components: json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'MembershipArn') as membership_arn, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' + AND Identifier = '|' AND region = 'us-east-1' privacy_budget_templates_list_only: name: privacy_budget_templates_list_only @@ -3951,7 +3951,7 @@ components: region, JSON_EXTRACT(Properties, '$.PrivacyBudgetTemplateIdentifier') as privacy_budget_template_identifier, JSON_EXTRACT(Properties, '$.MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3960,7 +3960,7 @@ components: region, json_extract_path_text(Properties, 'PrivacyBudgetTemplateIdentifier') as privacy_budget_template_identifier, json_extract_path_text(Properties, 'MembershipIdentifier') as membership_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRooms::PrivacyBudgetTemplate' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cleanroomsml.yaml b/providers/src/awscc/v00.00.00000/services/cleanroomsml.yaml index 1d8d8e77..afc4d10b 100644 --- a/providers/src/awscc/v00.00.00000/services/cleanroomsml.yaml +++ b/providers/src/awscc/v00.00.00000/services/cleanroomsml.yaml @@ -692,11 +692,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, @@ -704,15 +704,15 @@ components: JSON_EXTRACT(Properties, '$.TrainingData') as training_data, JSON_EXTRACT(Properties, '$.TrainingDatasetArn') as training_dataset_arn, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRoomsML::TrainingDataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRoomsML::TrainingDataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn, @@ -720,8 +720,8 @@ components: json_extract_path_text(Properties, 'TrainingData') as training_data, json_extract_path_text(Properties, 'TrainingDatasetArn') as training_dataset_arn, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CleanRoomsML::TrainingDataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CleanRoomsML::TrainingDataset' + AND Identifier = '' AND region = 'us-east-1' training_datasets_list_only: name: training_datasets_list_only @@ -744,7 +744,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrainingDatasetArn') as training_dataset_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRoomsML::TrainingDataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRoomsML::TrainingDataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -752,7 +752,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrainingDatasetArn') as training_dataset_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CleanRoomsML::TrainingDataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CleanRoomsML::TrainingDataset' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cloud_control.yaml b/providers/src/awscc/v00.00.00000/services/cloud_control.yaml index abb4a24d..ca075c19 100644 --- a/providers/src/awscc/v00.00.00000/services/cloud_control.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloud_control.yaml @@ -1,36 +1,13 @@ openapi: 3.0.0 info: + title: AWS Cloud Control API + description: OpenAPI specification for the AWS Cloud Control API, generated by StackQL Studios. version: '2021-09-30' - x-release: v4 - title: AWS Cloud Control api - description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' - x-logo: - url: 'https://twitter.com/awscloud/profile_image?size=original' - backgroundColor: '#FFFFFF' - termsOfService: 'https://aws.amazon.com/service-terms/' - contact: - name: Mike Ralphson - email: mike.ralphson@gmail.com - url: 'https://github.com/mermade/aws2openapi' - x-twitter: PermittedSoc - license: - name: Apache 2.0 License - url: 'http://www.apache.org/licenses/' + x-stackql-date-generated: '2026-02-20' + x-stackql-sdk-namespace: amazonaws.com.cloudcontrolapi x-providerName: amazonaws.com x-serviceName: cloudcontrolapi x-aws-signingName: cloudcontrolapi - x-origin: - - contentType: application/json - url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/cloudcontrol-2021-09-30.normal.json' - converter: - url: 'https://github.com/mermade/aws2openapi' - version: 1.0.0 - x-apisguru-driver: external - x-apiClientRegistration: - url: 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct' - x-apisguru-categories: - - cloud - x-preferred: true externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/cloudcontrolapi/' @@ -104,6 +81,14 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: @@ -113,7 +98,7 @@ paths: responses: '200': content: - application/json: + application/x-amz-json-1.0: schema: $ref: '#/components/schemas/CancelResourceRequestOutput' description: Success @@ -146,6 +131,14 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: @@ -155,7 +148,7 @@ paths: responses: '200': content: - application/json: + application/x-amz-json-1.0: schema: $ref: '#/components/schemas/ProgressEvent' description: Success @@ -188,6 +181,14 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: @@ -197,7 +198,7 @@ paths: responses: '200': content: - application/json: + application/x-amz-json-1.0: schema: $ref: '#/components/schemas/DeleteResourceOutput' description: Success @@ -230,6 +231,14 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: @@ -239,7 +248,7 @@ paths: responses: '200': content: - application/json: + application/x-amz-json-1.0: schema: $ref: '#/components/schemas/GetResourceOutput' description: Success @@ -272,6 +281,14 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: @@ -297,18 +314,6 @@ paths: post: operationId: ListResourceRequests parameters: - - description: Pagination limit - in: query - name: MaxResults - required: false - schema: - type: string - - description: Pagination token - in: query - name: NextToken - required: false - schema: - type: string - description: Action Header in: header name: X-Amz-Target @@ -338,42 +343,14 @@ paths: content: application/x-amz-json-1.0: schema: - properties: - ResourceRequestStatusFilter: - properties: - OperationStatuses: - enum: - - PENDING - - IN_PROGRESS - - SUCCESS - - FAILED - - CANCEL_IN_PROGRESS - - CANCEL_COMPLETE - type: string - Operations: - enum: - - CREATE - - DELETE - - UPDATE - type: string - type: object - type: object - required: - - ResourceRequestStatusFilter + $ref: '#/components/schemas/ListResourceRequestsInput' required: true responses: '200': content: application/x-amz-json-1.0: schema: - properties: - NextToken: - type: string - ResourceRequestStatusSummaries: - items: - $ref: '#/components/schemas/ProgressEvent' - type: array - type: object + $ref: '#/components/schemas/ListResourceRequestsOutput' description: Success /?Action=ListResources&Version=2021-09-30: parameters: @@ -387,18 +364,6 @@ paths: post: operationId: ListResources parameters: - - description: Pagination limit - in: query - name: MaxResults - required: false - schema: - type: string - - description: Pagination token - in: query - name: NextToken - required: false - schema: - type: string - description: Action Header in: header name: X-Amz-Target @@ -428,39 +393,14 @@ paths: content: application/x-amz-json-1.0: schema: - properties: - MaxResults: - # $ref: '#/components/schemas/MaxResults' - type: integer - maximum: 100 - minimum: 1 - NextToken: - $ref: '#/components/schemas/NextToken' - ResourceModel: - type: string - RoleArn: - $ref: '#/components/schemas/RoleArn' - TypeName: - $ref: '#/components/schemas/TypeName' - TypeVersionId: - $ref: '#/components/schemas/TypeVersionId' - required: - - TypeName - type: object + $ref: '#/components/schemas/ListResourcesInput' required: true responses: '200': content: application/x-amz-json-1.0: schema: - properties: - RequestToken: - type: string - ResourceDescriptions: - items: - $ref: '#/components/schemas/ResourceDescription' - type: array - type: object + $ref: '#/components/schemas/ListResourcesOutput' description: Success /?Action=UpdateResource&Version=2021-09-30: parameters: @@ -491,33 +431,24 @@ paths: enum: - application/x-amz-json-1.0 type: string + - in: header + name: Accept + required: false + schema: + default: application/x-amz-json-1.0 + enum: + - application/x-amz-json-1.0 + type: string requestBody: content: application/x-amz-json-1.0: schema: - properties: - ClientName: - type: string - Identifier: - $ref: '#/components/schemas/Identifier' - PatchDocument: - type: string - RoleArn: - $ref: '#/components/schemas/RoleArn' - TypeName: - $ref: '#/components/schemas/TypeName' - TypeVersionId: - $ref: '#/components/schemas/TypeVersionId' - required: - - Identifier - - PatchDocument - - TypeName - type: object + $ref: '#/components/schemas/UpdateResourceInput' required: true responses: '200': content: - application/json: + application/x-amz-json-1.0: schema: $ref: '#/components/schemas/UpdateResourceOutput' description: Success @@ -526,16 +457,19 @@ components: resource: name: resource x-cfn-schema-name: ResourceDescription - x-example-where-clause: WHERE region = 'us-east-1' AND data__TypeName = '' AND data__Identifier = '' - x-type: native + x-example-where-clause: WHERE region = 'us-east-1' AND TypeName = '' AND Identifier = '' + x-type: native methods: get_resource: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=GetResource&Version=2021-09-30/post' request: mediaType: application/x-amz-json-1.0 response: - mediaType: application/json + mediaType: application/x-amz-json-1.0 objectKey: '$.ResourceDescription' openAPIDocKey: '200' id: aws.cloud_control.resources @@ -549,11 +483,14 @@ components: resources: name: resources x-cfn-schema-name: ResourceDescriptions - x-example-where-clause: WHERE region = 'us-east-1' AND data__TypeName = '' + x-example-where-clause: WHERE region = 'us-east-1' AND TypeName = '' x-description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' - x-type: native + x-type: native methods: list_resources: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=ListResources&Version=2021-09-30/post' request: @@ -563,28 +500,37 @@ components: objectKey: '$.ResourceDescriptions' openAPIDocKey: '200' create_resource: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=CreateResource&Version=2021-09-30/post' request: mediaType: application/x-amz-json-1.0 response: - mediaType: application/json + mediaType: application/x-amz-json-1.0 openAPIDocKey: '200' delete_resource: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=DeleteResource&Version=2021-09-30/post' request: mediaType: application/x-amz-json-1.0 response: - mediaType: application/json + mediaType: application/x-amz-json-1.0 openAPIDocKey: '200' update_resource: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=UpdateResource&Version=2021-09-30/post' request: mediaType: application/x-amz-json-1.0 response: - mediaType: application/json + mediaType: application/x-amz-json-1.0 openAPIDocKey: '200' id: aws.cloud_control.resources sqlVerbs: @@ -600,11 +546,14 @@ components: resource_request: name: resource_request x-cfn-schema-name: ProgressEvent - x-example-where-clause: WHERE region = 'us-east-1' AND data__RequestToken = '' - x-description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' - x-type: native + x-example-where-clause: WHERE region = 'us-east-1' AND RequestToken = '' + x-description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' + x-type: native methods: get_resource_request: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=GetResourceRequestStatus&Version=2021-09-30/post' request: @@ -624,11 +573,14 @@ components: resource_requests: name: resource_requests x-cfn-schema-name: ResourceRequestStatusSummaries - x-example-where-clause: WHERE region = 'us-east-1' AND data__ResourceRequestStatusFilter = '' - x-description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' - x-type: native + x-example-where-clause: WHERE region = 'us-east-1' AND ResourceRequestStatusFilter = '' + x-description: 'For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User Guide.' + x-type: native methods: list_resource_requests: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=ListResourceRequests&Version=2021-09-30/post' request: @@ -638,6 +590,9 @@ components: objectKey: '$.ResourceRequestStatusSummaries' openAPIDocKey: '200' cancel_resource_request: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?Action=CancelResourceRequest&Version=2021-09-30/post' request: @@ -663,13 +618,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["SUCCESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["SUCCESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["SUCCESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["SUCCESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' vw_failed_requests: name: vw_failed_requests @@ -680,13 +635,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["FAILED"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["FAILED"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["FAILED"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["FAILED"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' vw_cancelled_requests: name: vw_cancelled_requests @@ -697,13 +652,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' vw_pending_requests: name: vw_pending_requests @@ -714,13 +669,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS"], "Operations": ["CREATE", "UPDATE", "DELETE"]}' and region = 'us-east-1' vw_create_requests: name: vw_create_requests @@ -731,13 +686,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["CREATE"]}' and region = 'us-east-1' vw_update_requests: name: vw_update_requests @@ -748,13 +703,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["UPDATE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["UPDATE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["UPDATE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["UPDATE"]}' and region = 'us-east-1' vw_delete_requests: name: vw_delete_requests @@ -765,13 +720,13 @@ components: predicate: sqlDialect == "sqlite3" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["DELETE"]}' and region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" ddl: |- select * from aws.cloud_control.resource_requests - where data__ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["DELETE"]}' + where ResourceRequestStatusFilter = '{"OperationStatuses": ["PENDING", "IN_PROGRESS", "SUCCESS", "FAILED", "CANCEL_IN_PROGRESS", "CANCEL_COMPLETE"], "Operations": ["DELETE"]}' and region = 'us-east-1' parameters: X-Amz-Content-Sha256: @@ -849,30 +804,19 @@ components: CreateResourceInput: properties: ClientToken: - type: string + $ref: '#/components/schemas/ClientToken' DesiredState: - allOf: - - $ref: '#/components/schemas/Properties' - - description:

Structured data format representing the desired state - of the resource, consisting of that resource's properties and their - desired values.

Cloud Control API currently supports JSON - as a structured data format.

 <p>Specify
-              the desired state as one of the following:</p> <ul> <li>
-              <p>A JSON blob</p> </li> <li> <p>A local
-              path containing the desired state in JSON data format</p> </li>
-              </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-create.html#resource-operations-create-desiredstate">Composing
-              the desired state of the resource</a> in the <i>Amazon Web
-              Services Cloud Control API User Guide</i>.</p> <p>For
-              more information about the properties of a specific resource, refer
-              to the related topic for the resource in the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Resource
-              and property types reference</a> in the <i>CloudFormation
-              Users Guide</i>.</p> 
+ description: >- + Structured data format representing the desired state of the resource, + consisting of that resource's properties and their desired values. + Cloud Control API currently supports JSON as a structured data format. + $ref: '#/components/schemas/Properties' RoleArn: - type: string + $ref: '#/components/schemas/RoleArn' TypeName: - type: string + $ref: '#/components/schemas/TypeName' TypeVersionId: - type: string + $ref: '#/components/schemas/TypeVersionId' required: - TypeName - DesiredState @@ -886,15 +830,15 @@ components: DeleteResourceInput: properties: ClientToken: - type: string + $ref: '#/components/schemas/ClientToken' Identifier: $ref: '#/components/schemas/Identifier' RoleArn: - type: string + $ref: '#/components/schemas/RoleArn' TypeName: - type: string + $ref: '#/components/schemas/TypeName' TypeVersionId: - type: string + $ref: '#/components/schemas/TypeVersionId' required: - TypeName - Identifier @@ -926,7 +870,7 @@ components: ResourceDescription: $ref: '#/components/schemas/ResourceDescription' TypeName: - type: string + $ref: '#/components/schemas/TypeName' type: object GetResourceRequestStatusInput: properties: @@ -973,6 +917,50 @@ components: type: string InvalidCredentialsException: {} InvalidRequestException: {} + ListResourceRequestsInput: + properties: + MaxResults: + $ref: '#/components/schemas/MaxResults' + NextToken: + $ref: '#/components/schemas/NextToken' + ResourceRequestStatusFilter: + $ref: '#/components/schemas/ResourceRequestStatusFilter' + title: ListResourceRequestsInput + type: object + ListResourceRequestsOutput: + properties: + NextToken: + $ref: '#/components/schemas/NextToken' + ResourceRequestStatusSummaries: + $ref: '#/components/schemas/ResourceRequestStatusSummaries' + type: object + ListResourcesInput: + properties: + MaxResults: + $ref: '#/components/schemas/MaxResults' + NextToken: + $ref: '#/components/schemas/NextToken' + ResourceModel: + type: string + RoleArn: + $ref: '#/components/schemas/RoleArn' + TypeName: + $ref: '#/components/schemas/TypeName' + TypeVersionId: + $ref: '#/components/schemas/TypeVersionId' + required: + - TypeName + title: ListResourcesInput + type: object + ListResourcesOutput: + properties: + NextToken: + $ref: '#/components/schemas/NextToken' + ResourceDescriptions: + $ref: '#/components/schemas/ResourceDescriptions' + TypeName: + $ref: '#/components/schemas/TypeName' + type: object MaxResults: maximum: 100 minimum: 1 @@ -1016,38 +1004,27 @@ components: type: string PrivateTypeException: {} ProgressEvent: - example: - ErrorCode: string - EventTime: number - Identifier: string - Operation: string - OperationStatus: string - RequestToken: string - ResourceModel: string - RetryAfter: number - StatusMessage: string - TypeName: string properties: ErrorCode: - type: string + $ref: '#/components/schemas/HandlerErrorCode' EventTime: - type: number + $ref: '#/components/schemas/Timestamp' Identifier: - type: string + $ref: '#/components/schemas/Identifier' Operation: - type: string + $ref: '#/components/schemas/Operation' OperationStatus: - type: string + $ref: '#/components/schemas/OperationStatus' RequestToken: - type: string + $ref: '#/components/schemas/RequestToken' ResourceModel: type: string RetryAfter: - type: number + $ref: '#/components/schemas/Timestamp' StatusMessage: - type: string + $ref: '#/components/schemas/StatusMessage' TypeName: - type: string + $ref: '#/components/schemas/TypeName' type: object Properties: format: password @@ -1066,9 +1043,9 @@ components: description: Represents information about a provisioned resource. properties: Identifier: - type: string + $ref: '#/components/schemas/Identifier' Properties: - type: string + $ref: '#/components/schemas/Properties' type: object ResourceDescriptions: items: @@ -1076,20 +1053,12 @@ components: type: array ResourceNotFoundException: {} ResourceRequestStatusFilter: - description: The filter criteria to use in determining the requests returned. + description: Filter criteria to use in determining the requests returned. properties: - undefined: - allOf: - - $ref: '#/components/schemas/OperationStatuses' - - description: '

The operation statuses to include in the filter.

-
  • PENDING: The operation has been requested, - but not yet initiated.

  • IN_PROGRESS: - The operation is in progress.

  • SUCCESS: - The operation completed.

  • FAILED: The - operation failed.

  • CANCEL_IN_PROGRESS: - The operation is in the process of being canceled.

  • - CANCEL_COMPLETE: The operation has been canceled.

  • -
' + OperationStatuses: + $ref: '#/components/schemas/OperationStatuses' + Operations: + $ref: '#/components/schemas/Operations' type: object ResourceRequestStatusSummaries: items: @@ -1125,9 +1094,18 @@ components: UnsupportedActionException: {} UpdateResourceInput: properties: - undefined: - allOf: - - $ref: '#/components/schemas/PatchDocument' + ClientToken: + $ref: '#/components/schemas/ClientToken' + Identifier: + $ref: '#/components/schemas/Identifier' + PatchDocument: + $ref: '#/components/schemas/PatchDocument' + RoleArn: + $ref: '#/components/schemas/RoleArn' + TypeName: + $ref: '#/components/schemas/TypeName' + TypeVersionId: + $ref: '#/components/schemas/TypeVersionId' required: - TypeName - Identifier @@ -1148,4 +1126,4 @@ x-stackQL-config: location: body responseToken: key: NextToken - location: body + location: body \ No newline at end of file diff --git a/providers/src/awscc/v00.00.00000/services/cloudformation.yaml b/providers/src/awscc/v00.00.00000/services/cloudformation.yaml index 5b4a7cf1..1a61b272 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudformation.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudformation.yaml @@ -3199,11 +3199,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleLocation') as rule_location, JSON_EXTRACT(Properties, '$.LogBucket') as log_bucket, JSON_EXTRACT(Properties, '$.HookStatus') as hook_status, @@ -3215,15 +3215,15 @@ components: JSON_EXTRACT(Properties, '$.HookArn') as hook_arn, JSON_EXTRACT(Properties, '$.ExecutionRole') as execution_role, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::GuardHook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::GuardHook' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleLocation') as rule_location, json_extract_path_text(Properties, 'LogBucket') as log_bucket, json_extract_path_text(Properties, 'HookStatus') as hook_status, @@ -3235,8 +3235,8 @@ components: json_extract_path_text(Properties, 'HookArn') as hook_arn, json_extract_path_text(Properties, 'ExecutionRole') as execution_role, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::GuardHook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::GuardHook' + AND Identifier = '' AND region = 'us-east-1' guard_hooks_list_only: name: guard_hooks_list_only @@ -3259,7 +3259,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HookArn') as hook_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::GuardHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::GuardHook' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3267,7 +3267,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HookArn') as hook_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::GuardHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::GuardHook' AND region = 'us-east-1' hook_default_versions: name: hook_default_versions @@ -3314,30 +3314,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TypeVersionArn') as type_version_arn, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TypeVersionArn') as type_version_arn, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' hook_default_versions_list_only: name: hook_default_versions_list_only @@ -3360,7 +3360,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookDefaultVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3368,7 +3368,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookDefaultVersion' AND region = 'us-east-1' hook_type_configs: name: hook_type_configs @@ -3428,32 +3428,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TypeArn') as type_arn, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.ConfigurationArn') as configuration_arn, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.ConfigurationAlias') as configuration_alias - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookTypeConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookTypeConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TypeArn') as type_arn, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'ConfigurationArn') as configuration_arn, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'ConfigurationAlias') as configuration_alias - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookTypeConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookTypeConfig' + AND Identifier = '' AND region = 'us-east-1' hook_type_configs_list_only: name: hook_type_configs_list_only @@ -3476,7 +3476,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConfigurationArn') as configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookTypeConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookTypeConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3484,7 +3484,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConfigurationArn') as configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookTypeConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookTypeConfig' AND region = 'us-east-1' hook_versions: name: hook_versions @@ -3531,11 +3531,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.TypeArn') as type_arn, JSON_EXTRACT(Properties, '$.ExecutionRoleArn') as execution_role_arn, @@ -3545,15 +3545,15 @@ components: JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.VersionId') as version_id, JSON_EXTRACT(Properties, '$.Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'TypeArn') as type_arn, json_extract_path_text(Properties, 'ExecutionRoleArn') as execution_role_arn, @@ -3563,8 +3563,8 @@ components: json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'VersionId') as version_id, json_extract_path_text(Properties, 'Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::HookVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::HookVersion' + AND Identifier = '' AND region = 'us-east-1' hook_versions_list_only: name: hook_versions_list_only @@ -3587,7 +3587,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3595,7 +3595,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::HookVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::HookVersion' AND region = 'us-east-1' lambda_hooks: name: lambda_hooks @@ -3655,11 +3655,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LambdaFunction') as lambda_function, JSON_EXTRACT(Properties, '$.HookStatus') as hook_status, JSON_EXTRACT(Properties, '$.TargetOperations') as target_operations, @@ -3669,15 +3669,15 @@ components: JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.HookArn') as hook_arn, JSON_EXTRACT(Properties, '$.ExecutionRole') as execution_role - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::LambdaHook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::LambdaHook' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LambdaFunction') as lambda_function, json_extract_path_text(Properties, 'HookStatus') as hook_status, json_extract_path_text(Properties, 'TargetOperations') as target_operations, @@ -3687,8 +3687,8 @@ components: json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'HookArn') as hook_arn, json_extract_path_text(Properties, 'ExecutionRole') as execution_role - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::LambdaHook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::LambdaHook' + AND Identifier = '' AND region = 'us-east-1' lambda_hooks_list_only: name: lambda_hooks_list_only @@ -3711,7 +3711,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HookArn') as hook_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::LambdaHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::LambdaHook' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3719,7 +3719,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HookArn') as hook_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::LambdaHook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::LambdaHook' AND region = 'us-east-1' module_default_versions: name: module_default_versions @@ -3753,28 +3753,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ModuleName') as module_name, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ModuleName') as module_name, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' module_default_versions_list_only: name: module_default_versions_list_only @@ -3797,7 +3797,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3805,7 +3805,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ModuleDefaultVersion' AND region = 'us-east-1' module_versions: name: module_versions @@ -3852,11 +3852,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DocumentationUrl') as documentation_url, @@ -3867,15 +3867,15 @@ components: JSON_EXTRACT(Properties, '$.TimeCreated') as time_created, JSON_EXTRACT(Properties, '$.VersionId') as version_id, JSON_EXTRACT(Properties, '$.Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ModuleVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ModuleVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DocumentationUrl') as documentation_url, @@ -3886,8 +3886,8 @@ components: json_extract_path_text(Properties, 'TimeCreated') as time_created, json_extract_path_text(Properties, 'VersionId') as version_id, json_extract_path_text(Properties, 'Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ModuleVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ModuleVersion' + AND Identifier = '' AND region = 'us-east-1' public_type_versions: name: public_type_versions @@ -3921,11 +3921,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.TypeVersionArn') as type_version_arn, JSON_EXTRACT(Properties, '$.PublicVersionNumber') as public_version_number, @@ -3934,15 +3934,15 @@ components: JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.LogDeliveryBucket') as log_delivery_bucket, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::PublicTypeVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::PublicTypeVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'TypeVersionArn') as type_version_arn, json_extract_path_text(Properties, 'PublicVersionNumber') as public_version_number, @@ -3951,8 +3951,8 @@ components: json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'LogDeliveryBucket') as log_delivery_bucket, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::PublicTypeVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::PublicTypeVersion' + AND Identifier = '' AND region = 'us-east-1' public_type_versions_list_only: name: public_type_versions_list_only @@ -3975,7 +3975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PublicTypeArn') as public_type_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::PublicTypeVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::PublicTypeVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3983,7 +3983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PublicTypeArn') as public_type_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::PublicTypeVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::PublicTypeVersion' AND region = 'us-east-1' publishers: name: publishers @@ -4017,34 +4017,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AcceptTermsAndConditions') as accept_terms_and_conditions, JSON_EXTRACT(Properties, '$.PublisherId') as publisher_id, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, JSON_EXTRACT(Properties, '$.PublisherStatus') as publisher_status, JSON_EXTRACT(Properties, '$.PublisherProfile') as publisher_profile, JSON_EXTRACT(Properties, '$.IdentityProvider') as identity_provider - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::Publisher' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::Publisher' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AcceptTermsAndConditions') as accept_terms_and_conditions, json_extract_path_text(Properties, 'PublisherId') as publisher_id, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, json_extract_path_text(Properties, 'PublisherStatus') as publisher_status, json_extract_path_text(Properties, 'PublisherProfile') as publisher_profile, json_extract_path_text(Properties, 'IdentityProvider') as identity_provider - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::Publisher' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::Publisher' + AND Identifier = '' AND region = 'us-east-1' publishers_list_only: name: publishers_list_only @@ -4067,7 +4067,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PublisherId') as publisher_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::Publisher' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::Publisher' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4075,7 +4075,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PublisherId') as publisher_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::Publisher' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::Publisher' AND region = 'us-east-1' resource_default_versions: name: resource_default_versions @@ -4135,30 +4135,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VersionId') as version_id, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.TypeVersionArn') as type_version_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VersionId') as version_id, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'TypeVersionArn') as type_version_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' + AND Identifier = '' AND region = 'us-east-1' resource_default_versions_list_only: name: resource_default_versions_list_only @@ -4181,7 +4181,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4189,7 +4189,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ResourceDefaultVersion' AND region = 'us-east-1' resource_versions: name: resource_versions @@ -4236,11 +4236,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.TypeArn') as type_arn, JSON_EXTRACT(Properties, '$.ExecutionRoleArn') as execution_role_arn, @@ -4251,15 +4251,15 @@ components: JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.VersionId') as version_id, JSON_EXTRACT(Properties, '$.Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ResourceVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ResourceVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'TypeArn') as type_arn, json_extract_path_text(Properties, 'ExecutionRoleArn') as execution_role_arn, @@ -4270,8 +4270,8 @@ components: json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'VersionId') as version_id, json_extract_path_text(Properties, 'Visibility') as visibility - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::ResourceVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::ResourceVersion' + AND Identifier = '' AND region = 'us-east-1' resource_versions_list_only: name: resource_versions_list_only @@ -4294,7 +4294,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ResourceVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ResourceVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4302,7 +4302,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::ResourceVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::ResourceVersion' AND region = 'us-east-1' stacks: name: stacks @@ -4362,11 +4362,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Capabilities') as capabilities, JSON_EXTRACT(Properties, '$.RoleARN') as role_arn, JSON_EXTRACT(Properties, '$.Outputs') as outputs, @@ -4390,15 +4390,15 @@ components: JSON_EXTRACT(Properties, '$.TimeoutInMinutes') as timeout_in_minutes, JSON_EXTRACT(Properties, '$.LastUpdateTime') as last_update_time, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::Stack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::Stack' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Capabilities') as capabilities, json_extract_path_text(Properties, 'RoleARN') as role_arn, json_extract_path_text(Properties, 'Outputs') as outputs, @@ -4422,8 +4422,8 @@ components: json_extract_path_text(Properties, 'TimeoutInMinutes') as timeout_in_minutes, json_extract_path_text(Properties, 'LastUpdateTime') as last_update_time, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::Stack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::Stack' + AND Identifier = '' AND region = 'us-east-1' stacks_list_only: name: stacks_list_only @@ -4446,7 +4446,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StackId') as stack_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::Stack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::Stack' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4454,7 +4454,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StackId') as stack_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::Stack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::Stack' AND region = 'us-east-1' stack_sets: name: stack_sets @@ -4514,11 +4514,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StackSetName') as stack_set_name, JSON_EXTRACT(Properties, '$.StackSetId') as stack_set_id, JSON_EXTRACT(Properties, '$.AdministrationRoleARN') as administration_role_arn, @@ -4535,15 +4535,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateURL') as template_url, JSON_EXTRACT(Properties, '$.CallAs') as call_as, JSON_EXTRACT(Properties, '$.ManagedExecution') as managed_execution - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::StackSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::StackSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StackSetName') as stack_set_name, json_extract_path_text(Properties, 'StackSetId') as stack_set_id, json_extract_path_text(Properties, 'AdministrationRoleARN') as administration_role_arn, @@ -4560,8 +4560,8 @@ components: json_extract_path_text(Properties, 'TemplateURL') as template_url, json_extract_path_text(Properties, 'CallAs') as call_as, json_extract_path_text(Properties, 'ManagedExecution') as managed_execution - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::StackSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::StackSet' + AND Identifier = '' AND region = 'us-east-1' stack_sets_list_only: name: stack_sets_list_only @@ -4584,7 +4584,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StackSetId') as stack_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::StackSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::StackSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4592,7 +4592,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StackSetId') as stack_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::StackSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::StackSet' AND region = 'us-east-1' type_activations: name: type_activations @@ -4652,11 +4652,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ExecutionRoleArn') as execution_role_arn, JSON_EXTRACT(Properties, '$.PublisherId') as publisher_id, @@ -4668,15 +4668,15 @@ components: JSON_EXTRACT(Properties, '$.MajorVersion') as major_version, JSON_EXTRACT(Properties, '$.TypeName') as type_name, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::TypeActivation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::TypeActivation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ExecutionRoleArn') as execution_role_arn, json_extract_path_text(Properties, 'PublisherId') as publisher_id, @@ -4688,8 +4688,8 @@ components: json_extract_path_text(Properties, 'MajorVersion') as major_version, json_extract_path_text(Properties, 'TypeName') as type_name, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFormation::TypeActivation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFormation::TypeActivation' + AND Identifier = '' AND region = 'us-east-1' type_activations_list_only: name: type_activations_list_only @@ -4712,7 +4712,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::TypeActivation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::TypeActivation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4720,7 +4720,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFormation::TypeActivation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFormation::TypeActivation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cloudfront.yaml b/providers/src/awscc/v00.00.00000/services/cloudfront.yaml index b32505df..77c32b1f 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudfront.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudfront.yaml @@ -4271,34 +4271,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AnycastIpList') as anycast_ip_list, JSON_EXTRACT(Properties, '$.ETag') as e_tag, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.IpCount') as ip_count, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::AnycastIpList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::AnycastIpList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AnycastIpList') as anycast_ip_list, json_extract_path_text(Properties, 'ETag') as e_tag, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'IpCount') as ip_count, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::AnycastIpList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::AnycastIpList' + AND Identifier = '' AND region = 'us-east-1' anycast_ip_lists_list_only: name: anycast_ip_lists_list_only @@ -4321,7 +4321,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::AnycastIpList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::AnycastIpList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4329,7 +4329,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::AnycastIpList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::AnycastIpList' AND region = 'us-east-1' cache_policies: name: cache_policies @@ -4389,28 +4389,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CachePolicyConfig') as cache_policy_config, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::CachePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::CachePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CachePolicyConfig') as cache_policy_config, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::CachePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::CachePolicy' + AND Identifier = '' AND region = 'us-east-1' cache_policies_list_only: name: cache_policies_list_only @@ -4433,7 +4433,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::CachePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::CachePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4441,7 +4441,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::CachePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::CachePolicy' AND region = 'us-east-1' cloud_front_origin_access_identities: name: cloud_front_origin_access_identities @@ -4501,28 +4501,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CloudFrontOriginAccessIdentityConfig') as cloud_front_origin_access_identity_config, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.S3CanonicalUserId') as s3_canonical_user_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CloudFrontOriginAccessIdentityConfig') as cloud_front_origin_access_identity_config, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'S3CanonicalUserId') as s3_canonical_user_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' + AND Identifier = '' AND region = 'us-east-1' cloud_front_origin_access_identities_list_only: name: cloud_front_origin_access_identities_list_only @@ -4545,7 +4545,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4553,7 +4553,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::CloudFrontOriginAccessIdentity' AND region = 'us-east-1' connection_groups: name: connection_groups @@ -4613,11 +4613,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -4631,15 +4631,15 @@ components: JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.IsDefault') as is_default, JSON_EXTRACT(Properties, '$.ETag') as e_tag - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ConnectionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ConnectionGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, @@ -4653,8 +4653,8 @@ components: json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'IsDefault') as is_default, json_extract_path_text(Properties, 'ETag') as e_tag - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ConnectionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ConnectionGroup' + AND Identifier = '' AND region = 'us-east-1' connection_groups_list_only: name: connection_groups_list_only @@ -4677,7 +4677,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ConnectionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ConnectionGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4685,7 +4685,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ConnectionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ConnectionGroup' AND region = 'us-east-1' continuous_deployment_policies: name: continuous_deployment_policies @@ -4745,28 +4745,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContinuousDeploymentPolicyConfig') as continuous_deployment_policy_config, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContinuousDeploymentPolicyConfig') as continuous_deployment_policy_config, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' + AND Identifier = '' AND region = 'us-east-1' continuous_deployment_policies_list_only: name: continuous_deployment_policies_list_only @@ -4789,7 +4789,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4797,7 +4797,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ContinuousDeploymentPolicy' AND region = 'us-east-1' distributions: name: distributions @@ -4857,30 +4857,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DistributionConfig') as distribution_config, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::Distribution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::Distribution' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DistributionConfig') as distribution_config, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::Distribution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::Distribution' + AND Identifier = '' AND region = 'us-east-1' distributions_list_only: name: distributions_list_only @@ -4903,7 +4903,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::Distribution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::Distribution' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4911,7 +4911,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::Distribution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::Distribution' AND region = 'us-east-1' distribution_tenants: name: distribution_tenants @@ -4971,11 +4971,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DistributionId') as distribution_id, JSON_EXTRACT(Properties, '$.Name') as name, @@ -4992,15 +4992,15 @@ components: JSON_EXTRACT(Properties, '$.ETag') as e_tag, JSON_EXTRACT(Properties, '$.Domains') as domains, JSON_EXTRACT(Properties, '$.ManagedCertificateRequest') as managed_certificate_request - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::DistributionTenant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::DistributionTenant' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DistributionId') as distribution_id, json_extract_path_text(Properties, 'Name') as name, @@ -5017,8 +5017,8 @@ components: json_extract_path_text(Properties, 'ETag') as e_tag, json_extract_path_text(Properties, 'Domains') as domains, json_extract_path_text(Properties, 'ManagedCertificateRequest') as managed_certificate_request - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::DistributionTenant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::DistributionTenant' + AND Identifier = '' AND region = 'us-east-1' distribution_tenants_list_only: name: distribution_tenants_list_only @@ -5041,7 +5041,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::DistributionTenant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::DistributionTenant' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5049,7 +5049,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::DistributionTenant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::DistributionTenant' AND region = 'us-east-1' functions: name: functions @@ -5109,11 +5109,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoPublish') as auto_publish, JSON_EXTRACT(Properties, '$.FunctionARN') as function_arn, JSON_EXTRACT(Properties, '$.FunctionCode') as function_code, @@ -5121,15 +5121,15 @@ components: JSON_EXTRACT(Properties, '$.FunctionMetadata') as function_metadata, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Stage') as stage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::Function' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::Function' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoPublish') as auto_publish, json_extract_path_text(Properties, 'FunctionARN') as function_arn, json_extract_path_text(Properties, 'FunctionCode') as function_code, @@ -5137,8 +5137,8 @@ components: json_extract_path_text(Properties, 'FunctionMetadata') as function_metadata, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Stage') as stage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::Function' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::Function' + AND Identifier = '' AND region = 'us-east-1' functions_list_only: name: functions_list_only @@ -5161,7 +5161,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FunctionARN') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::Function' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::Function' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5169,7 +5169,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FunctionARN') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::Function' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::Function' AND region = 'us-east-1' key_groups: name: key_groups @@ -5229,28 +5229,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.KeyGroupConfig') as key_group_config, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::KeyGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::KeyGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'KeyGroupConfig') as key_group_config, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::KeyGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::KeyGroup' + AND Identifier = '' AND region = 'us-east-1' key_groups_list_only: name: key_groups_list_only @@ -5273,7 +5273,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::KeyGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::KeyGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5281,7 +5281,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::KeyGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::KeyGroup' AND region = 'us-east-1' key_value_stores: name: key_value_stores @@ -5341,34 +5341,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Comment') as comment, JSON_EXTRACT(Properties, '$.ImportSource') as import_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::KeyValueStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::KeyValueStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Comment') as comment, json_extract_path_text(Properties, 'ImportSource') as import_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::KeyValueStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::KeyValueStore' + AND Identifier = '' AND region = 'us-east-1' key_value_stores_list_only: name: key_value_stores_list_only @@ -5391,7 +5391,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::KeyValueStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::KeyValueStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5399,7 +5399,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::KeyValueStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::KeyValueStore' AND region = 'us-east-1' monitoring_subscriptions: name: monitoring_subscriptions @@ -5446,26 +5446,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DistributionId') as distribution_id, JSON_EXTRACT(Properties, '$.MonitoringSubscription') as monitoring_subscription - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::MonitoringSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::MonitoringSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DistributionId') as distribution_id, json_extract_path_text(Properties, 'MonitoringSubscription') as monitoring_subscription - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::MonitoringSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::MonitoringSubscription' + AND Identifier = '' AND region = 'us-east-1' origin_access_controls: name: origin_access_controls @@ -5525,26 +5525,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.OriginAccessControlConfig') as origin_access_control_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::OriginAccessControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::OriginAccessControl' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'OriginAccessControlConfig') as origin_access_control_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::OriginAccessControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::OriginAccessControl' + AND Identifier = '' AND region = 'us-east-1' origin_access_controls_list_only: name: origin_access_controls_list_only @@ -5567,7 +5567,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::OriginAccessControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::OriginAccessControl' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5575,7 +5575,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::OriginAccessControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::OriginAccessControl' AND region = 'us-east-1' origin_request_policies: name: origin_request_policies @@ -5635,28 +5635,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.OriginRequestPolicyConfig') as origin_request_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::OriginRequestPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::OriginRequestPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'OriginRequestPolicyConfig') as origin_request_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::OriginRequestPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::OriginRequestPolicy' + AND Identifier = '' AND region = 'us-east-1' origin_request_policies_list_only: name: origin_request_policies_list_only @@ -5679,7 +5679,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::OriginRequestPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::OriginRequestPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5687,7 +5687,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::OriginRequestPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::OriginRequestPolicy' AND region = 'us-east-1' public_keys: name: public_keys @@ -5747,28 +5747,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.PublicKeyConfig') as public_key_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::PublicKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::PublicKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'PublicKeyConfig') as public_key_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::PublicKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::PublicKey' + AND Identifier = '' AND region = 'us-east-1' public_keys_list_only: name: public_keys_list_only @@ -5791,7 +5791,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::PublicKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::PublicKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5799,7 +5799,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::PublicKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::PublicKey' AND region = 'us-east-1' realtime_log_configs: name: realtime_log_configs @@ -5859,32 +5859,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.EndPoints') as end_points, JSON_EXTRACT(Properties, '$.Fields') as fields, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SamplingRate') as sampling_rate - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::RealtimeLogConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::RealtimeLogConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'EndPoints') as end_points, json_extract_path_text(Properties, 'Fields') as fields, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SamplingRate') as sampling_rate - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::RealtimeLogConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::RealtimeLogConfig' + AND Identifier = '' AND region = 'us-east-1' realtime_log_configs_list_only: name: realtime_log_configs_list_only @@ -5907,7 +5907,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::RealtimeLogConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::RealtimeLogConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5915,7 +5915,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::RealtimeLogConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::RealtimeLogConfig' AND region = 'us-east-1' response_headers_policies: name: response_headers_policies @@ -5975,28 +5975,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.ResponseHeadersPolicyConfig') as response_headers_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'ResponseHeadersPolicyConfig') as response_headers_policy_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' + AND Identifier = '' AND region = 'us-east-1' response_headers_policies_list_only: name: response_headers_policies_list_only @@ -6019,7 +6019,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6027,7 +6027,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::ResponseHeadersPolicy' AND region = 'us-east-1' vpc_origins: name: vpc_origins @@ -6087,11 +6087,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.Id') as id, @@ -6099,15 +6099,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VpcOriginEndpointConfig') as vpc_origin_endpoint_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::VpcOrigin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::VpcOrigin' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'Id') as id, @@ -6115,8 +6115,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VpcOriginEndpointConfig') as vpc_origin_endpoint_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudFront::VpcOrigin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudFront::VpcOrigin' + AND Identifier = '' AND region = 'us-east-1' vpc_origins_list_only: name: vpc_origins_list_only @@ -6139,7 +6139,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::VpcOrigin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::VpcOrigin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6147,7 +6147,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudFront::VpcOrigin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudFront::VpcOrigin' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml b/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml index 0f3adbcc..900e3434 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudtrail.yaml @@ -1583,32 +1583,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.Destinations') as destinations, JSON_EXTRACT(Properties, '$.ChannelArn') as channel_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Channel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'Destinations') as destinations, json_extract_path_text(Properties, 'ChannelArn') as channel_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Channel' + AND Identifier = '' AND region = 'us-east-1' channels_list_only: name: channels_list_only @@ -1631,7 +1631,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ChannelArn') as channel_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Channel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1639,7 +1639,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ChannelArn') as channel_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Channel' AND region = 'us-east-1' dashboards: name: dashboards @@ -1699,11 +1699,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Widgets') as widgets, JSON_EXTRACT(Properties, '$.CreatedTimestamp') as created_timestamp, JSON_EXTRACT(Properties, '$.DashboardArn') as dashboard_arn, @@ -1714,15 +1714,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedTimestamp') as updated_timestamp, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Dashboard' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Widgets') as widgets, json_extract_path_text(Properties, 'CreatedTimestamp') as created_timestamp, json_extract_path_text(Properties, 'DashboardArn') as dashboard_arn, @@ -1733,8 +1733,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedTimestamp') as updated_timestamp, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Dashboard' + AND Identifier = '' AND region = 'us-east-1' dashboards_list_only: name: dashboards_list_only @@ -1757,7 +1757,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DashboardArn') as dashboard_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Dashboard' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1765,7 +1765,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DashboardArn') as dashboard_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Dashboard' AND region = 'us-east-1' event_data_stores: name: event_data_stores @@ -1825,11 +1825,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdvancedEventSelectors') as advanced_event_selectors, JSON_EXTRACT(Properties, '$.CreatedTimestamp') as created_timestamp, JSON_EXTRACT(Properties, '$.EventDataStoreArn') as event_data_store_arn, @@ -1850,15 +1850,15 @@ components: JSON_EXTRACT(Properties, '$.MaxEventSize') as max_event_size, JSON_EXTRACT(Properties, '$.ContextKeySelectors') as context_key_selectors, JSON_EXTRACT(Properties, '$.IngestionEnabled') as ingestion_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::EventDataStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::EventDataStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdvancedEventSelectors') as advanced_event_selectors, json_extract_path_text(Properties, 'CreatedTimestamp') as created_timestamp, json_extract_path_text(Properties, 'EventDataStoreArn') as event_data_store_arn, @@ -1879,8 +1879,8 @@ components: json_extract_path_text(Properties, 'MaxEventSize') as max_event_size, json_extract_path_text(Properties, 'ContextKeySelectors') as context_key_selectors, json_extract_path_text(Properties, 'IngestionEnabled') as ingestion_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::EventDataStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::EventDataStore' + AND Identifier = '' AND region = 'us-east-1' event_data_stores_list_only: name: event_data_stores_list_only @@ -1903,7 +1903,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EventDataStoreArn') as event_data_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::EventDataStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::EventDataStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1911,7 +1911,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EventDataStoreArn') as event_data_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::EventDataStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::EventDataStore' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -1971,26 +1971,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' trails: name: trails @@ -2050,11 +2050,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IncludeGlobalServiceEvents') as include_global_service_events, JSON_EXTRACT(Properties, '$.EventSelectors') as event_selectors, JSON_EXTRACT(Properties, '$.KMSKeyId') as kms_key_id, @@ -2073,15 +2073,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IsLogging') as is_logging - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Trail' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Trail' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IncludeGlobalServiceEvents') as include_global_service_events, json_extract_path_text(Properties, 'EventSelectors') as event_selectors, json_extract_path_text(Properties, 'KMSKeyId') as kms_key_id, @@ -2100,8 +2100,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IsLogging') as is_logging - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudTrail::Trail' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudTrail::Trail' + AND Identifier = '' AND region = 'us-east-1' trails_list_only: name: trails_list_only @@ -2124,7 +2124,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrailName') as trail_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Trail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Trail' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2132,7 +2132,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrailName') as trail_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudTrail::Trail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudTrail::Trail' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cloudwatch.yaml b/providers/src/awscc/v00.00.00000/services/cloudwatch.yaml index 6bf8cc64..7606191b 100644 --- a/providers/src/awscc/v00.00.00000/services/cloudwatch.yaml +++ b/providers/src/awscc/v00.00.00000/services/cloudwatch.yaml @@ -1400,11 +1400,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ThresholdMetricId') as threshold_metric_id, JSON_EXTRACT(Properties, '$.EvaluateLowSampleCountPercentile') as evaluate_low_sample_count_percentile, JSON_EXTRACT(Properties, '$.ExtendedStatistic') as extended_statistic, @@ -1428,15 +1428,15 @@ components: JSON_EXTRACT(Properties, '$.DatapointsToAlarm') as datapoints_to_alarm, JSON_EXTRACT(Properties, '$.Threshold') as threshold, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::Alarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::Alarm' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ThresholdMetricId') as threshold_metric_id, json_extract_path_text(Properties, 'EvaluateLowSampleCountPercentile') as evaluate_low_sample_count_percentile, json_extract_path_text(Properties, 'ExtendedStatistic') as extended_statistic, @@ -1460,8 +1460,8 @@ components: json_extract_path_text(Properties, 'DatapointsToAlarm') as datapoints_to_alarm, json_extract_path_text(Properties, 'Threshold') as threshold, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::Alarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::Alarm' + AND Identifier = '' AND region = 'us-east-1' alarms_list_only: name: alarms_list_only @@ -1484,7 +1484,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::Alarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::Alarm' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1492,7 +1492,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::Alarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::Alarm' AND region = 'us-east-1' composite_alarms: name: composite_alarms @@ -1552,11 +1552,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AlarmName') as alarm_name, JSON_EXTRACT(Properties, '$.AlarmRule') as alarm_rule, @@ -1569,15 +1569,15 @@ components: JSON_EXTRACT(Properties, '$.ActionsSuppressorWaitPeriod') as actions_suppressor_wait_period, JSON_EXTRACT(Properties, '$.ActionsSuppressorExtensionPeriod') as actions_suppressor_extension_period, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::CompositeAlarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::CompositeAlarm' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AlarmName') as alarm_name, json_extract_path_text(Properties, 'AlarmRule') as alarm_rule, @@ -1590,8 +1590,8 @@ components: json_extract_path_text(Properties, 'ActionsSuppressorWaitPeriod') as actions_suppressor_wait_period, json_extract_path_text(Properties, 'ActionsSuppressorExtensionPeriod') as actions_suppressor_extension_period, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::CompositeAlarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::CompositeAlarm' + AND Identifier = '' AND region = 'us-east-1' composite_alarms_list_only: name: composite_alarms_list_only @@ -1614,7 +1614,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::CompositeAlarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::CompositeAlarm' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1622,7 +1622,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::CompositeAlarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::CompositeAlarm' AND region = 'us-east-1' dashboards: name: dashboards @@ -1682,26 +1682,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DashboardName') as dashboard_name, JSON_EXTRACT(Properties, '$.DashboardBody') as dashboard_body - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::Dashboard' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DashboardName') as dashboard_name, json_extract_path_text(Properties, 'DashboardBody') as dashboard_body - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::Dashboard' + AND Identifier = '' AND region = 'us-east-1' dashboards_list_only: name: dashboards_list_only @@ -1724,7 +1724,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DashboardName') as dashboard_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::Dashboard' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1732,7 +1732,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DashboardName') as dashboard_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::Dashboard' AND region = 'us-east-1' metric_streams: name: metric_streams @@ -1792,11 +1792,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, JSON_EXTRACT(Properties, '$.ExcludeFilters') as exclude_filters, @@ -1810,15 +1810,15 @@ components: JSON_EXTRACT(Properties, '$.StatisticsConfigurations') as statistics_configurations, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IncludeLinkedAccountsMetrics') as include_linked_accounts_metrics - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::MetricStream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::MetricStream' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationDate') as creation_date, json_extract_path_text(Properties, 'ExcludeFilters') as exclude_filters, @@ -1832,8 +1832,8 @@ components: json_extract_path_text(Properties, 'StatisticsConfigurations') as statistics_configurations, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IncludeLinkedAccountsMetrics') as include_linked_accounts_metrics - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CloudWatch::MetricStream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CloudWatch::MetricStream' + AND Identifier = '' AND region = 'us-east-1' metric_streams_list_only: name: metric_streams_list_only @@ -1856,7 +1856,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::MetricStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::MetricStream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1864,7 +1864,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CloudWatch::MetricStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CloudWatch::MetricStream' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codeartifact.yaml b/providers/src/awscc/v00.00.00000/services/codeartifact.yaml index e3842cb0..cf760928 100644 --- a/providers/src/awscc/v00.00.00000/services/codeartifact.yaml +++ b/providers/src/awscc/v00.00.00000/services/codeartifact.yaml @@ -980,11 +980,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Owner') as owner, @@ -992,15 +992,15 @@ components: JSON_EXTRACT(Properties, '$.PermissionsPolicyDocument') as permissions_policy_document, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Owner') as owner, @@ -1008,8 +1008,8 @@ components: json_extract_path_text(Properties, 'PermissionsPolicyDocument') as permissions_policy_document, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -1032,7 +1032,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1040,7 +1040,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::Domain' AND region = 'us-east-1' package_groups: name: package_groups @@ -1100,11 +1100,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.DomainOwner') as domain_owner, JSON_EXTRACT(Properties, '$.Pattern') as pattern, @@ -1113,15 +1113,15 @@ components: JSON_EXTRACT(Properties, '$.OriginConfiguration') as origin_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::PackageGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::PackageGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'DomainOwner') as domain_owner, json_extract_path_text(Properties, 'Pattern') as pattern, @@ -1130,8 +1130,8 @@ components: json_extract_path_text(Properties, 'OriginConfiguration') as origin_configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::PackageGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::PackageGroup' + AND Identifier = '' AND region = 'us-east-1' package_groups_list_only: name: package_groups_list_only @@ -1154,7 +1154,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::PackageGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::PackageGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1162,7 +1162,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::PackageGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::PackageGroup' AND region = 'us-east-1' repositories: name: repositories @@ -1222,11 +1222,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, @@ -1237,15 +1237,15 @@ components: JSON_EXTRACT(Properties, '$.Upstreams') as upstreams, JSON_EXTRACT(Properties, '$.PermissionsPolicyDocument') as permissions_policy_document, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::Repository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::Repository' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RepositoryName') as repository_name, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DomainName') as domain_name, @@ -1256,8 +1256,8 @@ components: json_extract_path_text(Properties, 'Upstreams') as upstreams, json_extract_path_text(Properties, 'PermissionsPolicyDocument') as permissions_policy_document, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeArtifact::Repository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeArtifact::Repository' + AND Identifier = '' AND region = 'us-east-1' repositories_list_only: name: repositories_list_only @@ -1280,7 +1280,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::Repository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::Repository' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1288,7 +1288,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeArtifact::Repository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeArtifact::Repository' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codebuild.yaml b/providers/src/awscc/v00.00.00000/services/codebuild.yaml index bd2b8402..951dc706 100644 --- a/providers/src/awscc/v00.00.00000/services/codebuild.yaml +++ b/providers/src/awscc/v00.00.00000/services/codebuild.yaml @@ -725,11 +725,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.BaseCapacity') as base_capacity, JSON_EXTRACT(Properties, '$.EnvironmentType') as environment_type, @@ -743,15 +743,15 @@ components: JSON_EXTRACT(Properties, '$.ImageId') as image_id, JSON_EXTRACT(Properties, '$.ScalingConfiguration') as scaling_configuration, JSON_EXTRACT(Properties, '$.ComputeConfiguration') as compute_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeBuild::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeBuild::Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'BaseCapacity') as base_capacity, json_extract_path_text(Properties, 'EnvironmentType') as environment_type, @@ -765,8 +765,8 @@ components: json_extract_path_text(Properties, 'ImageId') as image_id, json_extract_path_text(Properties, 'ScalingConfiguration') as scaling_configuration, json_extract_path_text(Properties, 'ComputeConfiguration') as compute_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeBuild::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeBuild::Fleet' + AND Identifier = '' AND region = 'us-east-1' fleets_list_only: name: fleets_list_only @@ -789,7 +789,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeBuild::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeBuild::Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -797,7 +797,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeBuild::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeBuild::Fleet' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codeconnections.yaml b/providers/src/awscc/v00.00.00000/services/codeconnections.yaml index a4321985..6afd9bb0 100644 --- a/providers/src/awscc/v00.00.00000/services/codeconnections.yaml +++ b/providers/src/awscc/v00.00.00000/services/codeconnections.yaml @@ -602,11 +602,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, JSON_EXTRACT(Properties, '$.ConnectionName') as connection_name, JSON_EXTRACT(Properties, '$.ConnectionStatus') as connection_status, @@ -614,15 +614,15 @@ components: JSON_EXTRACT(Properties, '$.ProviderType') as provider_type, JSON_EXTRACT(Properties, '$.HostArn') as host_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeConnections::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeConnections::Connection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, json_extract_path_text(Properties, 'ConnectionName') as connection_name, json_extract_path_text(Properties, 'ConnectionStatus') as connection_status, @@ -630,8 +630,8 @@ components: json_extract_path_text(Properties, 'ProviderType') as provider_type, json_extract_path_text(Properties, 'HostArn') as host_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeConnections::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeConnections::Connection' + AND Identifier = '' AND region = 'us-east-1' connections_list_only: name: connections_list_only @@ -654,7 +654,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeConnections::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeConnections::Connection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -662,7 +662,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeConnections::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeConnections::Connection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codedeploy.yaml b/providers/src/awscc/v00.00.00000/services/codedeploy.yaml index 5216f831..0d0930e0 100644 --- a/providers/src/awscc/v00.00.00000/services/codedeploy.yaml +++ b/providers/src/awscc/v00.00.00000/services/codedeploy.yaml @@ -685,28 +685,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.ComputePlatform') as compute_platform, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeDeploy::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeDeploy::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'ComputePlatform') as compute_platform, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeDeploy::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeDeploy::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -729,7 +729,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeDeploy::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeDeploy::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -737,7 +737,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeDeploy::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeDeploy::Application' AND region = 'us-east-1' deployment_configs: name: deployment_configs @@ -784,32 +784,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ComputePlatform') as compute_platform, JSON_EXTRACT(Properties, '$.DeploymentConfigName') as deployment_config_name, JSON_EXTRACT(Properties, '$.MinimumHealthyHosts') as minimum_healthy_hosts, JSON_EXTRACT(Properties, '$.ZonalConfig') as zonal_config, JSON_EXTRACT(Properties, '$.TrafficRoutingConfig') as traffic_routing_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeDeploy::DeploymentConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeDeploy::DeploymentConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ComputePlatform') as compute_platform, json_extract_path_text(Properties, 'DeploymentConfigName') as deployment_config_name, json_extract_path_text(Properties, 'MinimumHealthyHosts') as minimum_healthy_hosts, json_extract_path_text(Properties, 'ZonalConfig') as zonal_config, json_extract_path_text(Properties, 'TrafficRoutingConfig') as traffic_routing_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeDeploy::DeploymentConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeDeploy::DeploymentConfig' + AND Identifier = '' AND region = 'us-east-1' deployment_configs_list_only: name: deployment_configs_list_only @@ -832,7 +832,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DeploymentConfigName') as deployment_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeDeploy::DeploymentConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeDeploy::DeploymentConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -840,7 +840,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DeploymentConfigName') as deployment_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeDeploy::DeploymentConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeDeploy::DeploymentConfig' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codeguruprofiler.yaml b/providers/src/awscc/v00.00.00000/services/codeguruprofiler.yaml index f65a28fa..bf474144 100644 --- a/providers/src/awscc/v00.00.00000/services/codeguruprofiler.yaml +++ b/providers/src/awscc/v00.00.00000/services/codeguruprofiler.yaml @@ -650,34 +650,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProfilingGroupName') as profiling_group_name, JSON_EXTRACT(Properties, '$.ComputePlatform') as compute_platform, JSON_EXTRACT(Properties, '$.AgentPermissions') as agent_permissions, JSON_EXTRACT(Properties, '$.AnomalyDetectionNotificationConfiguration') as anomaly_detection_notification_configuration, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProfilingGroupName') as profiling_group_name, json_extract_path_text(Properties, 'ComputePlatform') as compute_platform, json_extract_path_text(Properties, 'AgentPermissions') as agent_permissions, json_extract_path_text(Properties, 'AnomalyDetectionNotificationConfiguration') as anomaly_detection_notification_configuration, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' + AND Identifier = '' AND region = 'us-east-1' profiling_groups_list_only: name: profiling_groups_list_only @@ -700,7 +700,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProfilingGroupName') as profiling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -708,7 +708,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProfilingGroupName') as profiling_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeGuruProfiler::ProfilingGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codegurureviewer.yaml b/providers/src/awscc/v00.00.00000/services/codegurureviewer.yaml index 8f8059bd..e90cdd6b 100644 --- a/providers/src/awscc/v00.00.00000/services/codegurureviewer.yaml +++ b/providers/src/awscc/v00.00.00000/services/codegurureviewer.yaml @@ -617,11 +617,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Owner') as owner, @@ -629,15 +629,15 @@ components: JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, JSON_EXTRACT(Properties, '$.AssociationArn') as association_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Owner') as owner, @@ -645,8 +645,8 @@ components: json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, json_extract_path_text(Properties, 'AssociationArn') as association_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' + AND Identifier = '' AND region = 'us-east-1' repository_associations_list_only: name: repository_associations_list_only @@ -669,7 +669,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -677,7 +677,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeGuruReviewer::RepositoryAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codepipeline.yaml b/providers/src/awscc/v00.00.00000/services/codepipeline.yaml index 1f0d3f0e..203d7974 100644 --- a/providers/src/awscc/v00.00.00000/services/codepipeline.yaml +++ b/providers/src/awscc/v00.00.00000/services/codepipeline.yaml @@ -1558,11 +1558,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Category') as category, JSON_EXTRACT(Properties, '$.ConfigurationProperties') as configuration_properties, JSON_EXTRACT(Properties, '$.InputArtifactDetails') as input_artifact_details, @@ -1572,15 +1572,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::CustomActionType' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Category') as category, json_extract_path_text(Properties, 'ConfigurationProperties') as configuration_properties, json_extract_path_text(Properties, 'InputArtifactDetails') as input_artifact_details, @@ -1590,8 +1590,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::CustomActionType' + AND Identifier = '||' AND region = 'us-east-1' custom_action_types_list_only: name: custom_action_types_list_only @@ -1618,7 +1618,7 @@ components: JSON_EXTRACT(Properties, '$.Category') as category, JSON_EXTRACT(Properties, '$.Provider') as provider, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::CustomActionType' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1628,7 +1628,7 @@ components: json_extract_path_text(Properties, 'Category') as category, json_extract_path_text(Properties, 'Provider') as provider, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::CustomActionType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::CustomActionType' AND region = 'us-east-1' pipelines: name: pipelines @@ -1688,11 +1688,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ArtifactStores') as artifact_stores, JSON_EXTRACT(Properties, '$.DisableInboundStageTransitions') as disable_inbound_stage_transitions, JSON_EXTRACT(Properties, '$.Stages') as stages, @@ -1706,15 +1706,15 @@ components: JSON_EXTRACT(Properties, '$.ArtifactStore') as artifact_store, JSON_EXTRACT(Properties, '$.PipelineType') as pipeline_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::Pipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ArtifactStores') as artifact_stores, json_extract_path_text(Properties, 'DisableInboundStageTransitions') as disable_inbound_stage_transitions, json_extract_path_text(Properties, 'Stages') as stages, @@ -1728,8 +1728,8 @@ components: json_extract_path_text(Properties, 'ArtifactStore') as artifact_store, json_extract_path_text(Properties, 'PipelineType') as pipeline_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::Pipeline' + AND Identifier = '' AND region = 'us-east-1' pipelines_list_only: name: pipelines_list_only @@ -1752,7 +1752,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::Pipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1760,7 +1760,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::Pipeline' AND region = 'us-east-1' webhooks: name: webhooks @@ -1820,11 +1820,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AuthenticationConfiguration') as authentication_configuration, JSON_EXTRACT(Properties, '$.Filters') as filters, JSON_EXTRACT(Properties, '$.Authentication') as authentication, @@ -1835,15 +1835,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.TargetPipelineVersion') as target_pipeline_version, JSON_EXTRACT(Properties, '$.RegisterWithThirdParty') as register_with_third_party - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::Webhook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::Webhook' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AuthenticationConfiguration') as authentication_configuration, json_extract_path_text(Properties, 'Filters') as filters, json_extract_path_text(Properties, 'Authentication') as authentication, @@ -1854,8 +1854,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'TargetPipelineVersion') as target_pipeline_version, json_extract_path_text(Properties, 'RegisterWithThirdParty') as register_with_third_party - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodePipeline::Webhook' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodePipeline::Webhook' + AND Identifier = '' AND region = 'us-east-1' webhooks_list_only: name: webhooks_list_only @@ -1878,7 +1878,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::Webhook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::Webhook' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1886,7 +1886,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodePipeline::Webhook' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodePipeline::Webhook' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml b/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml index da013e89..aba7a2c1 100644 --- a/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml +++ b/providers/src/awscc/v00.00.00000/services/codestarconnections.yaml @@ -923,11 +923,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, JSON_EXTRACT(Properties, '$.ConnectionName') as connection_name, JSON_EXTRACT(Properties, '$.ConnectionStatus') as connection_status, @@ -935,15 +935,15 @@ components: JSON_EXTRACT(Properties, '$.ProviderType') as provider_type, JSON_EXTRACT(Properties, '$.HostArn') as host_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::Connection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, json_extract_path_text(Properties, 'ConnectionName') as connection_name, json_extract_path_text(Properties, 'ConnectionStatus') as connection_status, @@ -951,8 +951,8 @@ components: json_extract_path_text(Properties, 'ProviderType') as provider_type, json_extract_path_text(Properties, 'HostArn') as host_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::Connection' + AND Identifier = '' AND region = 'us-east-1' connections_list_only: name: connections_list_only @@ -975,7 +975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::Connection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -983,7 +983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::Connection' AND region = 'us-east-1' repository_links: name: repository_links @@ -1043,11 +1043,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, JSON_EXTRACT(Properties, '$.ProviderType') as provider_type, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, @@ -1056,15 +1056,15 @@ components: JSON_EXTRACT(Properties, '$.RepositoryLinkId') as repository_link_id, JSON_EXTRACT(Properties, '$.RepositoryLinkArn') as repository_link_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::RepositoryLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::RepositoryLink' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, json_extract_path_text(Properties, 'ProviderType') as provider_type, json_extract_path_text(Properties, 'OwnerId') as owner_id, @@ -1073,8 +1073,8 @@ components: json_extract_path_text(Properties, 'RepositoryLinkId') as repository_link_id, json_extract_path_text(Properties, 'RepositoryLinkArn') as repository_link_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::RepositoryLink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::RepositoryLink' + AND Identifier = '' AND region = 'us-east-1' repository_links_list_only: name: repository_links_list_only @@ -1097,7 +1097,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RepositoryLinkArn') as repository_link_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::RepositoryLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::RepositoryLink' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1105,7 +1105,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RepositoryLinkArn') as repository_link_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::RepositoryLink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::RepositoryLink' AND region = 'us-east-1' sync_configurations: name: sync_configurations @@ -1166,11 +1166,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.ResourceName') as resource_name, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name, @@ -1182,15 +1182,15 @@ components: JSON_EXTRACT(Properties, '$.PublishDeploymentStatus') as publish_deployment_status, JSON_EXTRACT(Properties, '$.TriggerResourceUpdateOn') as trigger_resource_update_on, JSON_EXTRACT(Properties, '$.RepositoryLinkId') as repository_link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::SyncConfiguration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'ResourceName') as resource_name, json_extract_path_text(Properties, 'RepositoryName') as repository_name, @@ -1202,8 +1202,8 @@ components: json_extract_path_text(Properties, 'PublishDeploymentStatus') as publish_deployment_status, json_extract_path_text(Properties, 'TriggerResourceUpdateOn') as trigger_resource_update_on, json_extract_path_text(Properties, 'RepositoryLinkId') as repository_link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarConnections::SyncConfiguration' + AND Identifier = '|' AND region = 'us-east-1' sync_configurations_list_only: name: sync_configurations_list_only @@ -1228,7 +1228,7 @@ components: region, JSON_EXTRACT(Properties, '$.ResourceName') as resource_name, JSON_EXTRACT(Properties, '$.SyncType') as sync_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::SyncConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1237,7 +1237,7 @@ components: region, json_extract_path_text(Properties, 'ResourceName') as resource_name, json_extract_path_text(Properties, 'SyncType') as sync_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarConnections::SyncConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarConnections::SyncConfiguration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/codestarnotifications.yaml b/providers/src/awscc/v00.00.00000/services/codestarnotifications.yaml index 10e55655..83dd2cdb 100644 --- a/providers/src/awscc/v00.00.00000/services/codestarnotifications.yaml +++ b/providers/src/awscc/v00.00.00000/services/codestarnotifications.yaml @@ -624,11 +624,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EventTypeId') as event_type_id, JSON_EXTRACT(Properties, '$.CreatedBy') as created_by, JSON_EXTRACT(Properties, '$.TargetAddress') as target_address, @@ -640,15 +640,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarNotifications::NotificationRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarNotifications::NotificationRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EventTypeId') as event_type_id, json_extract_path_text(Properties, 'CreatedBy') as created_by, json_extract_path_text(Properties, 'TargetAddress') as target_address, @@ -660,8 +660,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CodeStarNotifications::NotificationRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CodeStarNotifications::NotificationRule' + AND Identifier = '' AND region = 'us-east-1' notification_rules_list_only: name: notification_rules_list_only @@ -684,7 +684,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarNotifications::NotificationRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarNotifications::NotificationRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -692,7 +692,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CodeStarNotifications::NotificationRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CodeStarNotifications::NotificationRule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cognito.yaml b/providers/src/awscc/v00.00.00000/services/cognito.yaml index 42b40d3f..d2700977 100644 --- a/providers/src/awscc/v00.00.00000/services/cognito.yaml +++ b/providers/src/awscc/v00.00.00000/services/cognito.yaml @@ -2677,11 +2677,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PushSync') as push_sync, JSON_EXTRACT(Properties, '$.CognitoIdentityProviders') as cognito_identity_providers, JSON_EXTRACT(Properties, '$.DeveloperProviderName') as developer_provider_name, @@ -2696,15 +2696,15 @@ components: JSON_EXTRACT(Properties, '$.OpenIdConnectProviderARNs') as open_id_connect_provider_arns, JSON_EXTRACT(Properties, '$.AllowClassicFlow') as allow_classic_flow, JSON_EXTRACT(Properties, '$.IdentityPoolTags') as identity_pool_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PushSync') as push_sync, json_extract_path_text(Properties, 'CognitoIdentityProviders') as cognito_identity_providers, json_extract_path_text(Properties, 'DeveloperProviderName') as developer_provider_name, @@ -2719,8 +2719,8 @@ components: json_extract_path_text(Properties, 'OpenIdConnectProviderARNs') as open_id_connect_provider_arns, json_extract_path_text(Properties, 'AllowClassicFlow') as allow_classic_flow, json_extract_path_text(Properties, 'IdentityPoolTags') as identity_pool_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPool' + AND Identifier = '' AND region = 'us-east-1' identity_pools_list_only: name: identity_pools_list_only @@ -2743,7 +2743,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2751,7 +2751,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPool' AND region = 'us-east-1' identity_pool_principal_tags: name: identity_pool_principal_tags @@ -2812,30 +2812,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentityPoolId') as identity_pool_id, JSON_EXTRACT(Properties, '$.IdentityProviderName') as identity_provider_name, JSON_EXTRACT(Properties, '$.UseDefaults') as use_defaults, JSON_EXTRACT(Properties, '$.PrincipalTags') as principal_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentityPoolId') as identity_pool_id, json_extract_path_text(Properties, 'IdentityProviderName') as identity_provider_name, json_extract_path_text(Properties, 'UseDefaults') as use_defaults, json_extract_path_text(Properties, 'PrincipalTags') as principal_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' + AND Identifier = '|' AND region = 'us-east-1' identity_pool_principal_tags_list_only: name: identity_pool_principal_tags_list_only @@ -2860,7 +2860,7 @@ components: region, JSON_EXTRACT(Properties, '$.IdentityPoolId') as identity_pool_id, JSON_EXTRACT(Properties, '$.IdentityProviderName') as identity_provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2869,7 +2869,7 @@ components: region, json_extract_path_text(Properties, 'IdentityPoolId') as identity_pool_id, json_extract_path_text(Properties, 'IdentityProviderName') as identity_provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPoolPrincipalTag' AND region = 'us-east-1' identity_pool_role_attachments: name: identity_pool_role_attachments @@ -2929,30 +2929,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentityPoolId') as identity_pool_id, JSON_EXTRACT(Properties, '$.Roles') as roles, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.RoleMappings') as role_mappings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentityPoolId') as identity_pool_id, json_extract_path_text(Properties, 'Roles') as roles, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'RoleMappings') as role_mappings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' + AND Identifier = '' AND region = 'us-east-1' identity_pool_role_attachments_list_only: name: identity_pool_role_attachments_list_only @@ -2975,7 +2975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2983,7 +2983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::IdentityPoolRoleAttachment' AND region = 'us-east-1' log_delivery_configurations: name: log_delivery_configurations @@ -3043,28 +3043,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.LogConfigurations') as log_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::LogDeliveryConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::LogDeliveryConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'LogConfigurations') as log_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::LogDeliveryConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::LogDeliveryConfiguration' + AND Identifier = '' AND region = 'us-east-1' managed_login_brandings: name: managed_login_brandings @@ -3125,11 +3125,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ClientId') as client_id, JSON_EXTRACT(Properties, '$.UseCognitoProvidedValues') as use_cognito_provided_values, @@ -3137,15 +3137,15 @@ components: JSON_EXTRACT(Properties, '$.Assets') as assets, JSON_EXTRACT(Properties, '$.ManagedLoginBrandingId') as managed_login_branding_id, JSON_EXTRACT(Properties, '$.ReturnMergedResources') as return_merged_resources - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::ManagedLoginBranding' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::ManagedLoginBranding' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ClientId') as client_id, json_extract_path_text(Properties, 'UseCognitoProvidedValues') as use_cognito_provided_values, @@ -3153,8 +3153,8 @@ components: json_extract_path_text(Properties, 'Assets') as assets, json_extract_path_text(Properties, 'ManagedLoginBrandingId') as managed_login_branding_id, json_extract_path_text(Properties, 'ReturnMergedResources') as return_merged_resources - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::ManagedLoginBranding' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::ManagedLoginBranding' + AND Identifier = '|' AND region = 'us-east-1' user_pools: name: user_pools @@ -3214,11 +3214,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolName') as user_pool_name, JSON_EXTRACT(Properties, '$.Policies') as policies, JSON_EXTRACT(Properties, '$.AccountRecoverySetting') as account_recovery_setting, @@ -3252,15 +3252,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.UserPoolTier') as user_pool_tier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolName') as user_pool_name, json_extract_path_text(Properties, 'Policies') as policies, json_extract_path_text(Properties, 'AccountRecoverySetting') as account_recovery_setting, @@ -3294,8 +3294,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'UserPoolTier') as user_pool_tier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPool' + AND Identifier = '' AND region = 'us-east-1' user_pools_list_only: name: user_pools_list_only @@ -3318,7 +3318,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3326,7 +3326,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPool' AND region = 'us-east-1' user_pool_clients: name: user_pool_clients @@ -3387,11 +3387,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClientName') as client_name, JSON_EXTRACT(Properties, '$.ExplicitAuthFlows') as explicit_auth_flows, JSON_EXTRACT(Properties, '$.GenerateSecret') as generate_secret, @@ -3418,15 +3418,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ClientSecret') as client_secret, JSON_EXTRACT(Properties, '$.ClientId') as client_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolClient' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClientName') as client_name, json_extract_path_text(Properties, 'ExplicitAuthFlows') as explicit_auth_flows, json_extract_path_text(Properties, 'GenerateSecret') as generate_secret, @@ -3453,8 +3453,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ClientSecret') as client_secret, json_extract_path_text(Properties, 'ClientId') as client_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolClient' + AND Identifier = '|' AND region = 'us-east-1' user_pool_clients_list_only: name: user_pool_clients_list_only @@ -3479,7 +3479,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ClientId') as client_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolClient' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3488,7 +3488,7 @@ components: region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ClientId') as client_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolClient' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolClient' AND region = 'us-east-1' user_pool_domains: name: user_pool_domains @@ -3549,32 +3549,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.Domain') as domain, JSON_EXTRACT(Properties, '$.CustomDomainConfig') as custom_domain_config, JSON_EXTRACT(Properties, '$.CloudFrontDistribution') as cloud_front_distribution, JSON_EXTRACT(Properties, '$.ManagedLoginVersion') as managed_login_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolDomain' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolDomain' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'Domain') as domain, json_extract_path_text(Properties, 'CustomDomainConfig') as custom_domain_config, json_extract_path_text(Properties, 'CloudFrontDistribution') as cloud_front_distribution, json_extract_path_text(Properties, 'ManagedLoginVersion') as managed_login_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolDomain' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolDomain' + AND Identifier = '|' AND region = 'us-east-1' user_pool_groups: name: user_pool_groups @@ -3635,32 +3635,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.Precedence') as precedence, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolGroup' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'Precedence') as precedence, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolGroup' + AND Identifier = '|' AND region = 'us-east-1' user_pool_groups_list_only: name: user_pool_groups_list_only @@ -3685,7 +3685,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3694,7 +3694,7 @@ components: region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolGroup' AND region = 'us-east-1' user_pool_identity_providers: name: user_pool_identity_providers @@ -3755,34 +3755,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ProviderName') as provider_name, JSON_EXTRACT(Properties, '$.ProviderType') as provider_type, JSON_EXTRACT(Properties, '$.ProviderDetails') as provider_details, JSON_EXTRACT(Properties, '$.IdpIdentifiers') as idp_identifiers, JSON_EXTRACT(Properties, '$.AttributeMapping') as attribute_mapping - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolIdentityProvider' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolIdentityProvider' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ProviderName') as provider_name, json_extract_path_text(Properties, 'ProviderType') as provider_type, json_extract_path_text(Properties, 'ProviderDetails') as provider_details, json_extract_path_text(Properties, 'IdpIdentifiers') as idp_identifiers, json_extract_path_text(Properties, 'AttributeMapping') as attribute_mapping - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolIdentityProvider' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolIdentityProvider' + AND Identifier = '|' AND region = 'us-east-1' user_pool_identity_providers_list_only: name: user_pool_identity_providers_list_only @@ -3807,7 +3807,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ProviderName') as provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolIdentityProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolIdentityProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3816,7 +3816,7 @@ components: region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ProviderName') as provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolIdentityProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolIdentityProvider' AND region = 'us-east-1' user_pool_resource_servers: name: user_pool_resource_servers @@ -3877,30 +3877,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.Identifier') as identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Scopes') as scopes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolResourceServer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolResourceServer' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'Identifier') as identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Scopes') as scopes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolResourceServer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolResourceServer' + AND Identifier = '|' AND region = 'us-east-1' user_pool_resource_servers_list_only: name: user_pool_resource_servers_list_only @@ -3925,7 +3925,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolResourceServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolResourceServer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3934,7 +3934,7 @@ components: region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolResourceServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolResourceServer' AND region = 'us-east-1' user_pool_risk_configuration_attachments: name: user_pool_risk_configuration_attachments @@ -3995,32 +3995,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ClientId') as client_id, JSON_EXTRACT(Properties, '$.RiskExceptionConfiguration') as risk_exception_configuration, JSON_EXTRACT(Properties, '$.CompromisedCredentialsRiskConfiguration') as compromised_credentials_risk_configuration, JSON_EXTRACT(Properties, '$.AccountTakeoverRiskConfiguration') as account_takeover_risk_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ClientId') as client_id, json_extract_path_text(Properties, 'RiskExceptionConfiguration') as risk_exception_configuration, json_extract_path_text(Properties, 'CompromisedCredentialsRiskConfiguration') as compromised_credentials_risk_configuration, json_extract_path_text(Properties, 'AccountTakeoverRiskConfiguration') as account_takeover_risk_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolRiskConfigurationAttachment' + AND Identifier = '|' AND region = 'us-east-1' user_poolui_customization_attachments: name: user_poolui_customization_attachments @@ -4081,28 +4081,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ClientId') as client_id, JSON_EXTRACT(Properties, '$.CSS') as c_ss - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUICustomizationAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUICustomizationAttachment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ClientId') as client_id, json_extract_path_text(Properties, 'CSS') as c_ss - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUICustomizationAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUICustomizationAttachment' + AND Identifier = '|' AND region = 'us-east-1' user_pool_users: name: user_pool_users @@ -4150,11 +4150,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DesiredDeliveryMediums') as desired_delivery_mediums, JSON_EXTRACT(Properties, '$.ForceAliasCreation') as force_alias_creation, JSON_EXTRACT(Properties, '$.UserAttributes') as user_attributes, @@ -4163,15 +4163,15 @@ components: JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.ValidationData') as validation_data, JSON_EXTRACT(Properties, '$.ClientMetadata') as client_metadata - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUser' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DesiredDeliveryMediums') as desired_delivery_mediums, json_extract_path_text(Properties, 'ForceAliasCreation') as force_alias_creation, json_extract_path_text(Properties, 'UserAttributes') as user_attributes, @@ -4180,8 +4180,8 @@ components: json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'ValidationData') as validation_data, json_extract_path_text(Properties, 'ClientMetadata') as client_metadata - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUser' + AND Identifier = '|' AND region = 'us-east-1' user_pool_users_list_only: name: user_pool_users_list_only @@ -4206,7 +4206,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.Username') as username - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolUser' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4215,7 +4215,7 @@ components: region, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'Username') as username - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Cognito::UserPoolUser' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Cognito::UserPoolUser' AND region = 'us-east-1' user_pool_user_to_group_attachments: name: user_pool_user_to_group_attachments @@ -4264,28 +4264,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserPoolId') as user_pool_id, JSON_EXTRACT(Properties, '$.Username') as username, JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserPoolId') as user_pool_id, json_extract_path_text(Properties, 'Username') as username, json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Cognito::UserPoolUserToGroupAttachment' + AND Identifier = '||' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/comprehend.yaml b/providers/src/awscc/v00.00.00000/services/comprehend.yaml index 34efd24b..597ae7b6 100644 --- a/providers/src/awscc/v00.00.00000/services/comprehend.yaml +++ b/providers/src/awscc/v00.00.00000/services/comprehend.yaml @@ -1019,11 +1019,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DataAccessRoleArn') as data_access_role_arn, JSON_EXTRACT(Properties, '$.InputDataConfig') as input_data_config, JSON_EXTRACT(Properties, '$.OutputDataConfig') as output_data_config, @@ -1037,15 +1037,15 @@ components: JSON_EXTRACT(Properties, '$.VolumeKmsKeyId') as volume_kms_key_id, JSON_EXTRACT(Properties, '$.VpcConfig') as vpc_config, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Comprehend::DocumentClassifier' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Comprehend::DocumentClassifier' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DataAccessRoleArn') as data_access_role_arn, json_extract_path_text(Properties, 'InputDataConfig') as input_data_config, json_extract_path_text(Properties, 'OutputDataConfig') as output_data_config, @@ -1059,8 +1059,8 @@ components: json_extract_path_text(Properties, 'VolumeKmsKeyId') as volume_kms_key_id, json_extract_path_text(Properties, 'VpcConfig') as vpc_config, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Comprehend::DocumentClassifier' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Comprehend::DocumentClassifier' + AND Identifier = '' AND region = 'us-east-1' document_classifiers_list_only: name: document_classifiers_list_only @@ -1083,7 +1083,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Comprehend::DocumentClassifier' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Comprehend::DocumentClassifier' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1091,7 +1091,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Comprehend::DocumentClassifier' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Comprehend::DocumentClassifier' AND region = 'us-east-1' flywheels: name: flywheels @@ -1151,11 +1151,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActiveModelArn') as active_model_arn, JSON_EXTRACT(Properties, '$.DataAccessRoleArn') as data_access_role_arn, JSON_EXTRACT(Properties, '$.DataLakeS3Uri') as data_lake_s3_uri, @@ -1165,15 +1165,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TaskConfig') as task_config, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Comprehend::Flywheel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Comprehend::Flywheel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActiveModelArn') as active_model_arn, json_extract_path_text(Properties, 'DataAccessRoleArn') as data_access_role_arn, json_extract_path_text(Properties, 'DataLakeS3Uri') as data_lake_s3_uri, @@ -1183,8 +1183,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TaskConfig') as task_config, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Comprehend::Flywheel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Comprehend::Flywheel' + AND Identifier = '' AND region = 'us-east-1' flywheels_list_only: name: flywheels_list_only @@ -1207,7 +1207,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Comprehend::Flywheel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Comprehend::Flywheel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1215,7 +1215,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Comprehend::Flywheel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Comprehend::Flywheel' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/config.yaml b/providers/src/awscc/v00.00.00000/services/config.yaml index 652eba1f..0c119f49 100644 --- a/providers/src/awscc/v00.00.00000/services/config.yaml +++ b/providers/src/awscc/v00.00.00000/services/config.yaml @@ -1435,30 +1435,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AuthorizedAccountId') as authorized_account_id, JSON_EXTRACT(Properties, '$.AuthorizedAwsRegion') as authorized_aws_region, JSON_EXTRACT(Properties, '$.AggregationAuthorizationArn') as aggregation_authorization_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::AggregationAuthorization' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AuthorizedAccountId') as authorized_account_id, json_extract_path_text(Properties, 'AuthorizedAwsRegion') as authorized_aws_region, json_extract_path_text(Properties, 'AggregationAuthorizationArn') as aggregation_authorization_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::AggregationAuthorization' + AND Identifier = '|' AND region = 'us-east-1' aggregation_authorizations_list_only: name: aggregation_authorizations_list_only @@ -1483,7 +1483,7 @@ components: region, JSON_EXTRACT(Properties, '$.AuthorizedAccountId') as authorized_account_id, JSON_EXTRACT(Properties, '$.AuthorizedAwsRegion') as authorized_aws_region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::AggregationAuthorization' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1492,7 +1492,7 @@ components: region, json_extract_path_text(Properties, 'AuthorizedAccountId') as authorized_account_id, json_extract_path_text(Properties, 'AuthorizedAwsRegion') as authorized_aws_region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::AggregationAuthorization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::AggregationAuthorization' AND region = 'us-east-1' config_rules: name: config_rules @@ -1552,11 +1552,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConfigRuleId') as config_rule_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Scope') as scope, @@ -1567,15 +1567,15 @@ components: JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.InputParameters') as input_parameters, JSON_EXTRACT(Properties, '$.EvaluationModes') as evaluation_modes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConfigRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConfigRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConfigRuleId') as config_rule_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Scope') as scope, @@ -1586,8 +1586,8 @@ components: json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'InputParameters') as input_parameters, json_extract_path_text(Properties, 'EvaluationModes') as evaluation_modes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConfigRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConfigRule' + AND Identifier = '' AND region = 'us-east-1' config_rules_list_only: name: config_rules_list_only @@ -1610,7 +1610,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConfigRuleName') as config_rule_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConfigRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConfigRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1618,7 +1618,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConfigRuleName') as config_rule_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConfigRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConfigRule' AND region = 'us-east-1' configuration_aggregators: name: configuration_aggregators @@ -1678,32 +1678,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountAggregationSources') as account_aggregation_sources, JSON_EXTRACT(Properties, '$.ConfigurationAggregatorName') as configuration_aggregator_name, JSON_EXTRACT(Properties, '$.ConfigurationAggregatorArn') as configuration_aggregator_arn, JSON_EXTRACT(Properties, '$.OrganizationAggregationSource') as organization_aggregation_source, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConfigurationAggregator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConfigurationAggregator' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountAggregationSources') as account_aggregation_sources, json_extract_path_text(Properties, 'ConfigurationAggregatorName') as configuration_aggregator_name, json_extract_path_text(Properties, 'ConfigurationAggregatorArn') as configuration_aggregator_arn, json_extract_path_text(Properties, 'OrganizationAggregationSource') as organization_aggregation_source, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConfigurationAggregator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConfigurationAggregator' + AND Identifier = '' AND region = 'us-east-1' configuration_aggregators_list_only: name: configuration_aggregators_list_only @@ -1726,7 +1726,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConfigurationAggregatorName') as configuration_aggregator_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConfigurationAggregator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConfigurationAggregator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1734,7 +1734,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConfigurationAggregatorName') as configuration_aggregator_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConfigurationAggregator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConfigurationAggregator' AND region = 'us-east-1' conformance_packs: name: conformance_packs @@ -1794,11 +1794,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConformancePackName') as conformance_pack_name, JSON_EXTRACT(Properties, '$.DeliveryS3Bucket') as delivery_s3_bucket, JSON_EXTRACT(Properties, '$.DeliveryS3KeyPrefix') as delivery_s3_key_prefix, @@ -1806,15 +1806,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateS3Uri') as template_s3_uri, JSON_EXTRACT(Properties, '$.TemplateSSMDocumentDetails') as template_ssm_document_details, JSON_EXTRACT(Properties, '$.ConformancePackInputParameters') as conformance_pack_input_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConformancePack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConformancePack' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConformancePackName') as conformance_pack_name, json_extract_path_text(Properties, 'DeliveryS3Bucket') as delivery_s3_bucket, json_extract_path_text(Properties, 'DeliveryS3KeyPrefix') as delivery_s3_key_prefix, @@ -1822,8 +1822,8 @@ components: json_extract_path_text(Properties, 'TemplateS3Uri') as template_s3_uri, json_extract_path_text(Properties, 'TemplateSSMDocumentDetails') as template_ssm_document_details, json_extract_path_text(Properties, 'ConformancePackInputParameters') as conformance_pack_input_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::ConformancePack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::ConformancePack' + AND Identifier = '' AND region = 'us-east-1' conformance_packs_list_only: name: conformance_packs_list_only @@ -1846,7 +1846,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConformancePackName') as conformance_pack_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConformancePack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConformancePack' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1854,7 +1854,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConformancePackName') as conformance_pack_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::ConformancePack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::ConformancePack' AND region = 'us-east-1' organization_conformance_packs: name: organization_conformance_packs @@ -1914,11 +1914,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OrganizationConformancePackName') as organization_conformance_pack_name, JSON_EXTRACT(Properties, '$.TemplateS3Uri') as template_s3_uri, JSON_EXTRACT(Properties, '$.TemplateBody') as template_body, @@ -1926,15 +1926,15 @@ components: JSON_EXTRACT(Properties, '$.DeliveryS3KeyPrefix') as delivery_s3_key_prefix, JSON_EXTRACT(Properties, '$.ConformancePackInputParameters') as conformance_pack_input_parameters, JSON_EXTRACT(Properties, '$.ExcludedAccounts') as excluded_accounts - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::OrganizationConformancePack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::OrganizationConformancePack' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OrganizationConformancePackName') as organization_conformance_pack_name, json_extract_path_text(Properties, 'TemplateS3Uri') as template_s3_uri, json_extract_path_text(Properties, 'TemplateBody') as template_body, @@ -1942,8 +1942,8 @@ components: json_extract_path_text(Properties, 'DeliveryS3KeyPrefix') as delivery_s3_key_prefix, json_extract_path_text(Properties, 'ConformancePackInputParameters') as conformance_pack_input_parameters, json_extract_path_text(Properties, 'ExcludedAccounts') as excluded_accounts - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::OrganizationConformancePack' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::OrganizationConformancePack' + AND Identifier = '' AND region = 'us-east-1' organization_conformance_packs_list_only: name: organization_conformance_packs_list_only @@ -1966,7 +1966,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.OrganizationConformancePackName') as organization_conformance_pack_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::OrganizationConformancePack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::OrganizationConformancePack' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1974,7 +1974,7 @@ components: SELECT region, json_extract_path_text(Properties, 'OrganizationConformancePackName') as organization_conformance_pack_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::OrganizationConformancePack' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::OrganizationConformancePack' AND region = 'us-east-1' stored_queries: name: stored_queries @@ -2034,34 +2034,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.QueryArn') as query_arn, JSON_EXTRACT(Properties, '$.QueryId') as query_id, JSON_EXTRACT(Properties, '$.QueryName') as query_name, JSON_EXTRACT(Properties, '$.QueryDescription') as query_description, JSON_EXTRACT(Properties, '$.QueryExpression') as query_expression, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::StoredQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::StoredQuery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'QueryArn') as query_arn, json_extract_path_text(Properties, 'QueryId') as query_id, json_extract_path_text(Properties, 'QueryName') as query_name, json_extract_path_text(Properties, 'QueryDescription') as query_description, json_extract_path_text(Properties, 'QueryExpression') as query_expression, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Config::StoredQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Config::StoredQuery' + AND Identifier = '' AND region = 'us-east-1' stored_queries_list_only: name: stored_queries_list_only @@ -2084,7 +2084,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QueryName') as query_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::StoredQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::StoredQuery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2092,7 +2092,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QueryName') as query_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Config::StoredQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Config::StoredQuery' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/connect.yaml b/providers/src/awscc/v00.00.00000/services/connect.yaml index f55ba93e..9b90733c 100644 --- a/providers/src/awscc/v00.00.00000/services/connect.yaml +++ b/providers/src/awscc/v00.00.00000/services/connect.yaml @@ -5765,11 +5765,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.AgentStatusArn') as agent_status_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -5781,15 +5781,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LastModifiedRegion') as last_modified_region, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::AgentStatus' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::AgentStatus' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'AgentStatusArn') as agent_status_arn, json_extract_path_text(Properties, 'Description') as description, @@ -5801,8 +5801,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LastModifiedRegion') as last_modified_region, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::AgentStatus' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::AgentStatus' + AND Identifier = '' AND region = 'us-east-1' agent_statuses_list_only: name: agent_statuses_list_only @@ -5825,7 +5825,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AgentStatusArn') as agent_status_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::AgentStatus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::AgentStatus' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5833,7 +5833,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AgentStatusArn') as agent_status_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::AgentStatus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::AgentStatus' AND region = 'us-east-1' approved_origins: name: approved_origins @@ -5881,26 +5881,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Origin') as origin, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ApprovedOrigin' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Origin') as origin, json_extract_path_text(Properties, 'InstanceId') as instance_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ApprovedOrigin' + AND Identifier = '|' AND region = 'us-east-1' approved_origins_list_only: name: approved_origins_list_only @@ -5925,7 +5925,7 @@ components: region, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.Origin') as origin - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ApprovedOrigin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5934,7 +5934,7 @@ components: region, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'Origin') as origin - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ApprovedOrigin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ApprovedOrigin' AND region = 'us-east-1' contact_flows: name: contact_flows @@ -5994,11 +5994,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.ContactFlowArn') as contact_flow_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -6007,15 +6007,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'ContactFlowArn') as contact_flow_arn, json_extract_path_text(Properties, 'Name') as name, @@ -6024,8 +6024,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlow' + AND Identifier = '' AND region = 'us-east-1' contact_flows_list_only: name: contact_flows_list_only @@ -6048,7 +6048,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ContactFlowArn') as contact_flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6056,7 +6056,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ContactFlowArn') as contact_flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlow' AND region = 'us-east-1' contact_flow_modules: name: contact_flow_modules @@ -6116,11 +6116,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.ContactFlowModuleArn') as contact_flow_module_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -6129,15 +6129,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlowModule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlowModule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'ContactFlowModuleArn') as contact_flow_module_arn, json_extract_path_text(Properties, 'Name') as name, @@ -6146,8 +6146,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlowModule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlowModule' + AND Identifier = '' AND region = 'us-east-1' contact_flow_modules_list_only: name: contact_flow_modules_list_only @@ -6170,7 +6170,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ContactFlowModuleArn') as contact_flow_module_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlowModule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlowModule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6178,7 +6178,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ContactFlowModuleArn') as contact_flow_module_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlowModule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlowModule' AND region = 'us-east-1' contact_flow_versions: name: contact_flow_versions @@ -6238,32 +6238,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContactFlowVersionARN') as contact_flow_version_arn, JSON_EXTRACT(Properties, '$.ContactFlowId') as contact_flow_id, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.FlowContentSha256') as flow_content_sha256 - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlowVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlowVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContactFlowVersionARN') as contact_flow_version_arn, json_extract_path_text(Properties, 'ContactFlowId') as contact_flow_id, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'FlowContentSha256') as flow_content_sha256 - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ContactFlowVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ContactFlowVersion' + AND Identifier = '' AND region = 'us-east-1' contact_flow_versions_list_only: name: contact_flow_versions_list_only @@ -6286,7 +6286,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ContactFlowVersionARN') as contact_flow_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlowVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6294,7 +6294,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ContactFlowVersionARN') as contact_flow_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ContactFlowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ContactFlowVersion' AND region = 'us-east-1' email_addresses: name: email_addresses @@ -6354,34 +6354,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.EmailAddressArn') as email_address_arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EmailAddress') as email_address, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::EmailAddress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::EmailAddress' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'EmailAddressArn') as email_address_arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EmailAddress') as email_address, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::EmailAddress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::EmailAddress' + AND Identifier = '' AND region = 'us-east-1' email_addresses_list_only: name: email_addresses_list_only @@ -6404,7 +6404,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EmailAddressArn') as email_address_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::EmailAddress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::EmailAddress' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6412,7 +6412,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EmailAddressArn') as email_address_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::EmailAddress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::EmailAddress' AND region = 'us-east-1' evaluation_forms: name: evaluation_forms @@ -6472,11 +6472,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScoringStrategy') as scoring_strategy, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.AutoEvaluationConfiguration') as auto_evaluation_configuration, @@ -6486,15 +6486,15 @@ components: JSON_EXTRACT(Properties, '$.Items') as items, JSON_EXTRACT(Properties, '$.EvaluationFormArn') as evaluation_form_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::EvaluationForm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::EvaluationForm' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScoringStrategy') as scoring_strategy, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'AutoEvaluationConfiguration') as auto_evaluation_configuration, @@ -6504,8 +6504,8 @@ components: json_extract_path_text(Properties, 'Items') as items, json_extract_path_text(Properties, 'EvaluationFormArn') as evaluation_form_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::EvaluationForm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::EvaluationForm' + AND Identifier = '' AND region = 'us-east-1' evaluation_forms_list_only: name: evaluation_forms_list_only @@ -6528,7 +6528,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EvaluationFormArn') as evaluation_form_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::EvaluationForm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::EvaluationForm' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6536,7 +6536,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EvaluationFormArn') as evaluation_form_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::EvaluationForm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::EvaluationForm' AND region = 'us-east-1' hours_of_operations: name: hours_of_operations @@ -6596,11 +6596,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -6609,15 +6609,15 @@ components: JSON_EXTRACT(Properties, '$.HoursOfOperationArn') as hours_of_operation_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.HoursOfOperationOverrides') as hours_of_operation_overrides - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::HoursOfOperation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::HoursOfOperation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -6626,8 +6626,8 @@ components: json_extract_path_text(Properties, 'HoursOfOperationArn') as hours_of_operation_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'HoursOfOperationOverrides') as hours_of_operation_overrides - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::HoursOfOperation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::HoursOfOperation' + AND Identifier = '' AND region = 'us-east-1' hours_of_operations_list_only: name: hours_of_operations_list_only @@ -6650,7 +6650,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HoursOfOperationArn') as hours_of_operation_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::HoursOfOperation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::HoursOfOperation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6658,7 +6658,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HoursOfOperationArn') as hours_of_operation_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::HoursOfOperation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::HoursOfOperation' AND region = 'us-east-1' instances: name: instances @@ -6718,11 +6718,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.IdentityManagementType') as identity_management_type, @@ -6733,15 +6733,15 @@ components: JSON_EXTRACT(Properties, '$.DirectoryId') as directory_id, JSON_EXTRACT(Properties, '$.Attributes') as attributes, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Instance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'IdentityManagementType') as identity_management_type, @@ -6752,8 +6752,8 @@ components: json_extract_path_text(Properties, 'DirectoryId') as directory_id, json_extract_path_text(Properties, 'Attributes') as attributes, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Instance' + AND Identifier = '' AND region = 'us-east-1' instances_list_only: name: instances_list_only @@ -6776,7 +6776,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Instance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6784,7 +6784,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Instance' AND region = 'us-east-1' instance_storage_configs: name: instance_storage_configs @@ -6846,11 +6846,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.AssociationId') as association_id, @@ -6859,15 +6859,15 @@ components: JSON_EXTRACT(Properties, '$.KinesisVideoStreamConfig') as kinesis_video_stream_config, JSON_EXTRACT(Properties, '$.KinesisStreamConfig') as kinesis_stream_config, JSON_EXTRACT(Properties, '$.KinesisFirehoseConfig') as kinesis_firehose_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::InstanceStorageConfig' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'AssociationId') as association_id, @@ -6876,8 +6876,8 @@ components: json_extract_path_text(Properties, 'KinesisVideoStreamConfig') as kinesis_video_stream_config, json_extract_path_text(Properties, 'KinesisStreamConfig') as kinesis_stream_config, json_extract_path_text(Properties, 'KinesisFirehoseConfig') as kinesis_firehose_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::InstanceStorageConfig' + AND Identifier = '||' AND region = 'us-east-1' instance_storage_configs_list_only: name: instance_storage_configs_list_only @@ -6904,7 +6904,7 @@ components: JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.AssociationId') as association_id, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::InstanceStorageConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6914,7 +6914,7 @@ components: json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'AssociationId') as association_id, json_extract_path_text(Properties, 'ResourceType') as resource_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::InstanceStorageConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::InstanceStorageConfig' AND region = 'us-east-1' integration_associations: name: integration_associations @@ -6963,30 +6963,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IntegrationAssociationId') as integration_association_id, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn, JSON_EXTRACT(Properties, '$.IntegrationType') as integration_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::IntegrationAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IntegrationAssociationId') as integration_association_id, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'IntegrationArn') as integration_arn, json_extract_path_text(Properties, 'IntegrationType') as integration_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::IntegrationAssociation' + AND Identifier = '||' AND region = 'us-east-1' integration_associations_list_only: name: integration_associations_list_only @@ -7013,7 +7013,7 @@ components: JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.IntegrationType') as integration_type, JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::IntegrationAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7023,7 +7023,7 @@ components: json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'IntegrationType') as integration_type, json_extract_path_text(Properties, 'IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::IntegrationAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::IntegrationAssociation' AND region = 'us-east-1' predefined_attributes: name: predefined_attributes @@ -7084,11 +7084,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Values') as _values, @@ -7096,15 +7096,15 @@ components: JSON_EXTRACT(Properties, '$.AttributeConfiguration') as attribute_configuration, JSON_EXTRACT(Properties, '$.LastModifiedRegion') as last_modified_region, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::PredefinedAttribute' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Values') as _values, @@ -7112,8 +7112,8 @@ components: json_extract_path_text(Properties, 'AttributeConfiguration') as attribute_configuration, json_extract_path_text(Properties, 'LastModifiedRegion') as last_modified_region, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::PredefinedAttribute' + AND Identifier = '|' AND region = 'us-east-1' predefined_attributes_list_only: name: predefined_attributes_list_only @@ -7138,7 +7138,7 @@ components: region, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::PredefinedAttribute' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7147,7 +7147,7 @@ components: region, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::PredefinedAttribute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::PredefinedAttribute' AND region = 'us-east-1' prompts: name: prompts @@ -7207,34 +7207,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.S3Uri') as s3_uri, JSON_EXTRACT(Properties, '$.PromptArn') as prompt_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Prompt' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Prompt' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'S3Uri') as s3_uri, json_extract_path_text(Properties, 'PromptArn') as prompt_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Prompt' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Prompt' + AND Identifier = '' AND region = 'us-east-1' prompts_list_only: name: prompts_list_only @@ -7257,7 +7257,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PromptArn') as prompt_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Prompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Prompt' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7265,7 +7265,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PromptArn') as prompt_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Prompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Prompt' AND region = 'us-east-1' queues: name: queues @@ -7325,11 +7325,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.HoursOfOperationArn') as hours_of_operation_arn, @@ -7342,15 +7342,15 @@ components: JSON_EXTRACT(Properties, '$.QuickConnectArns') as quick_connect_arns, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Queue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'HoursOfOperationArn') as hours_of_operation_arn, @@ -7363,8 +7363,8 @@ components: json_extract_path_text(Properties, 'QuickConnectArns') as quick_connect_arns, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Queue' + AND Identifier = '' AND region = 'us-east-1' queues_list_only: name: queues_list_only @@ -7387,7 +7387,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QueueArn') as queue_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Queue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7395,7 +7395,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QueueArn') as queue_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::Queue' AND region = 'us-east-1' quick_connects: name: quick_connects @@ -7455,11 +7455,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -7467,15 +7467,15 @@ components: JSON_EXTRACT(Properties, '$.QuickConnectArn') as quick_connect_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.QuickConnectType') as quick_connect_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::QuickConnect' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::QuickConnect' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -7483,8 +7483,8 @@ components: json_extract_path_text(Properties, 'QuickConnectArn') as quick_connect_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'QuickConnectType') as quick_connect_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::QuickConnect' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::QuickConnect' + AND Identifier = '' AND region = 'us-east-1' quick_connects_list_only: name: quick_connects_list_only @@ -7507,7 +7507,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QuickConnectArn') as quick_connect_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::QuickConnect' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::QuickConnect' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7515,7 +7515,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QuickConnectArn') as quick_connect_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::QuickConnect' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::QuickConnect' AND region = 'us-east-1' routing_profiles: name: routing_profiles @@ -7575,11 +7575,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -7589,15 +7589,15 @@ components: JSON_EXTRACT(Properties, '$.QueueConfigs') as queue_configs, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AgentAvailabilityTimer') as agent_availability_timer - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::RoutingProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::RoutingProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -7607,8 +7607,8 @@ components: json_extract_path_text(Properties, 'QueueConfigs') as queue_configs, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AgentAvailabilityTimer') as agent_availability_timer - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::RoutingProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::RoutingProfile' + AND Identifier = '' AND region = 'us-east-1' routing_profiles_list_only: name: routing_profiles_list_only @@ -7631,7 +7631,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RoutingProfileArn') as routing_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::RoutingProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::RoutingProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7639,7 +7639,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RoutingProfileArn') as routing_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::RoutingProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::RoutingProfile' AND region = 'us-east-1' rules: name: rules @@ -7699,11 +7699,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, @@ -7712,15 +7712,15 @@ components: JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.PublishStatus') as publish_status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Rule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RuleArn') as rule_arn, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, @@ -7729,8 +7729,8 @@ components: json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'PublishStatus') as publish_status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::Rule' + AND Identifier = '' AND region = 'us-east-1' security_keys: name: security_keys @@ -7778,28 +7778,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Key') as key, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityKey' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::SecurityKey' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Key') as key, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityKey' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::SecurityKey' + AND Identifier = '|' AND region = 'us-east-1' security_keys_list_only: name: security_keys_list_only @@ -7824,7 +7824,7 @@ components: region, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::SecurityKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::SecurityKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7833,7 +7833,7 @@ components: region, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::SecurityKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::SecurityKey' AND region = 'us-east-1' security_profiles: name: security_profiles @@ -7893,11 +7893,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowedAccessControlTags') as allowed_access_control_tags, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, @@ -7911,15 +7911,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LastModifiedRegion') as last_modified_region, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::SecurityProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowedAccessControlTags') as allowed_access_control_tags, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, @@ -7933,8 +7933,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LastModifiedRegion') as last_modified_region, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::SecurityProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::SecurityProfile' + AND Identifier = '' AND region = 'us-east-1' security_profiles_list_only: name: security_profiles_list_only @@ -7957,7 +7957,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SecurityProfileArn') as security_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::SecurityProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::SecurityProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7965,7 +7965,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SecurityProfileArn') as security_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::SecurityProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::SecurityProfile' AND region = 'us-east-1' task_templates: name: task_templates @@ -8025,11 +8025,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -8042,15 +8042,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ClientToken') as client_token, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::TaskTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::TaskTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'Name') as name, @@ -8063,8 +8063,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ClientToken') as client_token, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::TaskTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::TaskTemplate' + AND Identifier = '' AND region = 'us-east-1' task_templates_list_only: name: task_templates_list_only @@ -8087,7 +8087,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::TaskTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::TaskTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8095,7 +8095,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::TaskTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::TaskTemplate' AND region = 'us-east-1' traffic_distribution_groups: name: traffic_distribution_groups @@ -8155,11 +8155,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.TrafficDistributionGroupArn') as traffic_distribution_group_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -8167,15 +8167,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IsDefault') as is_default - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::TrafficDistributionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::TrafficDistributionGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'TrafficDistributionGroupArn') as traffic_distribution_group_arn, json_extract_path_text(Properties, 'Description') as description, @@ -8183,8 +8183,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IsDefault') as is_default - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::TrafficDistributionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::TrafficDistributionGroup' + AND Identifier = '' AND region = 'us-east-1' traffic_distribution_groups_list_only: name: traffic_distribution_groups_list_only @@ -8207,7 +8207,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrafficDistributionGroupArn') as traffic_distribution_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::TrafficDistributionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::TrafficDistributionGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8215,7 +8215,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrafficDistributionGroupArn') as traffic_distribution_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::TrafficDistributionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::TrafficDistributionGroup' AND region = 'us-east-1' users: name: users @@ -8275,11 +8275,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.DirectoryUserId') as directory_user_id, JSON_EXTRACT(Properties, '$.HierarchyGroupArn') as hierarchy_group_arn, @@ -8292,15 +8292,15 @@ components: JSON_EXTRACT(Properties, '$.UserArn') as user_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UserProficiencies') as user_proficiencies - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::User' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'DirectoryUserId') as directory_user_id, json_extract_path_text(Properties, 'HierarchyGroupArn') as hierarchy_group_arn, @@ -8313,8 +8313,8 @@ components: json_extract_path_text(Properties, 'UserArn') as user_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UserProficiencies') as user_proficiencies - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::User' + AND Identifier = '' AND region = 'us-east-1' users_list_only: name: users_list_only @@ -8337,7 +8337,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserArn') as user_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::User' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8345,7 +8345,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserArn') as user_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::User' AND region = 'us-east-1' user_hierarchy_groups: name: user_hierarchy_groups @@ -8405,32 +8405,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.UserHierarchyGroupArn') as user_hierarchy_group_arn, JSON_EXTRACT(Properties, '$.ParentGroupArn') as parent_group_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::UserHierarchyGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::UserHierarchyGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'UserHierarchyGroupArn') as user_hierarchy_group_arn, json_extract_path_text(Properties, 'ParentGroupArn') as parent_group_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::UserHierarchyGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::UserHierarchyGroup' + AND Identifier = '' AND region = 'us-east-1' user_hierarchy_groups_list_only: name: user_hierarchy_groups_list_only @@ -8453,7 +8453,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserHierarchyGroupArn') as user_hierarchy_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::UserHierarchyGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::UserHierarchyGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8461,7 +8461,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserHierarchyGroupArn') as user_hierarchy_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::UserHierarchyGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::UserHierarchyGroup' AND region = 'us-east-1' user_hierarchy_structures: name: user_hierarchy_structures @@ -8521,28 +8521,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.UserHierarchyStructureArn') as user_hierarchy_structure_arn, JSON_EXTRACT(Properties, '$.UserHierarchyStructure') as user_hierarchy_structure - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::UserHierarchyStructure' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::UserHierarchyStructure' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'UserHierarchyStructureArn') as user_hierarchy_structure_arn, json_extract_path_text(Properties, 'UserHierarchyStructure') as user_hierarchy_structure - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::UserHierarchyStructure' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::UserHierarchyStructure' + AND Identifier = '' AND region = 'us-east-1' views: name: views @@ -8602,11 +8602,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn, JSON_EXTRACT(Properties, '$.ViewId') as view_id, @@ -8616,15 +8616,15 @@ components: JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.ViewContentSha256') as view_content_sha256, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::View' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::View' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'ViewArn') as view_arn, json_extract_path_text(Properties, 'ViewId') as view_id, @@ -8634,8 +8634,8 @@ components: json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'ViewContentSha256') as view_content_sha256, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::View' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::View' + AND Identifier = '' AND region = 'us-east-1' views_list_only: name: views_list_only @@ -8658,7 +8658,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::View' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::View' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8666,7 +8666,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ViewArn') as view_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::View' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::View' AND region = 'us-east-1' view_versions: name: view_versions @@ -8713,32 +8713,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn, JSON_EXTRACT(Properties, '$.ViewVersionArn') as view_version_arn, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description, JSON_EXTRACT(Properties, '$.ViewContentSha256') as view_content_sha256, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ViewVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ViewVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ViewArn') as view_arn, json_extract_path_text(Properties, 'ViewVersionArn') as view_version_arn, json_extract_path_text(Properties, 'VersionDescription') as version_description, json_extract_path_text(Properties, 'ViewContentSha256') as view_content_sha256, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Connect::ViewVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Connect::ViewVersion' + AND Identifier = '' AND region = 'us-east-1' view_versions_list_only: name: view_versions_list_only @@ -8761,7 +8761,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ViewVersionArn') as view_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ViewVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ViewVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8769,7 +8769,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ViewVersionArn') as view_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Connect::ViewVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Connect::ViewVersion' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/connectcampaigns.yaml b/providers/src/awscc/v00.00.00000/services/connectcampaigns.yaml index 8ef12f05..76f336a1 100644 --- a/providers/src/awscc/v00.00.00000/services/connectcampaigns.yaml +++ b/providers/src/awscc/v00.00.00000/services/connectcampaigns.yaml @@ -696,34 +696,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectInstanceArn') as connect_instance_arn, JSON_EXTRACT(Properties, '$.DialerConfig') as dialer_config, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.OutboundCallConfig') as outbound_call_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ConnectCampaigns::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ConnectCampaigns::Campaign' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectInstanceArn') as connect_instance_arn, json_extract_path_text(Properties, 'DialerConfig') as dialer_config, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'OutboundCallConfig') as outbound_call_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ConnectCampaigns::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ConnectCampaigns::Campaign' + AND Identifier = '' AND region = 'us-east-1' campaigns_list_only: name: campaigns_list_only @@ -746,7 +746,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ConnectCampaigns::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ConnectCampaigns::Campaign' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -754,7 +754,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ConnectCampaigns::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ConnectCampaigns::Campaign' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/connectcampaignsv2.yaml b/providers/src/awscc/v00.00.00000/services/connectcampaignsv2.yaml index e482c79f..a5df7863 100644 --- a/providers/src/awscc/v00.00.00000/services/connectcampaignsv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/connectcampaignsv2.yaml @@ -1069,11 +1069,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ConnectInstanceId') as connect_instance_id, @@ -1084,15 +1084,15 @@ components: JSON_EXTRACT(Properties, '$.CommunicationTimeConfig') as communication_time_config, JSON_EXTRACT(Properties, '$.CommunicationLimitsOverride') as communication_limits_override, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ConnectCampaignsV2::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ConnectCampaignsV2::Campaign' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ConnectInstanceId') as connect_instance_id, @@ -1103,8 +1103,8 @@ components: json_extract_path_text(Properties, 'CommunicationTimeConfig') as communication_time_config, json_extract_path_text(Properties, 'CommunicationLimitsOverride') as communication_limits_override, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ConnectCampaignsV2::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ConnectCampaignsV2::Campaign' + AND Identifier = '' AND region = 'us-east-1' campaigns_list_only: name: campaigns_list_only @@ -1127,7 +1127,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ConnectCampaignsV2::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ConnectCampaignsV2::Campaign' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1135,7 +1135,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ConnectCampaignsV2::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ConnectCampaignsV2::Campaign' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/controltower.yaml b/providers/src/awscc/v00.00.00000/services/controltower.yaml index 007fa97b..f264aa77 100644 --- a/providers/src/awscc/v00.00.00000/services/controltower.yaml +++ b/providers/src/awscc/v00.00.00000/services/controltower.yaml @@ -1063,34 +1063,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BaselineIdentifier') as baseline_identifier, JSON_EXTRACT(Properties, '$.BaselineVersion') as baseline_version, JSON_EXTRACT(Properties, '$.EnabledBaselineIdentifier') as enabled_baseline_identifier, JSON_EXTRACT(Properties, '$.TargetIdentifier') as target_identifier, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledBaseline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::EnabledBaseline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BaselineIdentifier') as baseline_identifier, json_extract_path_text(Properties, 'BaselineVersion') as baseline_version, json_extract_path_text(Properties, 'EnabledBaselineIdentifier') as enabled_baseline_identifier, json_extract_path_text(Properties, 'TargetIdentifier') as target_identifier, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledBaseline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::EnabledBaseline' + AND Identifier = '' AND region = 'us-east-1' enabled_baselines_list_only: name: enabled_baselines_list_only @@ -1113,7 +1113,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnabledBaselineIdentifier') as enabled_baseline_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::EnabledBaseline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::EnabledBaseline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1121,7 +1121,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnabledBaselineIdentifier') as enabled_baseline_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::EnabledBaseline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::EnabledBaseline' AND region = 'us-east-1' enabled_controls: name: enabled_controls @@ -1182,30 +1182,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ControlIdentifier') as control_identifier, JSON_EXTRACT(Properties, '$.TargetIdentifier') as target_identifier, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::EnabledControl' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ControlIdentifier') as control_identifier, json_extract_path_text(Properties, 'TargetIdentifier') as target_identifier, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::EnabledControl' + AND Identifier = '|' AND region = 'us-east-1' enabled_controls_list_only: name: enabled_controls_list_only @@ -1230,7 +1230,7 @@ components: region, JSON_EXTRACT(Properties, '$.TargetIdentifier') as target_identifier, JSON_EXTRACT(Properties, '$.ControlIdentifier') as control_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::EnabledControl' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1239,7 +1239,7 @@ components: region, json_extract_path_text(Properties, 'TargetIdentifier') as target_identifier, json_extract_path_text(Properties, 'ControlIdentifier') as control_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::EnabledControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::EnabledControl' AND region = 'us-east-1' landing_zones: name: landing_zones @@ -1299,11 +1299,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.LatestAvailableVersion') as latest_available_version, JSON_EXTRACT(Properties, '$.Version') as version, @@ -1312,15 +1312,15 @@ components: JSON_EXTRACT(Properties, '$.Manifest') as manifest, JSON_EXTRACT(Properties, '$.LandingZoneIdentifier') as landing_zone_identifier, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::LandingZone' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::LandingZone' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'LatestAvailableVersion') as latest_available_version, json_extract_path_text(Properties, 'Version') as version, @@ -1329,8 +1329,8 @@ components: json_extract_path_text(Properties, 'Manifest') as manifest, json_extract_path_text(Properties, 'LandingZoneIdentifier') as landing_zone_identifier, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ControlTower::LandingZone' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ControlTower::LandingZone' + AND Identifier = '' AND region = 'us-east-1' landing_zones_list_only: name: landing_zones_list_only @@ -1353,7 +1353,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LandingZoneIdentifier') as landing_zone_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::LandingZone' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::LandingZone' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1361,7 +1361,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LandingZoneIdentifier') as landing_zone_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ControlTower::LandingZone' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ControlTower::LandingZone' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/cur.yaml b/providers/src/awscc/v00.00.00000/services/cur.yaml index 395cb32a..98554b43 100644 --- a/providers/src/awscc/v00.00.00000/services/cur.yaml +++ b/providers/src/awscc/v00.00.00000/services/cur.yaml @@ -690,11 +690,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ReportName') as report_name, JSON_EXTRACT(Properties, '$.TimeUnit') as time_unit, JSON_EXTRACT(Properties, '$.Format') as _format, @@ -707,15 +707,15 @@ components: JSON_EXTRACT(Properties, '$.RefreshClosedReports') as refresh_closed_reports, JSON_EXTRACT(Properties, '$.ReportVersioning') as report_versioning, JSON_EXTRACT(Properties, '$.BillingViewArn') as billing_view_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CUR::ReportDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CUR::ReportDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ReportName') as report_name, json_extract_path_text(Properties, 'TimeUnit') as time_unit, json_extract_path_text(Properties, 'Format') as _format, @@ -728,8 +728,8 @@ components: json_extract_path_text(Properties, 'RefreshClosedReports') as refresh_closed_reports, json_extract_path_text(Properties, 'ReportVersioning') as report_versioning, json_extract_path_text(Properties, 'BillingViewArn') as billing_view_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CUR::ReportDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CUR::ReportDefinition' + AND Identifier = '' AND region = 'us-east-1' report_definitions_list_only: name: report_definitions_list_only @@ -752,7 +752,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReportName') as report_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CUR::ReportDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CUR::ReportDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -760,7 +760,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReportName') as report_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CUR::ReportDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CUR::ReportDefinition' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml b/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml index 35c1ff92..c22cee31 100644 --- a/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml +++ b/providers/src/awscc/v00.00.00000/services/customerprofiles.yaml @@ -3037,11 +3037,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.CalculatedAttributeName') as calculated_attribute_name, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, @@ -3055,15 +3055,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Readiness') as readiness, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'CalculatedAttributeName') as calculated_attribute_name, json_extract_path_text(Properties, 'DisplayName') as display_name, @@ -3077,8 +3077,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Readiness') as readiness, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' + AND Identifier = '|' AND region = 'us-east-1' calculated_attribute_definitions_list_only: name: calculated_attribute_definitions_list_only @@ -3103,7 +3103,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.CalculatedAttributeName') as calculated_attribute_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3112,7 +3112,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'CalculatedAttributeName') as calculated_attribute_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::CalculatedAttributeDefinition' AND region = 'us-east-1' domains: name: domains @@ -3172,11 +3172,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.DeadLetterQueueUrl') as dead_letter_queue_url, JSON_EXTRACT(Properties, '$.DefaultEncryptionKey') as default_encryption_key, @@ -3187,15 +3187,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'DeadLetterQueueUrl') as dead_letter_queue_url, json_extract_path_text(Properties, 'DefaultEncryptionKey') as default_encryption_key, @@ -3206,8 +3206,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -3230,7 +3230,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3238,7 +3238,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::Domain' AND region = 'us-east-1' event_streams: name: event_streams @@ -3299,11 +3299,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.EventStreamName') as event_stream_name, JSON_EXTRACT(Properties, '$.Uri') as uri, @@ -3312,15 +3312,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.DestinationDetails') as destination_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::EventStream' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'EventStreamName') as event_stream_name, json_extract_path_text(Properties, 'Uri') as uri, @@ -3329,8 +3329,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'DestinationDetails') as destination_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::EventStream' + AND Identifier = '|' AND region = 'us-east-1' event_streams_list_only: name: event_streams_list_only @@ -3355,7 +3355,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.EventStreamName') as event_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::EventStream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3364,7 +3364,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'EventStreamName') as event_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::EventStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::EventStream' AND region = 'us-east-1' event_triggers: name: event_triggers @@ -3425,11 +3425,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.EventTriggerName') as event_trigger_name, JSON_EXTRACT(Properties, '$.ObjectTypeName') as object_type_name, @@ -3440,15 +3440,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventTrigger' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::EventTrigger' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'EventTriggerName') as event_trigger_name, json_extract_path_text(Properties, 'ObjectTypeName') as object_type_name, @@ -3459,8 +3459,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::EventTrigger' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::EventTrigger' + AND Identifier = '|' AND region = 'us-east-1' event_triggers_list_only: name: event_triggers_list_only @@ -3485,7 +3485,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.EventTriggerName') as event_trigger_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::EventTrigger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::EventTrigger' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3494,7 +3494,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'EventTriggerName') as event_trigger_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::EventTrigger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::EventTrigger' AND region = 'us-east-1' integrations: name: integrations @@ -3555,11 +3555,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Uri') as uri, JSON_EXTRACT(Properties, '$.FlowDefinition') as flow_definition, @@ -3569,15 +3569,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ObjectTypeNames') as object_type_names, JSON_EXTRACT(Properties, '$.EventTriggerNames') as event_trigger_names - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::Integration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Uri') as uri, json_extract_path_text(Properties, 'FlowDefinition') as flow_definition, @@ -3587,8 +3587,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ObjectTypeNames') as object_type_names, json_extract_path_text(Properties, 'EventTriggerNames') as event_trigger_names - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::Integration' + AND Identifier = '|' AND region = 'us-east-1' integrations_list_only: name: integrations_list_only @@ -3613,7 +3613,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Uri') as uri - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::Integration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3622,7 +3622,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Uri') as uri - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::Integration' AND region = 'us-east-1' object_types: name: object_types @@ -3683,11 +3683,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.ObjectTypeName') as object_type_name, JSON_EXTRACT(Properties, '$.AllowProfileCreation') as allow_profile_creation, @@ -3703,15 +3703,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateId') as template_id, JSON_EXTRACT(Properties, '$.MaxProfileObjectCount') as max_profile_object_count, JSON_EXTRACT(Properties, '$.MaxAvailableProfileObjectCount') as max_available_profile_object_count - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::ObjectType' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'ObjectTypeName') as object_type_name, json_extract_path_text(Properties, 'AllowProfileCreation') as allow_profile_creation, @@ -3727,8 +3727,8 @@ components: json_extract_path_text(Properties, 'TemplateId') as template_id, json_extract_path_text(Properties, 'MaxProfileObjectCount') as max_profile_object_count, json_extract_path_text(Properties, 'MaxAvailableProfileObjectCount') as max_available_profile_object_count - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::ObjectType' + AND Identifier = '|' AND region = 'us-east-1' object_types_list_only: name: object_types_list_only @@ -3753,7 +3753,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.ObjectTypeName') as object_type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::ObjectType' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3762,7 +3762,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'ObjectTypeName') as object_type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::ObjectType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::ObjectType' AND region = 'us-east-1' segment_definitions: name: segment_definitions @@ -3823,11 +3823,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, @@ -3836,15 +3836,15 @@ components: JSON_EXTRACT(Properties, '$.SegmentGroups') as segment_groups, JSON_EXTRACT(Properties, '$.SegmentDefinitionArn') as segment_definition_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::SegmentDefinition' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::SegmentDefinition' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DisplayName') as display_name, @@ -3853,8 +3853,8 @@ components: json_extract_path_text(Properties, 'SegmentGroups') as segment_groups, json_extract_path_text(Properties, 'SegmentDefinitionArn') as segment_definition_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::CustomerProfiles::SegmentDefinition' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::CustomerProfiles::SegmentDefinition' + AND Identifier = '|' AND region = 'us-east-1' segment_definitions_list_only: name: segment_definitions_list_only @@ -3879,7 +3879,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.SegmentDefinitionName') as segment_definition_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::SegmentDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::SegmentDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3888,7 +3888,7 @@ components: region, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'SegmentDefinitionName') as segment_definition_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::CustomerProfiles::SegmentDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::CustomerProfiles::SegmentDefinition' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/databrew.yaml b/providers/src/awscc/v00.00.00000/services/databrew.yaml index 1cdb2c8d..01d63de2 100644 --- a/providers/src/awscc/v00.00.00000/services/databrew.yaml +++ b/providers/src/awscc/v00.00.00000/services/databrew.yaml @@ -2253,11 +2253,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Format') as _format, JSON_EXTRACT(Properties, '$.FormatOptions') as format_options, @@ -2265,15 +2265,15 @@ components: JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.PathOptions') as path_options, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Dataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Format') as _format, json_extract_path_text(Properties, 'FormatOptions') as format_options, @@ -2281,8 +2281,8 @@ components: json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'PathOptions') as path_options, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Dataset' + AND Identifier = '' AND region = 'us-east-1' datasets_list_only: name: datasets_list_only @@ -2305,7 +2305,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Dataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2313,7 +2313,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Dataset' AND region = 'us-east-1' recipes: name: recipes @@ -2373,30 +2373,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Steps') as steps, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Recipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Recipe' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Steps') as steps, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Recipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Recipe' + AND Identifier = '' AND region = 'us-east-1' recipes_list_only: name: recipes_list_only @@ -2419,7 +2419,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Recipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Recipe' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2427,7 +2427,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Recipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Recipe' AND region = 'us-east-1' jobs: name: jobs @@ -2487,11 +2487,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name, JSON_EXTRACT(Properties, '$.EncryptionKeyArn') as encryption_key_arn, JSON_EXTRACT(Properties, '$.EncryptionMode') as encryption_mode, @@ -2512,15 +2512,15 @@ components: JSON_EXTRACT(Properties, '$.JobSample') as job_sample, JSON_EXTRACT(Properties, '$.ProfileConfiguration') as profile_configuration, JSON_EXTRACT(Properties, '$.ValidationConfigurations') as validation_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Job' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Job' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatasetName') as dataset_name, json_extract_path_text(Properties, 'EncryptionKeyArn') as encryption_key_arn, json_extract_path_text(Properties, 'EncryptionMode') as encryption_mode, @@ -2541,8 +2541,8 @@ components: json_extract_path_text(Properties, 'JobSample') as job_sample, json_extract_path_text(Properties, 'ProfileConfiguration') as profile_configuration, json_extract_path_text(Properties, 'ValidationConfigurations') as validation_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Job' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Job' + AND Identifier = '' AND region = 'us-east-1' jobs_list_only: name: jobs_list_only @@ -2565,7 +2565,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Job' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Job' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2573,7 +2573,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Job' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Job' AND region = 'us-east-1' projects: name: projects @@ -2633,34 +2633,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RecipeName') as recipe_name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Sample') as sample, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatasetName') as dataset_name, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RecipeName') as recipe_name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Sample') as sample, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Project' + AND Identifier = '' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -2683,7 +2683,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2691,7 +2691,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Project' AND region = 'us-east-1' rulesets: name: rulesets @@ -2751,32 +2751,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.TargetArn') as target_arn, JSON_EXTRACT(Properties, '$.Rules') as rules, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Ruleset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Ruleset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'TargetArn') as target_arn, json_extract_path_text(Properties, 'Rules') as rules, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Ruleset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Ruleset' + AND Identifier = '' AND region = 'us-east-1' rulesets_list_only: name: rulesets_list_only @@ -2799,7 +2799,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Ruleset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Ruleset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2807,7 +2807,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Ruleset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Ruleset' AND region = 'us-east-1' schedules: name: schedules @@ -2867,30 +2867,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobNames') as job_names, JSON_EXTRACT(Properties, '$.CronExpression') as cron_expression, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Schedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Schedule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobNames') as job_names, json_extract_path_text(Properties, 'CronExpression') as cron_expression, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataBrew::Schedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataBrew::Schedule' + AND Identifier = '' AND region = 'us-east-1' schedules_list_only: name: schedules_list_only @@ -2913,7 +2913,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Schedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Schedule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2921,7 +2921,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataBrew::Schedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataBrew::Schedule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/datapipeline.yaml b/providers/src/awscc/v00.00.00000/services/datapipeline.yaml index 04350240..c550edde 100644 --- a/providers/src/awscc/v00.00.00000/services/datapipeline.yaml +++ b/providers/src/awscc/v00.00.00000/services/datapipeline.yaml @@ -696,11 +696,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Activate') as activate, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, @@ -709,15 +709,15 @@ components: JSON_EXTRACT(Properties, '$.PipelineObjects') as pipeline_objects, JSON_EXTRACT(Properties, '$.PipelineTags') as pipeline_tags, JSON_EXTRACT(Properties, '$.PipelineId') as pipeline_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataPipeline::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataPipeline::Pipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Activate') as activate, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, @@ -726,8 +726,8 @@ components: json_extract_path_text(Properties, 'PipelineObjects') as pipeline_objects, json_extract_path_text(Properties, 'PipelineTags') as pipeline_tags, json_extract_path_text(Properties, 'PipelineId') as pipeline_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataPipeline::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataPipeline::Pipeline' + AND Identifier = '' AND region = 'us-east-1' pipelines_list_only: name: pipelines_list_only @@ -750,7 +750,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PipelineId') as pipeline_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataPipeline::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataPipeline::Pipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -758,7 +758,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PipelineId') as pipeline_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataPipeline::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataPipeline::Pipeline' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/datasync.yaml b/providers/src/awscc/v00.00.00000/services/datasync.yaml index 56617967..313177fd 100644 --- a/providers/src/awscc/v00.00.00000/services/datasync.yaml +++ b/providers/src/awscc/v00.00.00000/services/datasync.yaml @@ -3478,11 +3478,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AgentName') as agent_name, JSON_EXTRACT(Properties, '$.ActivationKey') as activation_key, JSON_EXTRACT(Properties, '$.SecurityGroupArns') as security_group_arns, @@ -3491,15 +3491,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointType') as endpoint_type, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AgentArn') as agent_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::Agent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::Agent' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AgentName') as agent_name, json_extract_path_text(Properties, 'ActivationKey') as activation_key, json_extract_path_text(Properties, 'SecurityGroupArns') as security_group_arns, @@ -3508,8 +3508,8 @@ components: json_extract_path_text(Properties, 'EndpointType') as endpoint_type, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AgentArn') as agent_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::Agent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::Agent' + AND Identifier = '' AND region = 'us-east-1' agents_list_only: name: agents_list_only @@ -3532,7 +3532,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AgentArn') as agent_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::Agent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::Agent' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3540,7 +3540,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AgentArn') as agent_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::Agent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::Agent' AND region = 'us-east-1' location_azure_blobs: name: location_azure_blobs @@ -3600,11 +3600,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AgentArns') as agent_arns, JSON_EXTRACT(Properties, '$.AzureBlobAuthenticationType') as azure_blob_authentication_type, JSON_EXTRACT(Properties, '$.AzureBlobSasConfiguration') as azure_blob_sas_configuration, @@ -3618,15 +3618,15 @@ components: JSON_EXTRACT(Properties, '$.CmkSecretConfig') as cmk_secret_config, JSON_EXTRACT(Properties, '$.CustomSecretConfig') as custom_secret_config, JSON_EXTRACT(Properties, '$.ManagedSecretConfig') as managed_secret_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationAzureBlob' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationAzureBlob' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AgentArns') as agent_arns, json_extract_path_text(Properties, 'AzureBlobAuthenticationType') as azure_blob_authentication_type, json_extract_path_text(Properties, 'AzureBlobSasConfiguration') as azure_blob_sas_configuration, @@ -3640,8 +3640,8 @@ components: json_extract_path_text(Properties, 'CmkSecretConfig') as cmk_secret_config, json_extract_path_text(Properties, 'CustomSecretConfig') as custom_secret_config, json_extract_path_text(Properties, 'ManagedSecretConfig') as managed_secret_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationAzureBlob' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationAzureBlob' + AND Identifier = '' AND region = 'us-east-1' location_azure_blobs_list_only: name: location_azure_blobs_list_only @@ -3664,7 +3664,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationAzureBlob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationAzureBlob' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3672,7 +3672,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationAzureBlob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationAzureBlob' AND region = 'us-east-1' location_efs: name: location_efs @@ -3732,11 +3732,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Ec2Config') as ec2_config, JSON_EXTRACT(Properties, '$.EfsFilesystemArn') as efs_filesystem_arn, JSON_EXTRACT(Properties, '$.AccessPointArn') as access_point_arn, @@ -3746,15 +3746,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationEFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationEFS' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Ec2Config') as ec2_config, json_extract_path_text(Properties, 'EfsFilesystemArn') as efs_filesystem_arn, json_extract_path_text(Properties, 'AccessPointArn') as access_point_arn, @@ -3764,8 +3764,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationEFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationEFS' + AND Identifier = '' AND region = 'us-east-1' location_efs_list_only: name: location_efs_list_only @@ -3788,7 +3788,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationEFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationEFS' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3796,7 +3796,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationEFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationEFS' AND region = 'us-east-1' locationf_sx_lustres: name: locationf_sx_lustres @@ -3856,34 +3856,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FsxFilesystemArn') as fsx_filesystem_arn, JSON_EXTRACT(Properties, '$.SecurityGroupArns') as security_group_arns, JSON_EXTRACT(Properties, '$.Subdirectory') as subdirectory, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxLustre' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxLustre' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FsxFilesystemArn') as fsx_filesystem_arn, json_extract_path_text(Properties, 'SecurityGroupArns') as security_group_arns, json_extract_path_text(Properties, 'Subdirectory') as subdirectory, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxLustre' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxLustre' + AND Identifier = '' AND region = 'us-east-1' locationf_sx_lustres_list_only: name: locationf_sx_lustres_list_only @@ -3906,7 +3906,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxLustre' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxLustre' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3914,7 +3914,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxLustre' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxLustre' AND region = 'us-east-1' locationf_sx_ontaps: name: locationf_sx_ontaps @@ -3974,11 +3974,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StorageVirtualMachineArn') as storage_virtual_machine_arn, JSON_EXTRACT(Properties, '$.FsxFilesystemArn') as fsx_filesystem_arn, JSON_EXTRACT(Properties, '$.SecurityGroupArns') as security_group_arns, @@ -3987,15 +3987,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxONTAP' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxONTAP' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StorageVirtualMachineArn') as storage_virtual_machine_arn, json_extract_path_text(Properties, 'FsxFilesystemArn') as fsx_filesystem_arn, json_extract_path_text(Properties, 'SecurityGroupArns') as security_group_arns, @@ -4004,8 +4004,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxONTAP' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxONTAP' + AND Identifier = '' AND region = 'us-east-1' locationf_sx_ontaps_list_only: name: locationf_sx_ontaps_list_only @@ -4028,7 +4028,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxONTAP' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxONTAP' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4036,7 +4036,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxONTAP' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxONTAP' AND region = 'us-east-1' locationf_sx_open_zfs: name: locationf_sx_open_zfs @@ -4096,11 +4096,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FsxFilesystemArn') as fsx_filesystem_arn, JSON_EXTRACT(Properties, '$.SecurityGroupArns') as security_group_arns, JSON_EXTRACT(Properties, '$.Protocol') as protocol, @@ -4108,15 +4108,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxOpenZFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxOpenZFS' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FsxFilesystemArn') as fsx_filesystem_arn, json_extract_path_text(Properties, 'SecurityGroupArns') as security_group_arns, json_extract_path_text(Properties, 'Protocol') as protocol, @@ -4124,8 +4124,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxOpenZFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxOpenZFS' + AND Identifier = '' AND region = 'us-east-1' locationf_sx_open_zfs_list_only: name: locationf_sx_open_zfs_list_only @@ -4148,7 +4148,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxOpenZFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxOpenZFS' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4156,7 +4156,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxOpenZFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxOpenZFS' AND region = 'us-east-1' locationf_sx_windows: name: locationf_sx_windows @@ -4216,11 +4216,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Domain') as domain, JSON_EXTRACT(Properties, '$.FsxFilesystemArn') as fsx_filesystem_arn, JSON_EXTRACT(Properties, '$.Password') as password, @@ -4230,15 +4230,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxWindows' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxWindows' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Domain') as domain, json_extract_path_text(Properties, 'FsxFilesystemArn') as fsx_filesystem_arn, json_extract_path_text(Properties, 'Password') as password, @@ -4248,8 +4248,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationFSxWindows' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationFSxWindows' + AND Identifier = '' AND region = 'us-east-1' locationf_sx_windows_list_only: name: locationf_sx_windows_list_only @@ -4272,7 +4272,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxWindows' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxWindows' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4280,7 +4280,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationFSxWindows' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationFSxWindows' AND region = 'us-east-1' location_hdfs: name: location_hdfs @@ -4340,11 +4340,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NameNodes') as name_nodes, JSON_EXTRACT(Properties, '$.BlockSize') as block_size, JSON_EXTRACT(Properties, '$.ReplicationFactor') as replication_factor, @@ -4360,15 +4360,15 @@ components: JSON_EXTRACT(Properties, '$.Subdirectory') as subdirectory, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationHDFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationHDFS' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NameNodes') as name_nodes, json_extract_path_text(Properties, 'BlockSize') as block_size, json_extract_path_text(Properties, 'ReplicationFactor') as replication_factor, @@ -4384,8 +4384,8 @@ components: json_extract_path_text(Properties, 'Subdirectory') as subdirectory, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationHDFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationHDFS' + AND Identifier = '' AND region = 'us-east-1' location_hdfs_list_only: name: location_hdfs_list_only @@ -4408,7 +4408,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationHDFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationHDFS' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4416,7 +4416,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationHDFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationHDFS' AND region = 'us-east-1' location_nfs: name: location_nfs @@ -4476,11 +4476,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MountOptions') as mount_options, JSON_EXTRACT(Properties, '$.OnPremConfig') as on_prem_config, JSON_EXTRACT(Properties, '$.ServerHostname') as server_hostname, @@ -4488,15 +4488,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationNFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationNFS' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MountOptions') as mount_options, json_extract_path_text(Properties, 'OnPremConfig') as on_prem_config, json_extract_path_text(Properties, 'ServerHostname') as server_hostname, @@ -4504,8 +4504,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationNFS' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationNFS' + AND Identifier = '' AND region = 'us-east-1' location_nfs_list_only: name: location_nfs_list_only @@ -4528,7 +4528,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationNFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationNFS' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4536,7 +4536,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationNFS' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationNFS' AND region = 'us-east-1' location_object_storages: name: location_object_storages @@ -4596,11 +4596,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessKey') as access_key, JSON_EXTRACT(Properties, '$.AgentArns') as agent_arns, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name, @@ -4616,15 +4616,15 @@ components: JSON_EXTRACT(Properties, '$.CmkSecretConfig') as cmk_secret_config, JSON_EXTRACT(Properties, '$.CustomSecretConfig') as custom_secret_config, JSON_EXTRACT(Properties, '$.ManagedSecretConfig') as managed_secret_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationObjectStorage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationObjectStorage' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessKey') as access_key, json_extract_path_text(Properties, 'AgentArns') as agent_arns, json_extract_path_text(Properties, 'BucketName') as bucket_name, @@ -4640,8 +4640,8 @@ components: json_extract_path_text(Properties, 'CmkSecretConfig') as cmk_secret_config, json_extract_path_text(Properties, 'CustomSecretConfig') as custom_secret_config, json_extract_path_text(Properties, 'ManagedSecretConfig') as managed_secret_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationObjectStorage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationObjectStorage' + AND Identifier = '' AND region = 'us-east-1' location_object_storages_list_only: name: location_object_storages_list_only @@ -4664,7 +4664,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationObjectStorage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationObjectStorage' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4672,7 +4672,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationObjectStorage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationObjectStorage' AND region = 'us-east-1' location_s3s: name: location_s3s @@ -4732,11 +4732,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.S3Config') as s3_config, JSON_EXTRACT(Properties, '$.S3BucketArn') as s3_bucket_arn, JSON_EXTRACT(Properties, '$.Subdirectory') as subdirectory, @@ -4744,15 +4744,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationS3' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationS3' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'S3Config') as s3_config, json_extract_path_text(Properties, 'S3BucketArn') as s3_bucket_arn, json_extract_path_text(Properties, 'Subdirectory') as subdirectory, @@ -4760,8 +4760,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'LocationUri') as location_uri - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationS3' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationS3' + AND Identifier = '' AND region = 'us-east-1' location_s3s_list_only: name: location_s3s_list_only @@ -4784,7 +4784,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationS3' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationS3' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4792,7 +4792,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationS3' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationS3' AND region = 'us-east-1' location_smbs: name: location_smbs @@ -4852,11 +4852,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AgentArns') as agent_arns, JSON_EXTRACT(Properties, '$.Domain') as domain, JSON_EXTRACT(Properties, '$.MountOptions') as mount_options, @@ -4872,15 +4872,15 @@ components: JSON_EXTRACT(Properties, '$.KerberosPrincipal') as kerberos_principal, JSON_EXTRACT(Properties, '$.KerberosKeytab') as kerberos_keytab, JSON_EXTRACT(Properties, '$.KerberosKrb5Conf') as kerberos_krb5_conf - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationSMB' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationSMB' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AgentArns') as agent_arns, json_extract_path_text(Properties, 'Domain') as domain, json_extract_path_text(Properties, 'MountOptions') as mount_options, @@ -4896,8 +4896,8 @@ components: json_extract_path_text(Properties, 'KerberosPrincipal') as kerberos_principal, json_extract_path_text(Properties, 'KerberosKeytab') as kerberos_keytab, json_extract_path_text(Properties, 'KerberosKrb5Conf') as kerberos_krb5_conf - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::LocationSMB' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::LocationSMB' + AND Identifier = '' AND region = 'us-east-1' location_smbs_list_only: name: location_smbs_list_only @@ -4920,7 +4920,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationSMB' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationSMB' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4928,7 +4928,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationArn') as location_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::LocationSMB' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::LocationSMB' AND region = 'us-east-1' tasks: name: tasks @@ -4988,11 +4988,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Excludes') as excludes, JSON_EXTRACT(Properties, '$.Includes') as includes, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -5009,15 +5009,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.SourceNetworkInterfaceArns') as source_network_interface_arns, JSON_EXTRACT(Properties, '$.DestinationNetworkInterfaceArns') as destination_network_interface_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::Task' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::Task' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Excludes') as excludes, json_extract_path_text(Properties, 'Includes') as includes, json_extract_path_text(Properties, 'Tags') as tags, @@ -5034,8 +5034,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'SourceNetworkInterfaceArns') as source_network_interface_arns, json_extract_path_text(Properties, 'DestinationNetworkInterfaceArns') as destination_network_interface_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataSync::Task' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataSync::Task' + AND Identifier = '' AND region = 'us-east-1' tasks_list_only: name: tasks_list_only @@ -5058,7 +5058,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TaskArn') as task_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::Task' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::Task' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5066,7 +5066,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TaskArn') as task_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataSync::Task' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataSync::Task' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/datazone.yaml b/providers/src/awscc/v00.00.00000/services/datazone.yaml index f2215a73..5cd78bc1 100644 --- a/providers/src/awscc/v00.00.00000/services/datazone.yaml +++ b/providers/src/awscc/v00.00.00000/services/datazone.yaml @@ -4888,11 +4888,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AwsLocation') as aws_location, JSON_EXTRACT(Properties, '$.ConnectionId') as connection_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -4906,15 +4906,15 @@ components: JSON_EXTRACT(Properties, '$.ProjectId') as project_id, JSON_EXTRACT(Properties, '$.Props') as props, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Connection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Connection' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AwsLocation') as aws_location, json_extract_path_text(Properties, 'ConnectionId') as connection_id, json_extract_path_text(Properties, 'Description') as description, @@ -4928,8 +4928,8 @@ components: json_extract_path_text(Properties, 'ProjectId') as project_id, json_extract_path_text(Properties, 'Props') as props, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Connection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Connection' + AND Identifier = '|' AND region = 'us-east-1' connections_list_only: name: connections_list_only @@ -4954,7 +4954,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.ConnectionId') as connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Connection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4963,7 +4963,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'ConnectionId') as connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Connection' AND region = 'us-east-1' data_sources: name: data_sources @@ -5024,11 +5024,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssetFormsInput') as asset_forms_input, JSON_EXTRACT(Properties, '$.ConnectionId') as connection_id, JSON_EXTRACT(Properties, '$.ConnectionIdentifier') as connection_identifier, @@ -5053,15 +5053,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::DataSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssetFormsInput') as asset_forms_input, json_extract_path_text(Properties, 'ConnectionId') as connection_id, json_extract_path_text(Properties, 'ConnectionIdentifier') as connection_identifier, @@ -5086,8 +5086,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::DataSource' + AND Identifier = '|' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -5112,7 +5112,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5121,7 +5121,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::DataSource' AND region = 'us-east-1' domains: name: domains @@ -5181,11 +5181,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RootDomainUnitId') as root_domain_unit_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -5202,15 +5202,15 @@ components: JSON_EXTRACT(Properties, '$.SingleSignOn') as single_sign_on, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RootDomainUnitId') as root_domain_unit_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -5227,8 +5227,8 @@ components: json_extract_path_text(Properties, 'SingleSignOn') as single_sign_on, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -5251,7 +5251,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5259,7 +5259,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Domain' AND region = 'us-east-1' domain_units: name: domain_units @@ -5320,11 +5320,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, @@ -5335,15 +5335,15 @@ components: JSON_EXTRACT(Properties, '$.ParentDomainUnitId') as parent_domain_unit_id, JSON_EXTRACT(Properties, '$.Identifier') as identifier, JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DomainUnit' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::DomainUnit' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, @@ -5354,8 +5354,8 @@ components: json_extract_path_text(Properties, 'ParentDomainUnitId') as parent_domain_unit_id, json_extract_path_text(Properties, 'Identifier') as identifier, json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::DomainUnit' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::DomainUnit' + AND Identifier = '|' AND region = 'us-east-1' domain_units_list_only: name: domain_units_list_only @@ -5380,7 +5380,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::DomainUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::DomainUnit' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5389,7 +5389,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::DomainUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::DomainUnit' AND region = 'us-east-1' environments: name: environments @@ -5450,11 +5450,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.AwsAccountRegion') as aws_account_region, JSON_EXTRACT(Properties, '$.EnvironmentAccountIdentifier') as environment_account_identifier, @@ -5477,15 +5477,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Environment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Environment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'AwsAccountRegion') as aws_account_region, json_extract_path_text(Properties, 'EnvironmentAccountIdentifier') as environment_account_identifier, @@ -5508,8 +5508,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Environment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Environment' + AND Identifier = '|' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -5534,7 +5534,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5543,7 +5543,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Environment' AND region = 'us-east-1' environment_actions: name: environment_actions @@ -5605,11 +5605,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, @@ -5619,15 +5619,15 @@ components: JSON_EXTRACT(Properties, '$.Identifier') as identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Parameters') as parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentActions' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentActions' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, @@ -5637,8 +5637,8 @@ components: json_extract_path_text(Properties, 'Identifier') as identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Parameters') as parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentActions' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentActions' + AND Identifier = '||' AND region = 'us-east-1' environment_actions_list_only: name: environment_actions_list_only @@ -5665,7 +5665,7 @@ components: JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentActions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentActions' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5675,7 +5675,7 @@ components: json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentActions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentActions' AND region = 'us-east-1' environment_blueprint_configurations: name: environment_blueprint_configurations @@ -5736,11 +5736,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.EnabledRegions') as enabled_regions, JSON_EXTRACT(Properties, '$.EnvironmentBlueprintIdentifier') as environment_blueprint_identifier, @@ -5753,15 +5753,15 @@ components: JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, JSON_EXTRACT(Properties, '$.EnvironmentRolePermissionBoundary') as environment_role_permission_boundary, JSON_EXTRACT(Properties, '$.ManageAccessRoleArn') as manage_access_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'EnabledRegions') as enabled_regions, json_extract_path_text(Properties, 'EnvironmentBlueprintIdentifier') as environment_blueprint_identifier, @@ -5774,8 +5774,8 @@ components: json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, json_extract_path_text(Properties, 'EnvironmentRolePermissionBoundary') as environment_role_permission_boundary, json_extract_path_text(Properties, 'ManageAccessRoleArn') as manage_access_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' + AND Identifier = '|' AND region = 'us-east-1' environment_blueprint_configurations_list_only: name: environment_blueprint_configurations_list_only @@ -5800,7 +5800,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.EnvironmentBlueprintId') as environment_blueprint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5809,7 +5809,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'EnvironmentBlueprintId') as environment_blueprint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentBlueprintConfiguration' AND region = 'us-east-1' environment_profiles: name: environment_profiles @@ -5870,11 +5870,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.AwsAccountRegion') as aws_account_region, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -5890,15 +5890,15 @@ components: JSON_EXTRACT(Properties, '$.ProjectIdentifier') as project_identifier, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'AwsAccountRegion') as aws_account_region, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -5914,8 +5914,8 @@ components: json_extract_path_text(Properties, 'ProjectIdentifier') as project_identifier, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::EnvironmentProfile' + AND Identifier = '|' AND region = 'us-east-1' environment_profiles_list_only: name: environment_profiles_list_only @@ -5940,7 +5940,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5949,7 +5949,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::EnvironmentProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::EnvironmentProfile' AND region = 'us-east-1' group_profiles: name: group_profiles @@ -6010,34 +6010,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, JSON_EXTRACT(Properties, '$.GroupIdentifier') as group_identifier, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::GroupProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::GroupProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, json_extract_path_text(Properties, 'GroupIdentifier') as group_identifier, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::GroupProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::GroupProfile' + AND Identifier = '|' AND region = 'us-east-1' group_profiles_list_only: name: group_profiles_list_only @@ -6062,7 +6062,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::GroupProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::GroupProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6071,7 +6071,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::GroupProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::GroupProfile' AND region = 'us-east-1' owners: name: owners @@ -6122,30 +6122,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EntityType') as entity_type, JSON_EXTRACT(Properties, '$.Owner') as owner, JSON_EXTRACT(Properties, '$.EntityIdentifier') as entity_identifier, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Owner' - AND data__Identifier = '||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Owner' + AND Identifier = '||||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EntityType') as entity_type, json_extract_path_text(Properties, 'Owner') as owner, json_extract_path_text(Properties, 'EntityIdentifier') as entity_identifier, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Owner' - AND data__Identifier = '||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Owner' + AND Identifier = '||||' AND region = 'us-east-1' owners_list_only: name: owners_list_only @@ -6176,7 +6176,7 @@ components: JSON_EXTRACT(Properties, '$.EntityIdentifier') as entity_identifier, JSON_EXTRACT(Properties, '$.OwnerType') as owner_type, JSON_EXTRACT(Properties, '$.OwnerIdentifier') as owner_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Owner' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Owner' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6188,7 +6188,7 @@ components: json_extract_path_text(Properties, 'EntityIdentifier') as entity_identifier, json_extract_path_text(Properties, 'OwnerType') as owner_type, json_extract_path_text(Properties, 'OwnerIdentifier') as owner_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Owner' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Owner' AND region = 'us-east-1' policy_grants: name: policy_grants @@ -6239,11 +6239,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EntityType') as entity_type, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type, JSON_EXTRACT(Properties, '$.CreatedBy') as created_by, @@ -6253,15 +6253,15 @@ components: JSON_EXTRACT(Properties, '$.Detail') as detail, JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::PolicyGrant' - AND data__Identifier = '||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::PolicyGrant' + AND Identifier = '||||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EntityType') as entity_type, json_extract_path_text(Properties, 'PolicyType') as policy_type, json_extract_path_text(Properties, 'CreatedBy') as created_by, @@ -6271,8 +6271,8 @@ components: json_extract_path_text(Properties, 'Detail') as detail, json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::PolicyGrant' - AND data__Identifier = '||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::PolicyGrant' + AND Identifier = '||||' AND region = 'us-east-1' policy_grants_list_only: name: policy_grants_list_only @@ -6303,7 +6303,7 @@ components: JSON_EXTRACT(Properties, '$.EntityIdentifier') as entity_identifier, JSON_EXTRACT(Properties, '$.EntityType') as entity_type, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::PolicyGrant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::PolicyGrant' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6315,7 +6315,7 @@ components: json_extract_path_text(Properties, 'EntityIdentifier') as entity_identifier, json_extract_path_text(Properties, 'EntityType') as entity_type, json_extract_path_text(Properties, 'PolicyType') as policy_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::PolicyGrant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::PolicyGrant' AND region = 'us-east-1' projects: name: projects @@ -6376,11 +6376,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.CreatedBy') as created_by, JSON_EXTRACT(Properties, '$.Description') as description, @@ -6395,15 +6395,15 @@ components: JSON_EXTRACT(Properties, '$.ProjectProfileVersion') as project_profile_version, JSON_EXTRACT(Properties, '$.ProjectStatus') as project_status, JSON_EXTRACT(Properties, '$.UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Project' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Project' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'CreatedBy') as created_by, json_extract_path_text(Properties, 'Description') as description, @@ -6418,8 +6418,8 @@ components: json_extract_path_text(Properties, 'ProjectProfileVersion') as project_profile_version, json_extract_path_text(Properties, 'ProjectStatus') as project_status, json_extract_path_text(Properties, 'UserParameters') as user_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::Project' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::Project' + AND Identifier = '|' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -6444,7 +6444,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6453,7 +6453,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::Project' AND region = 'us-east-1' project_memberships: name: project_memberships @@ -6516,30 +6516,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProjectIdentifier') as project_identifier, JSON_EXTRACT(Properties, '$.Designation') as designation, JSON_EXTRACT(Properties, '$.Member') as member, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::ProjectMembership' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::ProjectMembership' + AND Identifier = '|||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProjectIdentifier') as project_identifier, json_extract_path_text(Properties, 'Designation') as designation, json_extract_path_text(Properties, 'Member') as member, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::ProjectMembership' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::ProjectMembership' + AND Identifier = '|||' AND region = 'us-east-1' project_memberships_list_only: name: project_memberships_list_only @@ -6568,7 +6568,7 @@ components: JSON_EXTRACT(Properties, '$.MemberIdentifier') as member_identifier, JSON_EXTRACT(Properties, '$.MemberIdentifierType') as member_identifier_type, JSON_EXTRACT(Properties, '$.ProjectIdentifier') as project_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::ProjectMembership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::ProjectMembership' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6579,7 +6579,7 @@ components: json_extract_path_text(Properties, 'MemberIdentifier') as member_identifier, json_extract_path_text(Properties, 'MemberIdentifierType') as member_identifier_type, json_extract_path_text(Properties, 'ProjectIdentifier') as project_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::ProjectMembership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::ProjectMembership' AND region = 'us-east-1' project_profiles: name: project_profiles @@ -6640,11 +6640,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.CreatedBy') as created_by, JSON_EXTRACT(Properties, '$.Description') as description, @@ -6658,15 +6658,15 @@ components: JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::ProjectProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::ProjectProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'CreatedBy') as created_by, json_extract_path_text(Properties, 'Description') as description, @@ -6680,8 +6680,8 @@ components: json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::ProjectProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::ProjectProfile' + AND Identifier = '|' AND region = 'us-east-1' project_profiles_list_only: name: project_profiles_list_only @@ -6706,7 +6706,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::ProjectProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::ProjectProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6715,7 +6715,7 @@ components: region, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::ProjectProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::ProjectProfile' AND region = 'us-east-1' subscription_targets: name: subscription_targets @@ -6777,11 +6777,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicableAssetTypes') as applicable_asset_types, JSON_EXTRACT(Properties, '$.AuthorizedPrincipals') as authorized_principals, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -6799,15 +6799,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.UpdatedBy') as updated_by - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::SubscriptionTarget' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicableAssetTypes') as applicable_asset_types, json_extract_path_text(Properties, 'AuthorizedPrincipals') as authorized_principals, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -6825,8 +6825,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'UpdatedBy') as updated_by - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::SubscriptionTarget' + AND Identifier = '||' AND region = 'us-east-1' subscription_targets_list_only: name: subscription_targets_list_only @@ -6853,7 +6853,7 @@ components: JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::SubscriptionTarget' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6863,7 +6863,7 @@ components: json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::SubscriptionTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::SubscriptionTarget' AND region = 'us-east-1' user_profiles: name: user_profiles @@ -6924,11 +6924,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Details') as details, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.DomainIdentifier') as domain_identifier, @@ -6937,15 +6937,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UserIdentifier') as user_identifier, JSON_EXTRACT(Properties, '$.UserType') as user_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::UserProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::UserProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Details') as details, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'DomainIdentifier') as domain_identifier, @@ -6954,8 +6954,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UserIdentifier') as user_identifier, json_extract_path_text(Properties, 'UserType') as user_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DataZone::UserProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DataZone::UserProfile' + AND Identifier = '|' AND region = 'us-east-1' user_profiles_list_only: name: user_profiles_list_only @@ -6980,7 +6980,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::UserProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::UserProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6989,7 +6989,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DataZone::UserProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DataZone::UserProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/deadline.yaml b/providers/src/awscc/v00.00.00000/services/deadline.yaml index cc5c661f..66e3e7bf 100644 --- a/providers/src/awscc/v00.00.00000/services/deadline.yaml +++ b/providers/src/awscc/v00.00.00000/services/deadline.yaml @@ -2353,34 +2353,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Farm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Farm' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Farm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Farm' + AND Identifier = '' AND region = 'us-east-1' farms_list_only: name: farms_list_only @@ -2403,7 +2403,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Farm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Farm' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2411,7 +2411,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Farm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Farm' AND region = 'us-east-1' fleets: name: fleets @@ -2471,11 +2471,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Capabilities') as capabilities, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2491,15 +2491,15 @@ components: JSON_EXTRACT(Properties, '$.WorkerCount') as worker_count, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Capabilities') as capabilities, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'Description') as description, @@ -2515,8 +2515,8 @@ components: json_extract_path_text(Properties, 'WorkerCount') as worker_count, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Fleet' + AND Identifier = '' AND region = 'us-east-1' fleets_list_only: name: fleets_list_only @@ -2539,7 +2539,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2547,7 +2547,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Fleet' AND region = 'us-east-1' license_endpoints: name: license_endpoints @@ -2607,11 +2607,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DnsName') as dns_name, JSON_EXTRACT(Properties, '$.LicenseEndpointId') as license_endpoint_id, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, @@ -2621,15 +2621,15 @@ components: JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::LicenseEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::LicenseEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DnsName') as dns_name, json_extract_path_text(Properties, 'LicenseEndpointId') as license_endpoint_id, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, @@ -2639,8 +2639,8 @@ components: json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::LicenseEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::LicenseEndpoint' + AND Identifier = '' AND region = 'us-east-1' license_endpoints_list_only: name: license_endpoints_list_only @@ -2663,7 +2663,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::LicenseEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::LicenseEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2671,7 +2671,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::LicenseEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::LicenseEndpoint' AND region = 'us-east-1' limits: name: limits @@ -2732,11 +2732,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AmountRequirementName') as amount_requirement_name, JSON_EXTRACT(Properties, '$.CurrentCount') as current_count, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2744,15 +2744,15 @@ components: JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.LimitId') as limit_id, JSON_EXTRACT(Properties, '$.MaxCount') as max_count - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Limit' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Limit' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AmountRequirementName') as amount_requirement_name, json_extract_path_text(Properties, 'CurrentCount') as current_count, json_extract_path_text(Properties, 'Description') as description, @@ -2760,8 +2760,8 @@ components: json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'LimitId') as limit_id, json_extract_path_text(Properties, 'MaxCount') as max_count - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Limit' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Limit' + AND Identifier = '|' AND region = 'us-east-1' limits_list_only: name: limits_list_only @@ -2786,7 +2786,7 @@ components: region, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.LimitId') as limit_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Limit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Limit' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2795,7 +2795,7 @@ components: region, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'LimitId') as limit_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Limit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Limit' AND region = 'us-east-1' metered_products: name: metered_products @@ -2842,34 +2842,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LicenseEndpointId') as license_endpoint_id, JSON_EXTRACT(Properties, '$.ProductId') as product_id, JSON_EXTRACT(Properties, '$.Port') as port, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Vendor') as vendor, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::MeteredProduct' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::MeteredProduct' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LicenseEndpointId') as license_endpoint_id, json_extract_path_text(Properties, 'ProductId') as product_id, json_extract_path_text(Properties, 'Port') as port, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Vendor') as vendor, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::MeteredProduct' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::MeteredProduct' + AND Identifier = '' AND region = 'us-east-1' metered_products_list_only: name: metered_products_list_only @@ -2892,7 +2892,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::MeteredProduct' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::MeteredProduct' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2900,7 +2900,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::MeteredProduct' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::MeteredProduct' AND region = 'us-east-1' monitors: name: monitors @@ -2960,11 +2960,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.IdentityCenterApplicationArn') as identity_center_application_arn, JSON_EXTRACT(Properties, '$.IdentityCenterInstanceArn') as identity_center_instance_arn, @@ -2974,15 +2974,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Monitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Monitor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'IdentityCenterApplicationArn') as identity_center_application_arn, json_extract_path_text(Properties, 'IdentityCenterInstanceArn') as identity_center_instance_arn, @@ -2992,8 +2992,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Monitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Monitor' + AND Identifier = '' AND region = 'us-east-1' monitors_list_only: name: monitors_list_only @@ -3016,7 +3016,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Monitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Monitor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3024,7 +3024,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Monitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Monitor' AND region = 'us-east-1' queues: name: queues @@ -3084,11 +3084,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowedStorageProfileIds') as allowed_storage_profile_ids, JSON_EXTRACT(Properties, '$.DefaultBudgetAction') as default_budget_action, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3101,15 +3101,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Queue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowedStorageProfileIds') as allowed_storage_profile_ids, json_extract_path_text(Properties, 'DefaultBudgetAction') as default_budget_action, json_extract_path_text(Properties, 'Description') as description, @@ -3122,8 +3122,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::Queue' + AND Identifier = '' AND region = 'us-east-1' queues_list_only: name: queues_list_only @@ -3146,7 +3146,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Queue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3154,7 +3154,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::Queue' AND region = 'us-east-1' queue_environments: name: queue_environments @@ -3216,11 +3216,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Priority') as priority, @@ -3228,15 +3228,15 @@ components: JSON_EXTRACT(Properties, '$.QueueId') as queue_id, JSON_EXTRACT(Properties, '$.Template') as template, JSON_EXTRACT(Properties, '$.TemplateType') as template_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueEnvironment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueEnvironment' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Priority') as priority, @@ -3244,8 +3244,8 @@ components: json_extract_path_text(Properties, 'QueueId') as queue_id, json_extract_path_text(Properties, 'Template') as template, json_extract_path_text(Properties, 'TemplateType') as template_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueEnvironment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueEnvironment' + AND Identifier = '||' AND region = 'us-east-1' queue_environments_list_only: name: queue_environments_list_only @@ -3272,7 +3272,7 @@ components: JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.QueueId') as queue_id, JSON_EXTRACT(Properties, '$.QueueEnvironmentId') as queue_environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueEnvironment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3282,7 +3282,7 @@ components: json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'QueueId') as queue_id, json_extract_path_text(Properties, 'QueueEnvironmentId') as queue_environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueEnvironment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueEnvironment' AND region = 'us-east-1' queue_fleet_associations: name: queue_fleet_associations @@ -3331,28 +3331,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id, JSON_EXTRACT(Properties, '$.QueueId') as queue_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueFleetAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueFleetAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'FleetId') as fleet_id, json_extract_path_text(Properties, 'QueueId') as queue_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueFleetAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueFleetAssociation' + AND Identifier = '||' AND region = 'us-east-1' queue_fleet_associations_list_only: name: queue_fleet_associations_list_only @@ -3379,7 +3379,7 @@ components: JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id, JSON_EXTRACT(Properties, '$.QueueId') as queue_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueFleetAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueFleetAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3389,7 +3389,7 @@ components: json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'FleetId') as fleet_id, json_extract_path_text(Properties, 'QueueId') as queue_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueFleetAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueFleetAssociation' AND region = 'us-east-1' queue_limit_associations: name: queue_limit_associations @@ -3438,28 +3438,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.LimitId') as limit_id, JSON_EXTRACT(Properties, '$.QueueId') as queue_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueLimitAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueLimitAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'LimitId') as limit_id, json_extract_path_text(Properties, 'QueueId') as queue_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::QueueLimitAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::QueueLimitAssociation' + AND Identifier = '||' AND region = 'us-east-1' queue_limit_associations_list_only: name: queue_limit_associations_list_only @@ -3486,7 +3486,7 @@ components: JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.LimitId') as limit_id, JSON_EXTRACT(Properties, '$.QueueId') as queue_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueLimitAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueLimitAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3496,7 +3496,7 @@ components: json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'LimitId') as limit_id, json_extract_path_text(Properties, 'QueueId') as queue_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::QueueLimitAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::QueueLimitAssociation' AND region = 'us-east-1' storage_profiles: name: storage_profiles @@ -3557,32 +3557,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.FileSystemLocations') as file_system_locations, JSON_EXTRACT(Properties, '$.OsFamily') as os_family, JSON_EXTRACT(Properties, '$.StorageProfileId') as storage_profile_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::StorageProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::StorageProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'FileSystemLocations') as file_system_locations, json_extract_path_text(Properties, 'OsFamily') as os_family, json_extract_path_text(Properties, 'StorageProfileId') as storage_profile_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Deadline::StorageProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Deadline::StorageProfile' + AND Identifier = '|' AND region = 'us-east-1' storage_profiles_list_only: name: storage_profiles_list_only @@ -3607,7 +3607,7 @@ components: region, JSON_EXTRACT(Properties, '$.FarmId') as farm_id, JSON_EXTRACT(Properties, '$.StorageProfileId') as storage_profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::StorageProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::StorageProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3616,7 +3616,7 @@ components: region, json_extract_path_text(Properties, 'FarmId') as farm_id, json_extract_path_text(Properties, 'StorageProfileId') as storage_profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Deadline::StorageProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Deadline::StorageProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/detective.yaml b/providers/src/awscc/v00.00.00000/services/detective.yaml index 5beb552a..e2ed3cbc 100644 --- a/providers/src/awscc/v00.00.00000/services/detective.yaml +++ b/providers/src/awscc/v00.00.00000/services/detective.yaml @@ -720,28 +720,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AutoEnableMembers') as auto_enable_members - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::Graph' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::Graph' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AutoEnableMembers') as auto_enable_members - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::Graph' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::Graph' + AND Identifier = '' AND region = 'us-east-1' graphs_list_only: name: graphs_list_only @@ -764,7 +764,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::Graph' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::Graph' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -772,7 +772,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::Graph' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::Graph' AND region = 'us-east-1' member_invitations: name: member_invitations @@ -820,32 +820,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GraphArn') as graph_arn, JSON_EXTRACT(Properties, '$.MemberId') as member_id, JSON_EXTRACT(Properties, '$.MemberEmailAddress') as member_email_address, JSON_EXTRACT(Properties, '$.DisableEmailNotification') as disable_email_notification, JSON_EXTRACT(Properties, '$.Message') as message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::MemberInvitation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::MemberInvitation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GraphArn') as graph_arn, json_extract_path_text(Properties, 'MemberId') as member_id, json_extract_path_text(Properties, 'MemberEmailAddress') as member_email_address, json_extract_path_text(Properties, 'DisableEmailNotification') as disable_email_notification, json_extract_path_text(Properties, 'Message') as message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::MemberInvitation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::MemberInvitation' + AND Identifier = '|' AND region = 'us-east-1' member_invitations_list_only: name: member_invitations_list_only @@ -870,7 +870,7 @@ components: region, JSON_EXTRACT(Properties, '$.GraphArn') as graph_arn, JSON_EXTRACT(Properties, '$.MemberId') as member_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::MemberInvitation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::MemberInvitation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -879,7 +879,7 @@ components: region, json_extract_path_text(Properties, 'GraphArn') as graph_arn, json_extract_path_text(Properties, 'MemberId') as member_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::MemberInvitation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::MemberInvitation' AND region = 'us-east-1' organization_admins: name: organization_admins @@ -926,26 +926,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.GraphArn') as graph_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::OrganizationAdmin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::OrganizationAdmin' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'GraphArn') as graph_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Detective::OrganizationAdmin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Detective::OrganizationAdmin' + AND Identifier = '' AND region = 'us-east-1' organization_admins_list_only: name: organization_admins_list_only @@ -968,7 +968,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::OrganizationAdmin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::OrganizationAdmin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -976,7 +976,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Detective::OrganizationAdmin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Detective::OrganizationAdmin' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/devopsguru.yaml b/providers/src/awscc/v00.00.00000/services/devopsguru.yaml index b663b327..5e913aa3 100644 --- a/providers/src/awscc/v00.00.00000/services/devopsguru.yaml +++ b/providers/src/awscc/v00.00.00000/services/devopsguru.yaml @@ -746,24 +746,24 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' + AND Identifier = '' AND region = 'us-east-1' log_anomaly_detection_integrations_list_only: name: log_anomaly_detection_integrations_list_only @@ -786,7 +786,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -794,7 +794,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::LogAnomalyDetectionIntegration' AND region = 'us-east-1' notification_channels: name: notification_channels @@ -841,26 +841,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Config') as config, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::NotificationChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::NotificationChannel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Config') as config, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::NotificationChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::NotificationChannel' + AND Identifier = '' AND region = 'us-east-1' notification_channels_list_only: name: notification_channels_list_only @@ -883,7 +883,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::NotificationChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::NotificationChannel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -891,7 +891,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::NotificationChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::NotificationChannel' AND region = 'us-east-1' resource_collections: name: resource_collections @@ -951,26 +951,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceCollectionFilter') as resource_collection_filter, JSON_EXTRACT(Properties, '$.ResourceCollectionType') as resource_collection_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::ResourceCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::ResourceCollection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceCollectionFilter') as resource_collection_filter, json_extract_path_text(Properties, 'ResourceCollectionType') as resource_collection_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DevOpsGuru::ResourceCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DevOpsGuru::ResourceCollection' + AND Identifier = '' AND region = 'us-east-1' resource_collections_list_only: name: resource_collections_list_only @@ -993,7 +993,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResourceCollectionType') as resource_collection_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::ResourceCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::ResourceCollection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1001,7 +1001,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResourceCollectionType') as resource_collection_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DevOpsGuru::ResourceCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DevOpsGuru::ResourceCollection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/directoryservice.yaml b/providers/src/awscc/v00.00.00000/services/directoryservice.yaml index 7515c45e..2297eb5e 100644 --- a/providers/src/awscc/v00.00.00000/services/directoryservice.yaml +++ b/providers/src/awscc/v00.00.00000/services/directoryservice.yaml @@ -629,11 +629,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DirectoryId') as directory_id, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.DnsIpAddresses') as dns_ip_addresses, @@ -645,15 +645,15 @@ components: JSON_EXTRACT(Properties, '$.ShortName') as short_name, JSON_EXTRACT(Properties, '$.Size') as size, JSON_EXTRACT(Properties, '$.VpcSettings') as vpc_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DirectoryService::SimpleAD' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DirectoryService::SimpleAD' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DirectoryId') as directory_id, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'DnsIpAddresses') as dns_ip_addresses, @@ -665,8 +665,8 @@ components: json_extract_path_text(Properties, 'ShortName') as short_name, json_extract_path_text(Properties, 'Size') as size, json_extract_path_text(Properties, 'VpcSettings') as vpc_settings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DirectoryService::SimpleAD' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DirectoryService::SimpleAD' + AND Identifier = '' AND region = 'us-east-1' simple_ads_list_only: name: simple_ads_list_only @@ -689,7 +689,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DirectoryId') as directory_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DirectoryService::SimpleAD' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DirectoryService::SimpleAD' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -697,7 +697,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DirectoryId') as directory_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DirectoryService::SimpleAD' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DirectoryService::SimpleAD' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/dms.yaml b/providers/src/awscc/v00.00.00000/services/dms.yaml index 7605efb6..b8abb906 100644 --- a/providers/src/awscc/v00.00.00000/services/dms.yaml +++ b/providers/src/awscc/v00.00.00000/services/dms.yaml @@ -1966,11 +1966,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DataMigrationName') as data_migration_name, JSON_EXTRACT(Properties, '$.DataMigrationArn') as data_migration_arn, JSON_EXTRACT(Properties, '$.DataMigrationIdentifier') as data_migration_identifier, @@ -1981,15 +1981,15 @@ components: JSON_EXTRACT(Properties, '$.DataMigrationSettings') as data_migration_settings, JSON_EXTRACT(Properties, '$.SourceDataSettings') as source_data_settings, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::DataMigration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::DataMigration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DataMigrationName') as data_migration_name, json_extract_path_text(Properties, 'DataMigrationArn') as data_migration_arn, json_extract_path_text(Properties, 'DataMigrationIdentifier') as data_migration_identifier, @@ -2000,8 +2000,8 @@ components: json_extract_path_text(Properties, 'DataMigrationSettings') as data_migration_settings, json_extract_path_text(Properties, 'SourceDataSettings') as source_data_settings, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::DataMigration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::DataMigration' + AND Identifier = '' AND region = 'us-east-1' data_migrations_list_only: name: data_migrations_list_only @@ -2024,7 +2024,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DataMigrationArn') as data_migration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::DataMigration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::DataMigration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2032,7 +2032,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DataMigrationArn') as data_migration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::DataMigration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::DataMigration' AND region = 'us-east-1' data_providers: name: data_providers @@ -2092,11 +2092,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DataProviderName') as data_provider_name, JSON_EXTRACT(Properties, '$.DataProviderIdentifier') as data_provider_identifier, JSON_EXTRACT(Properties, '$.DataProviderArn') as data_provider_arn, @@ -2106,15 +2106,15 @@ components: JSON_EXTRACT(Properties, '$.ExactSettings') as exact_settings, JSON_EXTRACT(Properties, '$.Settings') as settings, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::DataProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::DataProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DataProviderName') as data_provider_name, json_extract_path_text(Properties, 'DataProviderIdentifier') as data_provider_identifier, json_extract_path_text(Properties, 'DataProviderArn') as data_provider_arn, @@ -2124,8 +2124,8 @@ components: json_extract_path_text(Properties, 'ExactSettings') as exact_settings, json_extract_path_text(Properties, 'Settings') as settings, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::DataProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::DataProvider' + AND Identifier = '' AND region = 'us-east-1' data_providers_list_only: name: data_providers_list_only @@ -2148,7 +2148,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DataProviderArn') as data_provider_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::DataProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::DataProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2156,7 +2156,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DataProviderArn') as data_provider_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::DataProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::DataProvider' AND region = 'us-east-1' instance_profiles: name: instance_profiles @@ -2216,11 +2216,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceProfileArn') as instance_profile_arn, JSON_EXTRACT(Properties, '$.InstanceProfileIdentifier') as instance_profile_identifier, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, @@ -2233,15 +2233,15 @@ components: JSON_EXTRACT(Properties, '$.SubnetGroupIdentifier') as subnet_group_identifier, JSON_EXTRACT(Properties, '$.VpcSecurityGroups') as vpc_security_groups, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::InstanceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::InstanceProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceProfileArn') as instance_profile_arn, json_extract_path_text(Properties, 'InstanceProfileIdentifier') as instance_profile_identifier, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, @@ -2254,8 +2254,8 @@ components: json_extract_path_text(Properties, 'SubnetGroupIdentifier') as subnet_group_identifier, json_extract_path_text(Properties, 'VpcSecurityGroups') as vpc_security_groups, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::InstanceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::InstanceProfile' + AND Identifier = '' AND region = 'us-east-1' instance_profiles_list_only: name: instance_profiles_list_only @@ -2278,7 +2278,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceProfileArn') as instance_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::InstanceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::InstanceProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2286,7 +2286,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceProfileArn') as instance_profile_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::InstanceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::InstanceProfile' AND region = 'us-east-1' migration_projects: name: migration_projects @@ -2346,11 +2346,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MigrationProjectName') as migration_project_name, JSON_EXTRACT(Properties, '$.MigrationProjectIdentifier') as migration_project_identifier, JSON_EXTRACT(Properties, '$.MigrationProjectArn') as migration_project_arn, @@ -2364,15 +2364,15 @@ components: JSON_EXTRACT(Properties, '$.SourceDataProviderDescriptors') as source_data_provider_descriptors, JSON_EXTRACT(Properties, '$.TargetDataProviderDescriptors') as target_data_provider_descriptors, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::MigrationProject' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::MigrationProject' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MigrationProjectName') as migration_project_name, json_extract_path_text(Properties, 'MigrationProjectIdentifier') as migration_project_identifier, json_extract_path_text(Properties, 'MigrationProjectArn') as migration_project_arn, @@ -2386,8 +2386,8 @@ components: json_extract_path_text(Properties, 'SourceDataProviderDescriptors') as source_data_provider_descriptors, json_extract_path_text(Properties, 'TargetDataProviderDescriptors') as target_data_provider_descriptors, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::MigrationProject' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::MigrationProject' + AND Identifier = '' AND region = 'us-east-1' migration_projects_list_only: name: migration_projects_list_only @@ -2410,7 +2410,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MigrationProjectArn') as migration_project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::MigrationProject' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::MigrationProject' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2418,7 +2418,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MigrationProjectArn') as migration_project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::MigrationProject' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::MigrationProject' AND region = 'us-east-1' replication_configs: name: replication_configs @@ -2478,11 +2478,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ReplicationConfigIdentifier') as replication_config_identifier, JSON_EXTRACT(Properties, '$.ReplicationConfigArn') as replication_config_arn, JSON_EXTRACT(Properties, '$.SourceEndpointArn') as source_endpoint_arn, @@ -2494,15 +2494,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, JSON_EXTRACT(Properties, '$.TableMappings') as table_mappings, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::ReplicationConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::ReplicationConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ReplicationConfigIdentifier') as replication_config_identifier, json_extract_path_text(Properties, 'ReplicationConfigArn') as replication_config_arn, json_extract_path_text(Properties, 'SourceEndpointArn') as source_endpoint_arn, @@ -2514,8 +2514,8 @@ components: json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, json_extract_path_text(Properties, 'TableMappings') as table_mappings, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DMS::ReplicationConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DMS::ReplicationConfig' + AND Identifier = '' AND region = 'us-east-1' replication_configs_list_only: name: replication_configs_list_only @@ -2538,7 +2538,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReplicationConfigArn') as replication_config_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::ReplicationConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::ReplicationConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2546,7 +2546,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReplicationConfigArn') as replication_config_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DMS::ReplicationConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DMS::ReplicationConfig' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/docdbelastic.yaml b/providers/src/awscc/v00.00.00000/services/docdbelastic.yaml index 00eb63f2..bf1cdd8f 100644 --- a/providers/src/awscc/v00.00.00000/services/docdbelastic.yaml +++ b/providers/src/awscc/v00.00.00000/services/docdbelastic.yaml @@ -687,11 +687,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.ClusterEndpoint') as cluster_endpoint, @@ -708,15 +708,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AuthType') as auth_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DocDBElastic::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DocDBElastic::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'ClusterEndpoint') as cluster_endpoint, @@ -733,8 +733,8 @@ components: json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AuthType') as auth_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DocDBElastic::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DocDBElastic::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -757,7 +757,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DocDBElastic::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DocDBElastic::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -765,7 +765,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DocDBElastic::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DocDBElastic::Cluster' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/dsql.yaml b/providers/src/awscc/v00.00.00000/services/dsql.yaml index 656b0086..2ac2972e 100644 --- a/providers/src/awscc/v00.00.00000/services/dsql.yaml +++ b/providers/src/awscc/v00.00.00000/services/dsql.yaml @@ -673,11 +673,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeletionProtectionEnabled') as deletion_protection_enabled, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, @@ -688,15 +688,15 @@ components: JSON_EXTRACT(Properties, '$.MultiRegionProperties') as multi_region_properties, JSON_EXTRACT(Properties, '$.KmsEncryptionKey') as kms_encryption_key, JSON_EXTRACT(Properties, '$.EncryptionDetails') as encryption_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DSQL::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DSQL::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeletionProtectionEnabled') as deletion_protection_enabled, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, @@ -707,8 +707,8 @@ components: json_extract_path_text(Properties, 'MultiRegionProperties') as multi_region_properties, json_extract_path_text(Properties, 'KmsEncryptionKey') as kms_encryption_key, json_extract_path_text(Properties, 'EncryptionDetails') as encryption_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DSQL::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DSQL::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -731,7 +731,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DSQL::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DSQL::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -739,7 +739,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DSQL::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DSQL::Cluster' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/dynamodb.yaml b/providers/src/awscc/v00.00.00000/services/dynamodb.yaml index 58379fc1..c34daca4 100644 --- a/providers/src/awscc/v00.00.00000/services/dynamodb.yaml +++ b/providers/src/awscc/v00.00.00000/services/dynamodb.yaml @@ -1661,11 +1661,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MultiRegionConsistency') as multi_region_consistency, JSON_EXTRACT(Properties, '$.TableId') as table_id, JSON_EXTRACT(Properties, '$.SSESpecification') as sse_specification, @@ -1684,15 +1684,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StreamArn') as stream_arn, JSON_EXTRACT(Properties, '$.TimeToLiveSpecification') as time_to_live_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DynamoDB::GlobalTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DynamoDB::GlobalTable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MultiRegionConsistency') as multi_region_consistency, json_extract_path_text(Properties, 'TableId') as table_id, json_extract_path_text(Properties, 'SSESpecification') as sse_specification, @@ -1711,8 +1711,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StreamArn') as stream_arn, json_extract_path_text(Properties, 'TimeToLiveSpecification') as time_to_live_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DynamoDB::GlobalTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DynamoDB::GlobalTable' + AND Identifier = '' AND region = 'us-east-1' global_tables_list_only: name: global_tables_list_only @@ -1735,7 +1735,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DynamoDB::GlobalTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DynamoDB::GlobalTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1743,7 +1743,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DynamoDB::GlobalTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DynamoDB::GlobalTable' AND region = 'us-east-1' tables: name: tables @@ -1803,11 +1803,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OnDemandThroughput') as on_demand_throughput, JSON_EXTRACT(Properties, '$.SSESpecification') as sse_specification, JSON_EXTRACT(Properties, '$.KinesisStreamSpecification') as kinesis_stream_specification, @@ -1830,15 +1830,15 @@ components: JSON_EXTRACT(Properties, '$.TableClass') as table_class, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TimeToLiveSpecification') as time_to_live_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DynamoDB::Table' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DynamoDB::Table' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OnDemandThroughput') as on_demand_throughput, json_extract_path_text(Properties, 'SSESpecification') as sse_specification, json_extract_path_text(Properties, 'KinesisStreamSpecification') as kinesis_stream_specification, @@ -1861,8 +1861,8 @@ components: json_extract_path_text(Properties, 'TableClass') as table_class, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TimeToLiveSpecification') as time_to_live_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::DynamoDB::Table' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::DynamoDB::Table' + AND Identifier = '' AND region = 'us-east-1' tables_list_only: name: tables_list_only @@ -1885,7 +1885,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DynamoDB::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DynamoDB::Table' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1893,7 +1893,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::DynamoDB::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::DynamoDB::Table' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ec2.yaml b/providers/src/awscc/v00.00.00000/services/ec2.yaml index 3ebc7ba2..e99eb67e 100644 --- a/providers/src/awscc/v00.00.00000/services/ec2.yaml +++ b/providers/src/awscc/v00.00.00000/services/ec2.yaml @@ -16736,11 +16736,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Tenancy') as tenancy, JSON_EXTRACT(Properties, '$.EndDateType') as end_date_type, JSON_EXTRACT(Properties, '$.TagSpecifications') as tag_specifications, @@ -16769,15 +16769,15 @@ components: JSON_EXTRACT(Properties, '$.ReservationType') as reservation_type, JSON_EXTRACT(Properties, '$.CapacityAllocationSet') as capacity_allocation_set, JSON_EXTRACT(Properties, '$.CommitmentInfo') as commitment_info - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CapacityReservation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CapacityReservation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Tenancy') as tenancy, json_extract_path_text(Properties, 'EndDateType') as end_date_type, json_extract_path_text(Properties, 'TagSpecifications') as tag_specifications, @@ -16806,8 +16806,8 @@ components: json_extract_path_text(Properties, 'ReservationType') as reservation_type, json_extract_path_text(Properties, 'CapacityAllocationSet') as capacity_allocation_set, json_extract_path_text(Properties, 'CommitmentInfo') as commitment_info - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CapacityReservation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CapacityReservation' + AND Identifier = '' AND region = 'us-east-1' capacity_reservations_list_only: name: capacity_reservations_list_only @@ -16830,7 +16830,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CapacityReservation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CapacityReservation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16838,7 +16838,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CapacityReservation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CapacityReservation' AND region = 'us-east-1' capacity_reservation_fleets: name: capacity_reservation_fleets @@ -16898,11 +16898,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllocationStrategy') as allocation_strategy, JSON_EXTRACT(Properties, '$.TagSpecifications') as tag_specifications, JSON_EXTRACT(Properties, '$.InstanceTypeSpecifications') as instance_type_specifications, @@ -16913,15 +16913,15 @@ components: JSON_EXTRACT(Properties, '$.Tenancy') as tenancy, JSON_EXTRACT(Properties, '$.RemoveEndDate') as remove_end_date, JSON_EXTRACT(Properties, '$.NoRemoveEndDate') as no_remove_end_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CapacityReservationFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CapacityReservationFleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllocationStrategy') as allocation_strategy, json_extract_path_text(Properties, 'TagSpecifications') as tag_specifications, json_extract_path_text(Properties, 'InstanceTypeSpecifications') as instance_type_specifications, @@ -16932,8 +16932,8 @@ components: json_extract_path_text(Properties, 'Tenancy') as tenancy, json_extract_path_text(Properties, 'RemoveEndDate') as remove_end_date, json_extract_path_text(Properties, 'NoRemoveEndDate') as no_remove_end_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CapacityReservationFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CapacityReservationFleet' + AND Identifier = '' AND region = 'us-east-1' capacity_reservation_fleets_list_only: name: capacity_reservation_fleets_list_only @@ -16956,7 +16956,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CapacityReservationFleetId') as capacity_reservation_fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CapacityReservationFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CapacityReservationFleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16964,7 +16964,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CapacityReservationFleetId') as capacity_reservation_fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CapacityReservationFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CapacityReservationFleet' AND region = 'us-east-1' carrier_gateways: name: carrier_gateways @@ -17024,32 +17024,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CarrierGatewayId') as carrier_gateway_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CarrierGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CarrierGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CarrierGatewayId') as carrier_gateway_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CarrierGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CarrierGateway' + AND Identifier = '' AND region = 'us-east-1' carrier_gateways_list_only: name: carrier_gateways_list_only @@ -17072,7 +17072,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CarrierGatewayId') as carrier_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CarrierGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CarrierGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17080,7 +17080,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CarrierGatewayId') as carrier_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CarrierGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CarrierGateway' AND region = 'us-east-1' customer_gateways: name: customer_gateways @@ -17140,11 +17140,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.CustomerGatewayId') as customer_gateway_id, JSON_EXTRACT(Properties, '$.IpAddress') as ip_address, @@ -17153,15 +17153,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.DeviceName') as device_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CustomerGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CustomerGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'CustomerGatewayId') as customer_gateway_id, json_extract_path_text(Properties, 'IpAddress') as ip_address, @@ -17170,8 +17170,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'DeviceName') as device_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::CustomerGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::CustomerGateway' + AND Identifier = '' AND region = 'us-east-1' customer_gateways_list_only: name: customer_gateways_list_only @@ -17194,7 +17194,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CustomerGatewayId') as customer_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CustomerGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CustomerGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17202,7 +17202,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CustomerGatewayId') as customer_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::CustomerGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::CustomerGateway' AND region = 'us-east-1' dhcp_options: name: dhcp_options @@ -17262,11 +17262,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DhcpOptionsId') as dhcp_options_id, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.DomainNameServers') as domain_name_servers, @@ -17275,15 +17275,15 @@ components: JSON_EXTRACT(Properties, '$.NtpServers') as ntp_servers, JSON_EXTRACT(Properties, '$.Ipv6AddressPreferredLeaseTime') as ipv6_address_preferred_lease_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::DHCPOptions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::DHCPOptions' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DhcpOptionsId') as dhcp_options_id, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'DomainNameServers') as domain_name_servers, @@ -17292,8 +17292,8 @@ components: json_extract_path_text(Properties, 'NtpServers') as ntp_servers, json_extract_path_text(Properties, 'Ipv6AddressPreferredLeaseTime') as ipv6_address_preferred_lease_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::DHCPOptions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::DHCPOptions' + AND Identifier = '' AND region = 'us-east-1' dhcp_options_list_only: name: dhcp_options_list_only @@ -17316,7 +17316,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DhcpOptionsId') as dhcp_options_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::DHCPOptions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::DHCPOptions' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17324,7 +17324,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DhcpOptionsId') as dhcp_options_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::DHCPOptions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::DHCPOptions' AND region = 'us-east-1' ec2fleets: name: ec2fleets @@ -17384,11 +17384,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TargetCapacitySpecification') as target_capacity_specification, JSON_EXTRACT(Properties, '$.OnDemandOptions') as on_demand_options, JSON_EXTRACT(Properties, '$.Type') as type, @@ -17402,15 +17402,15 @@ components: JSON_EXTRACT(Properties, '$.TerminateInstancesWithExpiration') as terminate_instances_with_expiration, JSON_EXTRACT(Properties, '$.ValidUntil') as valid_until, JSON_EXTRACT(Properties, '$.Context') as context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EC2Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EC2Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TargetCapacitySpecification') as target_capacity_specification, json_extract_path_text(Properties, 'OnDemandOptions') as on_demand_options, json_extract_path_text(Properties, 'Type') as type, @@ -17424,8 +17424,8 @@ components: json_extract_path_text(Properties, 'TerminateInstancesWithExpiration') as terminate_instances_with_expiration, json_extract_path_text(Properties, 'ValidUntil') as valid_until, json_extract_path_text(Properties, 'Context') as context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EC2Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EC2Fleet' + AND Identifier = '' AND region = 'us-east-1' ec2fleets_list_only: name: ec2fleets_list_only @@ -17448,7 +17448,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EC2Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EC2Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17456,7 +17456,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EC2Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EC2Fleet' AND region = 'us-east-1' egress_only_internet_gateways: name: egress_only_internet_gateways @@ -17516,28 +17516,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EgressOnlyInternetGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EgressOnlyInternetGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EgressOnlyInternetGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EgressOnlyInternetGateway' + AND Identifier = '' AND region = 'us-east-1' egress_only_internet_gateways_list_only: name: egress_only_internet_gateways_list_only @@ -17560,7 +17560,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EgressOnlyInternetGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EgressOnlyInternetGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17568,7 +17568,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EgressOnlyInternetGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EgressOnlyInternetGateway' AND region = 'us-east-1' eips: name: eips @@ -17629,11 +17629,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PublicIp') as public_ip, JSON_EXTRACT(Properties, '$.AllocationId') as allocation_id, JSON_EXTRACT(Properties, '$.Domain') as domain, @@ -17644,15 +17644,15 @@ components: JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.Address') as address, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EIP' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EIP' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PublicIp') as public_ip, json_extract_path_text(Properties, 'AllocationId') as allocation_id, json_extract_path_text(Properties, 'Domain') as domain, @@ -17663,8 +17663,8 @@ components: json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'Address') as address, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EIP' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EIP' + AND Identifier = '|' AND region = 'us-east-1' eips_list_only: name: eips_list_only @@ -17689,7 +17689,7 @@ components: region, JSON_EXTRACT(Properties, '$.PublicIp') as public_ip, JSON_EXTRACT(Properties, '$.AllocationId') as allocation_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EIP' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EIP' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17698,7 +17698,7 @@ components: region, json_extract_path_text(Properties, 'PublicIp') as public_ip, json_extract_path_text(Properties, 'AllocationId') as allocation_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EIP' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EIP' AND region = 'us-east-1' eip_associations: name: eip_associations @@ -17745,34 +17745,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PrivateIpAddress') as private_ip_address, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.AllocationId') as allocation_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id, JSON_EXTRACT(Properties, '$.EIP') as e_ip - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EIPAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EIPAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PrivateIpAddress') as private_ip_address, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'AllocationId') as allocation_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id, json_extract_path_text(Properties, 'EIP') as e_ip - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EIPAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EIPAssociation' + AND Identifier = '' AND region = 'us-east-1' eip_associations_list_only: name: eip_associations_list_only @@ -17795,7 +17795,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EIPAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EIPAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17803,7 +17803,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EIPAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EIPAssociation' AND region = 'us-east-1' enclave_certificate_iam_role_associations: name: enclave_certificate_iam_role_associations @@ -17851,32 +17851,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.CertificateS3BucketName') as certificate_s3_bucket_name, JSON_EXTRACT(Properties, '$.CertificateS3ObjectKey') as certificate_s3_object_key, JSON_EXTRACT(Properties, '$.EncryptionKmsKeyId') as encryption_kms_key_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'CertificateS3BucketName') as certificate_s3_bucket_name, json_extract_path_text(Properties, 'CertificateS3ObjectKey') as certificate_s3_object_key, json_extract_path_text(Properties, 'EncryptionKmsKeyId') as encryption_kms_key_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' + AND Identifier = '|' AND region = 'us-east-1' enclave_certificate_iam_role_associations_list_only: name: enclave_certificate_iam_role_associations_list_only @@ -17901,7 +17901,7 @@ components: region, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -17910,7 +17910,7 @@ components: region, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'RoleArn') as role_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::EnclaveCertificateIamRoleAssociation' AND region = 'us-east-1' flow_logs: name: flow_logs @@ -17970,11 +17970,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DeliverCrossAccountRole') as deliver_cross_account_role, JSON_EXTRACT(Properties, '$.DeliverLogsPermissionArn') as deliver_logs_permission_arn, @@ -17988,15 +17988,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TrafficType') as traffic_type, JSON_EXTRACT(Properties, '$.DestinationOptions') as destination_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::FlowLog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::FlowLog' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DeliverCrossAccountRole') as deliver_cross_account_role, json_extract_path_text(Properties, 'DeliverLogsPermissionArn') as deliver_logs_permission_arn, @@ -18010,8 +18010,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TrafficType') as traffic_type, json_extract_path_text(Properties, 'DestinationOptions') as destination_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::FlowLog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::FlowLog' + AND Identifier = '' AND region = 'us-east-1' flow_logs_list_only: name: flow_logs_list_only @@ -18034,7 +18034,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::FlowLog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::FlowLog' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18042,7 +18042,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::FlowLog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::FlowLog' AND region = 'us-east-1' gateway_route_table_associations: name: gateway_route_table_associations @@ -18102,28 +18102,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id, JSON_EXTRACT(Properties, '$.GatewayId') as gateway_id, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::GatewayRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::GatewayRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteTableId') as route_table_id, json_extract_path_text(Properties, 'GatewayId') as gateway_id, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::GatewayRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::GatewayRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' hosts: name: hosts @@ -18183,11 +18183,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HostId') as host_id, JSON_EXTRACT(Properties, '$.AutoPlacement') as auto_placement, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, @@ -18198,15 +18198,15 @@ components: JSON_EXTRACT(Properties, '$.HostMaintenance') as host_maintenance, JSON_EXTRACT(Properties, '$.AssetId') as asset_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Host' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Host' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HostId') as host_id, json_extract_path_text(Properties, 'AutoPlacement') as auto_placement, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, @@ -18217,8 +18217,8 @@ components: json_extract_path_text(Properties, 'HostMaintenance') as host_maintenance, json_extract_path_text(Properties, 'AssetId') as asset_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Host' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Host' + AND Identifier = '' AND region = 'us-east-1' hosts_list_only: name: hosts_list_only @@ -18241,7 +18241,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HostId') as host_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Host' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Host' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18249,7 +18249,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HostId') as host_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Host' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Host' AND region = 'us-east-1' network_interfaces: name: network_interfaces @@ -18309,11 +18309,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PrivateIpAddress') as private_ip_address, JSON_EXTRACT(Properties, '$.PrimaryIpv6Address') as primary_ipv6_address, @@ -18336,15 +18336,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ConnectionTrackingSpecification') as connection_tracking_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInterface' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInterface' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PrivateIpAddress') as private_ip_address, json_extract_path_text(Properties, 'PrimaryIpv6Address') as primary_ipv6_address, @@ -18367,8 +18367,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ConnectionTrackingSpecification') as connection_tracking_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInterface' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInterface' + AND Identifier = '' AND region = 'us-east-1' network_interfaces_list_only: name: network_interfaces_list_only @@ -18391,7 +18391,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInterface' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInterface' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18399,7 +18399,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInterface' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInterface' AND region = 'us-east-1' volumes: name: volumes @@ -18459,11 +18459,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MultiAttachEnabled') as multi_attach_enabled, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.Encrypted') as encrypted, @@ -18478,15 +18478,15 @@ components: JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.VolumeType') as volume_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Volume' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Volume' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MultiAttachEnabled') as multi_attach_enabled, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'Encrypted') as encrypted, @@ -18501,8 +18501,8 @@ components: json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'VolumeType') as volume_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Volume' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Volume' + AND Identifier = '' AND region = 'us-east-1' volumes_list_only: name: volumes_list_only @@ -18525,7 +18525,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Volume' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Volume' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18533,7 +18533,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VolumeId') as volume_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Volume' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Volume' AND region = 'us-east-1' instances: name: instances @@ -18593,11 +18593,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PrivateDnsName') as private_dns_name, JSON_EXTRACT(Properties, '$.Volumes') as volumes, JSON_EXTRACT(Properties, '$.PrivateIp') as private_ip, @@ -18646,15 +18646,15 @@ components: JSON_EXTRACT(Properties, '$.RamdiskId') as ramdisk_id, JSON_EXTRACT(Properties, '$.SourceDestCheck') as source_dest_check, JSON_EXTRACT(Properties, '$.CreditSpecification') as credit_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Instance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PrivateDnsName') as private_dns_name, json_extract_path_text(Properties, 'Volumes') as volumes, json_extract_path_text(Properties, 'PrivateIp') as private_ip, @@ -18703,8 +18703,8 @@ components: json_extract_path_text(Properties, 'RamdiskId') as ramdisk_id, json_extract_path_text(Properties, 'SourceDestCheck') as source_dest_check, json_extract_path_text(Properties, 'CreditSpecification') as credit_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Instance' + AND Identifier = '' AND region = 'us-east-1' instances_list_only: name: instances_list_only @@ -18727,7 +18727,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Instance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18735,7 +18735,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceId') as instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Instance' AND region = 'us-east-1' instance_connect_endpoints: name: instance_connect_endpoints @@ -18795,34 +18795,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.ClientToken') as client_token, JSON_EXTRACT(Properties, '$.PreserveClientIp') as preserve_client_ip, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::InstanceConnectEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::InstanceConnectEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'ClientToken') as client_token, json_extract_path_text(Properties, 'PreserveClientIp') as preserve_client_ip, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::InstanceConnectEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::InstanceConnectEndpoint' + AND Identifier = '' AND region = 'us-east-1' instance_connect_endpoints_list_only: name: instance_connect_endpoints_list_only @@ -18845,7 +18845,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::InstanceConnectEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::InstanceConnectEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18853,7 +18853,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::InstanceConnectEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::InstanceConnectEndpoint' AND region = 'us-east-1' internet_gateways: name: internet_gateways @@ -18913,26 +18913,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InternetGatewayId') as internet_gateway_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::InternetGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::InternetGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InternetGatewayId') as internet_gateway_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::InternetGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::InternetGateway' + AND Identifier = '' AND region = 'us-east-1' internet_gateways_list_only: name: internet_gateways_list_only @@ -18955,7 +18955,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InternetGatewayId') as internet_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::InternetGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::InternetGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -18963,7 +18963,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InternetGatewayId') as internet_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::InternetGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::InternetGateway' AND region = 'us-east-1' ipams: name: ipams @@ -19023,11 +19023,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamId') as ipam_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DefaultResourceDiscoveryId') as default_resource_discovery_id, @@ -19043,15 +19043,15 @@ components: JSON_EXTRACT(Properties, '$.MeteredAccount') as metered_account, JSON_EXTRACT(Properties, '$.DefaultResourceDiscoveryOrganizationalUnitExclusions') as default_resource_discovery_organizational_unit_exclusions, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAM' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAM' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamId') as ipam_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DefaultResourceDiscoveryId') as default_resource_discovery_id, @@ -19067,8 +19067,8 @@ components: json_extract_path_text(Properties, 'MeteredAccount') as metered_account, json_extract_path_text(Properties, 'DefaultResourceDiscoveryOrganizationalUnitExclusions') as default_resource_discovery_organizational_unit_exclusions, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAM' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAM' + AND Identifier = '' AND region = 'us-east-1' ipams_list_only: name: ipams_list_only @@ -19091,7 +19091,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpamId') as ipam_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAM' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAM' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19099,7 +19099,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpamId') as ipam_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAM' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAM' AND region = 'us-east-1' ipam_allocations: name: ipam_allocations @@ -19148,32 +19148,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamPoolAllocationId') as ipam_pool_allocation_id, JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.Cidr') as cidr, JSON_EXTRACT(Properties, '$.NetmaskLength') as netmask_length, JSON_EXTRACT(Properties, '$.Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMAllocation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMAllocation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamPoolAllocationId') as ipam_pool_allocation_id, json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'Cidr') as cidr, json_extract_path_text(Properties, 'NetmaskLength') as netmask_length, json_extract_path_text(Properties, 'Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMAllocation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMAllocation' + AND Identifier = '||' AND region = 'us-east-1' ipam_allocations_list_only: name: ipam_allocations_list_only @@ -19200,7 +19200,7 @@ components: JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.IpamPoolAllocationId') as ipam_pool_allocation_id, JSON_EXTRACT(Properties, '$.Cidr') as cidr - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMAllocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMAllocation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19210,7 +19210,7 @@ components: json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'IpamPoolAllocationId') as ipam_pool_allocation_id, json_extract_path_text(Properties, 'Cidr') as cidr - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMAllocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMAllocation' AND region = 'us-east-1' ipam_pools: name: ipam_pools @@ -19270,11 +19270,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.AddressFamily') as address_family, JSON_EXTRACT(Properties, '$.AllocationMinNetmaskLength') as allocation_min_netmask_length, @@ -19299,15 +19299,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.StateMessage') as state_message, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'AddressFamily') as address_family, json_extract_path_text(Properties, 'AllocationMinNetmaskLength') as allocation_min_netmask_length, @@ -19332,8 +19332,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'StateMessage') as state_message, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMPool' + AND Identifier = '' AND region = 'us-east-1' ipam_pools_list_only: name: ipam_pools_list_only @@ -19356,7 +19356,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19364,7 +19364,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMPool' AND region = 'us-east-1' ipam_pool_cidrs: name: ipam_pool_cidrs @@ -19412,32 +19412,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamPoolCidrId') as ipam_pool_cidr_id, JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.Cidr') as cidr, JSON_EXTRACT(Properties, '$.NetmaskLength') as netmask_length, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMPoolCidr' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMPoolCidr' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamPoolCidrId') as ipam_pool_cidr_id, json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'Cidr') as cidr, json_extract_path_text(Properties, 'NetmaskLength') as netmask_length, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMPoolCidr' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMPoolCidr' + AND Identifier = '|' AND region = 'us-east-1' ipam_pool_cidrs_list_only: name: ipam_pool_cidrs_list_only @@ -19462,7 +19462,7 @@ components: region, JSON_EXTRACT(Properties, '$.IpamPoolId') as ipam_pool_id, JSON_EXTRACT(Properties, '$.IpamPoolCidrId') as ipam_pool_cidr_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMPoolCidr' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMPoolCidr' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19471,7 +19471,7 @@ components: region, json_extract_path_text(Properties, 'IpamPoolId') as ipam_pool_id, json_extract_path_text(Properties, 'IpamPoolCidrId') as ipam_pool_cidr_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMPoolCidr' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMPoolCidr' AND region = 'us-east-1' ipam_resource_discoveries: name: ipam_resource_discoveries @@ -19531,11 +19531,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamResourceDiscoveryId') as ipam_resource_discovery_id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.OperatingRegions') as operating_regions, @@ -19546,15 +19546,15 @@ components: JSON_EXTRACT(Properties, '$.IpamResourceDiscoveryArn') as ipam_resource_discovery_arn, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscovery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMResourceDiscovery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamResourceDiscoveryId') as ipam_resource_discovery_id, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'OperatingRegions') as operating_regions, @@ -19565,8 +19565,8 @@ components: json_extract_path_text(Properties, 'IpamResourceDiscoveryArn') as ipam_resource_discovery_arn, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscovery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMResourceDiscovery' + AND Identifier = '' AND region = 'us-east-1' ipam_resource_discoveries_list_only: name: ipam_resource_discoveries_list_only @@ -19589,7 +19589,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpamResourceDiscoveryId') as ipam_resource_discovery_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscovery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMResourceDiscovery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19597,7 +19597,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpamResourceDiscoveryId') as ipam_resource_discovery_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscovery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMResourceDiscovery' AND region = 'us-east-1' ipam_resource_discovery_associations: name: ipam_resource_discovery_associations @@ -19657,11 +19657,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamArn') as ipam_arn, JSON_EXTRACT(Properties, '$.IpamRegion') as ipam_region, JSON_EXTRACT(Properties, '$.IpamResourceDiscoveryAssociationId') as ipam_resource_discovery_association_id, @@ -19673,15 +19673,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.ResourceDiscoveryStatus') as resource_discovery_status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamArn') as ipam_arn, json_extract_path_text(Properties, 'IpamRegion') as ipam_region, json_extract_path_text(Properties, 'IpamResourceDiscoveryAssociationId') as ipam_resource_discovery_association_id, @@ -19693,8 +19693,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'ResourceDiscoveryStatus') as resource_discovery_status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' + AND Identifier = '' AND region = 'us-east-1' ipam_resource_discovery_associations_list_only: name: ipam_resource_discovery_associations_list_only @@ -19717,7 +19717,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpamResourceDiscoveryAssociationId') as ipam_resource_discovery_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19725,7 +19725,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpamResourceDiscoveryAssociationId') as ipam_resource_discovery_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMResourceDiscoveryAssociation' AND region = 'us-east-1' ipam_scopes: name: ipam_scopes @@ -19785,11 +19785,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpamScopeId') as ipam_scope_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.IpamId') as ipam_id, @@ -19799,15 +19799,15 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PoolCount') as pool_count, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMScope' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMScope' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpamScopeId') as ipam_scope_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'IpamId') as ipam_id, @@ -19817,8 +19817,8 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PoolCount') as pool_count, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IPAMScope' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IPAMScope' + AND Identifier = '' AND region = 'us-east-1' ipam_scopes_list_only: name: ipam_scopes_list_only @@ -19841,7 +19841,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpamScopeId') as ipam_scope_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMScope' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMScope' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19849,7 +19849,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpamScopeId') as ipam_scope_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IPAMScope' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IPAMScope' AND region = 'us-east-1' ip_pool_route_table_associations: name: ip_pool_route_table_associations @@ -19896,28 +19896,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociationId') as association_id, JSON_EXTRACT(Properties, '$.PublicIpv4Pool') as public_ipv4_pool, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociationId') as association_id, json_extract_path_text(Properties, 'PublicIpv4Pool') as public_ipv4_pool, json_extract_path_text(Properties, 'RouteTableId') as route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' ip_pool_route_table_associations_list_only: name: ip_pool_route_table_associations_list_only @@ -19940,7 +19940,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -19948,7 +19948,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::IpPoolRouteTableAssociation' AND region = 'us-east-1' key_pairs: name: key_pairs @@ -19995,11 +19995,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KeyName') as key_name, JSON_EXTRACT(Properties, '$.KeyType') as key_type, JSON_EXTRACT(Properties, '$.KeyFormat') as key_format, @@ -20007,15 +20007,15 @@ components: JSON_EXTRACT(Properties, '$.KeyFingerprint') as key_fingerprint, JSON_EXTRACT(Properties, '$.KeyPairId') as key_pair_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::KeyPair' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::KeyPair' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KeyName') as key_name, json_extract_path_text(Properties, 'KeyType') as key_type, json_extract_path_text(Properties, 'KeyFormat') as key_format, @@ -20023,8 +20023,8 @@ components: json_extract_path_text(Properties, 'KeyFingerprint') as key_fingerprint, json_extract_path_text(Properties, 'KeyPairId') as key_pair_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::KeyPair' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::KeyPair' + AND Identifier = '' AND region = 'us-east-1' key_pairs_list_only: name: key_pairs_list_only @@ -20047,7 +20047,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyName') as key_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::KeyPair' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::KeyPair' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20055,7 +20055,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyName') as key_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::KeyPair' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::KeyPair' AND region = 'us-east-1' launch_templates: name: launch_templates @@ -20115,11 +20115,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LaunchTemplateName') as launch_template_name, JSON_EXTRACT(Properties, '$.LaunchTemplateData') as launch_template_data, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description, @@ -20127,15 +20127,15 @@ components: JSON_EXTRACT(Properties, '$.LatestVersionNumber') as latest_version_number, JSON_EXTRACT(Properties, '$.LaunchTemplateId') as launch_template_id, JSON_EXTRACT(Properties, '$.DefaultVersionNumber') as default_version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LaunchTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LaunchTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LaunchTemplateName') as launch_template_name, json_extract_path_text(Properties, 'LaunchTemplateData') as launch_template_data, json_extract_path_text(Properties, 'VersionDescription') as version_description, @@ -20143,8 +20143,8 @@ components: json_extract_path_text(Properties, 'LatestVersionNumber') as latest_version_number, json_extract_path_text(Properties, 'LaunchTemplateId') as launch_template_id, json_extract_path_text(Properties, 'DefaultVersionNumber') as default_version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LaunchTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LaunchTemplate' + AND Identifier = '' AND region = 'us-east-1' launch_templates_list_only: name: launch_templates_list_only @@ -20167,7 +20167,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LaunchTemplateId') as launch_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LaunchTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LaunchTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20175,7 +20175,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LaunchTemplateId') as launch_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LaunchTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LaunchTemplate' AND region = 'us-east-1' local_gateway_routes: name: local_gateway_routes @@ -20236,34 +20236,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id, JSON_EXTRACT(Properties, '$.LocalGatewayVirtualInterfaceGroupId') as local_gateway_virtual_interface_group_id, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRoute' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id, json_extract_path_text(Properties, 'LocalGatewayVirtualInterfaceGroupId') as local_gateway_virtual_interface_group_id, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRoute' + AND Identifier = '|' AND region = 'us-east-1' local_gateway_routes_list_only: name: local_gateway_routes_list_only @@ -20288,7 +20288,7 @@ components: region, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRoute' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20297,7 +20297,7 @@ components: region, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRoute' AND region = 'us-east-1' local_gateway_route_tables: name: local_gateway_route_tables @@ -20357,11 +20357,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableArn') as local_gateway_route_table_arn, JSON_EXTRACT(Properties, '$.LocalGatewayId') as local_gateway_id, @@ -20370,15 +20370,15 @@ components: JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Mode') as mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id, json_extract_path_text(Properties, 'LocalGatewayRouteTableArn') as local_gateway_route_table_arn, json_extract_path_text(Properties, 'LocalGatewayId') as local_gateway_id, @@ -20387,8 +20387,8 @@ components: json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Mode') as mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTable' + AND Identifier = '' AND region = 'us-east-1' local_gateway_route_tables_list_only: name: local_gateway_route_tables_list_only @@ -20411,7 +20411,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20419,7 +20419,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTable' AND region = 'us-east-1' local_gateway_route_table_virtual_interface_group_associations: name: local_gateway_route_table_virtual_interface_group_associations @@ -20479,11 +20479,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId') as local_gateway_route_table_virtual_interface_group_association_id, JSON_EXTRACT(Properties, '$.LocalGatewayId') as local_gateway_id, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id, @@ -20492,15 +20492,15 @@ components: JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId') as local_gateway_route_table_virtual_interface_group_association_id, json_extract_path_text(Properties, 'LocalGatewayId') as local_gateway_id, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id, @@ -20509,8 +20509,8 @@ components: json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' + AND Identifier = '' AND region = 'us-east-1' local_gateway_route_table_virtual_interface_group_associations_list_only: name: local_gateway_route_table_virtual_interface_group_associations_list_only @@ -20533,7 +20533,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId') as local_gateway_route_table_virtual_interface_group_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20541,7 +20541,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocalGatewayRouteTableVirtualInterfaceGroupAssociationId') as local_gateway_route_table_virtual_interface_group_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation' AND region = 'us-east-1' local_gateway_route_tablevpc_associations: name: local_gateway_route_tablevpc_associations @@ -20601,34 +20601,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LocalGatewayId') as local_gateway_id, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableId') as local_gateway_route_table_id, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableVpcAssociationId') as local_gateway_route_table_vpc_association_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LocalGatewayId') as local_gateway_id, json_extract_path_text(Properties, 'LocalGatewayRouteTableId') as local_gateway_route_table_id, json_extract_path_text(Properties, 'LocalGatewayRouteTableVpcAssociationId') as local_gateway_route_table_vpc_association_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' + AND Identifier = '' AND region = 'us-east-1' local_gateway_route_tablevpc_associations_list_only: name: local_gateway_route_tablevpc_associations_list_only @@ -20651,7 +20651,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocalGatewayRouteTableVpcAssociationId') as local_gateway_route_table_vpc_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20659,7 +20659,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocalGatewayRouteTableVpcAssociationId') as local_gateway_route_table_vpc_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::LocalGatewayRouteTableVPCAssociation' AND region = 'us-east-1' nat_gateways: name: nat_gateways @@ -20719,11 +20719,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SecondaryAllocationIds') as secondary_allocation_ids, JSON_EXTRACT(Properties, '$.PrivateIpAddress') as private_ip_address, JSON_EXTRACT(Properties, '$.SecondaryPrivateIpAddressCount') as secondary_private_ip_address_count, @@ -20734,15 +20734,15 @@ components: JSON_EXTRACT(Properties, '$.NatGatewayId') as nat_gateway_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.MaxDrainDurationSeconds') as max_drain_duration_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NatGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NatGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SecondaryAllocationIds') as secondary_allocation_ids, json_extract_path_text(Properties, 'PrivateIpAddress') as private_ip_address, json_extract_path_text(Properties, 'SecondaryPrivateIpAddressCount') as secondary_private_ip_address_count, @@ -20753,8 +20753,8 @@ components: json_extract_path_text(Properties, 'NatGatewayId') as nat_gateway_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'MaxDrainDurationSeconds') as max_drain_duration_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NatGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NatGateway' + AND Identifier = '' AND region = 'us-east-1' nat_gateways_list_only: name: nat_gateways_list_only @@ -20777,7 +20777,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NatGatewayId') as nat_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NatGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NatGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20785,7 +20785,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NatGatewayId') as nat_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NatGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NatGateway' AND region = 'us-east-1' network_acls: name: network_acls @@ -20845,28 +20845,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkAcl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkAcl' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkAcl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkAcl' + AND Identifier = '' AND region = 'us-east-1' network_acls_list_only: name: network_acls_list_only @@ -20889,7 +20889,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkAcl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkAcl' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -20897,7 +20897,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkAcl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkAcl' AND region = 'us-east-1' network_insights_access_scopes: name: network_insights_access_scopes @@ -20957,11 +20957,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeId') as network_insights_access_scope_id, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeArn') as network_insights_access_scope_arn, JSON_EXTRACT(Properties, '$.CreatedDate') as created_date, @@ -20969,15 +20969,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.MatchPaths') as match_paths, JSON_EXTRACT(Properties, '$.ExcludePaths') as exclude_paths - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScope' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScope' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeId') as network_insights_access_scope_id, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeArn') as network_insights_access_scope_arn, json_extract_path_text(Properties, 'CreatedDate') as created_date, @@ -20985,8 +20985,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'MatchPaths') as match_paths, json_extract_path_text(Properties, 'ExcludePaths') as exclude_paths - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScope' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScope' + AND Identifier = '' AND region = 'us-east-1' network_insights_access_scopes_list_only: name: network_insights_access_scopes_list_only @@ -21009,7 +21009,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeId') as network_insights_access_scope_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScope' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScope' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21017,7 +21017,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeId') as network_insights_access_scope_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScope' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScope' AND region = 'us-east-1' network_insights_access_scope_analyses: name: network_insights_access_scope_analyses @@ -21077,11 +21077,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeAnalysisId') as network_insights_access_scope_analysis_id, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeAnalysisArn') as network_insights_access_scope_analysis_arn, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeId') as network_insights_access_scope_id, @@ -21092,15 +21092,15 @@ components: JSON_EXTRACT(Properties, '$.FindingsFound') as findings_found, JSON_EXTRACT(Properties, '$.AnalyzedEniCount') as analyzed_eni_count, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeAnalysisId') as network_insights_access_scope_analysis_id, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeAnalysisArn') as network_insights_access_scope_analysis_arn, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeId') as network_insights_access_scope_id, @@ -21111,8 +21111,8 @@ components: json_extract_path_text(Properties, 'FindingsFound') as findings_found, json_extract_path_text(Properties, 'AnalyzedEniCount') as analyzed_eni_count, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' + AND Identifier = '' AND region = 'us-east-1' network_insights_access_scope_analyses_list_only: name: network_insights_access_scope_analyses_list_only @@ -21135,7 +21135,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NetworkInsightsAccessScopeAnalysisId') as network_insights_access_scope_analysis_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21143,7 +21143,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NetworkInsightsAccessScopeAnalysisId') as network_insights_access_scope_analysis_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAccessScopeAnalysis' AND region = 'us-east-1' network_insights_analyses: name: network_insights_analyses @@ -21203,11 +21203,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ReturnPathComponents') as return_path_components, JSON_EXTRACT(Properties, '$.NetworkInsightsAnalysisId') as network_insights_analysis_id, @@ -21224,15 +21224,15 @@ components: JSON_EXTRACT(Properties, '$.ForwardPathComponents') as forward_path_components, JSON_EXTRACT(Properties, '$.AdditionalAccounts') as additional_accounts, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAnalysis' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAnalysis' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ReturnPathComponents') as return_path_components, json_extract_path_text(Properties, 'NetworkInsightsAnalysisId') as network_insights_analysis_id, @@ -21249,8 +21249,8 @@ components: json_extract_path_text(Properties, 'ForwardPathComponents') as forward_path_components, json_extract_path_text(Properties, 'AdditionalAccounts') as additional_accounts, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAnalysis' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsAnalysis' + AND Identifier = '' AND region = 'us-east-1' network_insights_analyses_list_only: name: network_insights_analyses_list_only @@ -21273,7 +21273,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NetworkInsightsAnalysisId') as network_insights_analysis_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAnalysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAnalysis' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21281,7 +21281,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NetworkInsightsAnalysisId') as network_insights_analysis_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsAnalysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsAnalysis' AND region = 'us-east-1' network_insights_paths: name: network_insights_paths @@ -21341,11 +21341,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NetworkInsightsPathId') as network_insights_path_id, JSON_EXTRACT(Properties, '$.NetworkInsightsPathArn') as network_insights_path_arn, JSON_EXTRACT(Properties, '$.CreatedDate') as created_date, @@ -21360,15 +21360,15 @@ components: JSON_EXTRACT(Properties, '$.Protocol') as protocol, JSON_EXTRACT(Properties, '$.DestinationPort') as destination_port, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsPath' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsPath' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NetworkInsightsPathId') as network_insights_path_id, json_extract_path_text(Properties, 'NetworkInsightsPathArn') as network_insights_path_arn, json_extract_path_text(Properties, 'CreatedDate') as created_date, @@ -21383,8 +21383,8 @@ components: json_extract_path_text(Properties, 'Protocol') as protocol, json_extract_path_text(Properties, 'DestinationPort') as destination_port, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInsightsPath' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInsightsPath' + AND Identifier = '' AND region = 'us-east-1' network_insights_paths_list_only: name: network_insights_paths_list_only @@ -21407,7 +21407,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NetworkInsightsPathId') as network_insights_path_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsPath' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsPath' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21415,7 +21415,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NetworkInsightsPathId') as network_insights_path_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInsightsPath' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInsightsPath' AND region = 'us-east-1' network_interface_attachments: name: network_interface_attachments @@ -21475,34 +21475,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id, JSON_EXTRACT(Properties, '$.DeleteOnTermination') as delete_on_termination, JSON_EXTRACT(Properties, '$.DeviceIndex') as device_index, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id, JSON_EXTRACT(Properties, '$.EnaSrdSpecification') as ena_srd_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInterfaceAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInterfaceAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AttachmentId') as attachment_id, json_extract_path_text(Properties, 'DeleteOnTermination') as delete_on_termination, json_extract_path_text(Properties, 'DeviceIndex') as device_index, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id, json_extract_path_text(Properties, 'EnaSrdSpecification') as ena_srd_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkInterfaceAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkInterfaceAttachment' + AND Identifier = '' AND region = 'us-east-1' network_interface_attachments_list_only: name: network_interface_attachments_list_only @@ -21525,7 +21525,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInterfaceAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInterfaceAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21533,7 +21533,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkInterfaceAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkInterfaceAttachment' AND region = 'us-east-1' network_performance_metric_subscriptions: name: network_performance_metric_subscriptions @@ -21583,30 +21583,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.Destination') as destination, JSON_EXTRACT(Properties, '$.Metric') as metric, JSON_EXTRACT(Properties, '$.Statistic') as statistic - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' + AND Identifier = '|||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'Destination') as destination, json_extract_path_text(Properties, 'Metric') as metric, json_extract_path_text(Properties, 'Statistic') as statistic - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' + AND Identifier = '|||' AND region = 'us-east-1' network_performance_metric_subscriptions_list_only: name: network_performance_metric_subscriptions_list_only @@ -21635,7 +21635,7 @@ components: JSON_EXTRACT(Properties, '$.Destination') as destination, JSON_EXTRACT(Properties, '$.Metric') as metric, JSON_EXTRACT(Properties, '$.Statistic') as statistic - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21646,7 +21646,7 @@ components: json_extract_path_text(Properties, 'Destination') as destination, json_extract_path_text(Properties, 'Metric') as metric, json_extract_path_text(Properties, 'Statistic') as statistic - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::NetworkPerformanceMetricSubscription' AND region = 'us-east-1' placement_groups: name: placement_groups @@ -21693,32 +21693,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Strategy') as strategy, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.SpreadLevel') as spread_level, JSON_EXTRACT(Properties, '$.PartitionCount') as partition_count, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::PlacementGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::PlacementGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Strategy') as strategy, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'SpreadLevel') as spread_level, json_extract_path_text(Properties, 'PartitionCount') as partition_count, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::PlacementGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::PlacementGroup' + AND Identifier = '' AND region = 'us-east-1' placement_groups_list_only: name: placement_groups_list_only @@ -21741,7 +21741,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::PlacementGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::PlacementGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21749,7 +21749,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::PlacementGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::PlacementGroup' AND region = 'us-east-1' prefix_lists: name: prefix_lists @@ -21809,11 +21809,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PrefixListName') as prefix_list_name, JSON_EXTRACT(Properties, '$.PrefixListId') as prefix_list_id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, @@ -21823,15 +21823,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Entries') as entries, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::PrefixList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::PrefixList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PrefixListName') as prefix_list_name, json_extract_path_text(Properties, 'PrefixListId') as prefix_list_id, json_extract_path_text(Properties, 'OwnerId') as owner_id, @@ -21841,8 +21841,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Entries') as entries, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::PrefixList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::PrefixList' + AND Identifier = '' AND region = 'us-east-1' prefix_lists_list_only: name: prefix_lists_list_only @@ -21865,7 +21865,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PrefixListId') as prefix_list_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::PrefixList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::PrefixList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -21873,7 +21873,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PrefixListId') as prefix_list_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::PrefixList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::PrefixList' AND region = 'us-east-1' routes: name: routes @@ -21934,11 +21934,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CarrierGatewayId') as carrier_gateway_id, JSON_EXTRACT(Properties, '$.CidrBlock') as cidr_block, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, @@ -21955,15 +21955,15 @@ components: JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.VpcEndpointId') as vpc_endpoint_id, JSON_EXTRACT(Properties, '$.VpcPeeringConnectionId') as vpc_peering_connection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Route' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Route' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CarrierGatewayId') as carrier_gateway_id, json_extract_path_text(Properties, 'CidrBlock') as cidr_block, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, @@ -21980,8 +21980,8 @@ components: json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'VpcEndpointId') as vpc_endpoint_id, json_extract_path_text(Properties, 'VpcPeeringConnectionId') as vpc_peering_connection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Route' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Route' + AND Identifier = '|' AND region = 'us-east-1' routes_list_only: name: routes_list_only @@ -22006,7 +22006,7 @@ components: region, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id, JSON_EXTRACT(Properties, '$.CidrBlock') as cidr_block - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Route' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22015,7 +22015,7 @@ components: region, json_extract_path_text(Properties, 'RouteTableId') as route_table_id, json_extract_path_text(Properties, 'CidrBlock') as cidr_block - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Route' AND region = 'us-east-1' route_servers: name: route_servers @@ -22075,11 +22075,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AmazonSideAsn') as amazon_side_asn, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, @@ -22087,15 +22087,15 @@ components: JSON_EXTRACT(Properties, '$.PersistRoutesDuration') as persist_routes_duration, JSON_EXTRACT(Properties, '$.SnsNotificationsEnabled') as sns_notifications_enabled, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AmazonSideAsn') as amazon_side_asn, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, @@ -22103,8 +22103,8 @@ components: json_extract_path_text(Properties, 'PersistRoutesDuration') as persist_routes_duration, json_extract_path_text(Properties, 'SnsNotificationsEnabled') as sns_notifications_enabled, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServer' + AND Identifier = '' AND region = 'us-east-1' route_servers_list_only: name: route_servers_list_only @@ -22127,7 +22127,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22135,7 +22135,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServer' AND region = 'us-east-1' route_server_associations: name: route_server_associations @@ -22183,26 +22183,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerAssociation' + AND Identifier = '|' AND region = 'us-east-1' route_server_associations_list_only: name: route_server_associations_list_only @@ -22227,7 +22227,7 @@ components: region, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22236,7 +22236,7 @@ components: region, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerAssociation' AND region = 'us-east-1' route_server_endpoints: name: route_server_endpoints @@ -22296,11 +22296,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, @@ -22309,15 +22309,15 @@ components: JSON_EXTRACT(Properties, '$.EniId') as eni_id, JSON_EXTRACT(Properties, '$.EniAddress') as eni_address, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, @@ -22326,8 +22326,8 @@ components: json_extract_path_text(Properties, 'EniId') as eni_id, json_extract_path_text(Properties, 'EniAddress') as eni_address, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerEndpoint' + AND Identifier = '' AND region = 'us-east-1' route_server_endpoints_list_only: name: route_server_endpoints_list_only @@ -22350,7 +22350,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22358,7 +22358,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerEndpoint' AND region = 'us-east-1' route_server_peers: name: route_server_peers @@ -22418,11 +22418,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.RouteServerEndpointId') as route_server_endpoint_id, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -22434,15 +22434,15 @@ components: JSON_EXTRACT(Properties, '$.PeerAddress') as peer_address, JSON_EXTRACT(Properties, '$.BgpOptions') as bgp_options, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerPeer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'RouteServerEndpointId') as route_server_endpoint_id, json_extract_path_text(Properties, 'Arn') as arn, @@ -22454,8 +22454,8 @@ components: json_extract_path_text(Properties, 'PeerAddress') as peer_address, json_extract_path_text(Properties, 'BgpOptions') as bgp_options, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerPeer' + AND Identifier = '' AND region = 'us-east-1' route_server_peers_list_only: name: route_server_peers_list_only @@ -22478,7 +22478,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerPeer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22486,7 +22486,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerPeer' AND region = 'us-east-1' route_server_propagations: name: route_server_propagations @@ -22534,26 +22534,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerPropagation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerPropagation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'RouteTableId') as route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteServerPropagation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteServerPropagation' + AND Identifier = '|' AND region = 'us-east-1' route_server_propagations_list_only: name: route_server_propagations_list_only @@ -22578,7 +22578,7 @@ components: region, JSON_EXTRACT(Properties, '$.RouteServerId') as route_server_id, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerPropagation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerPropagation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22587,7 +22587,7 @@ components: region, json_extract_path_text(Properties, 'RouteServerId') as route_server_id, json_extract_path_text(Properties, 'RouteTableId') as route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteServerPropagation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteServerPropagation' AND region = 'us-east-1' route_tables: name: route_tables @@ -22647,28 +22647,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteTable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteTableId') as route_table_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::RouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::RouteTable' + AND Identifier = '' AND region = 'us-east-1' route_tables_list_only: name: route_tables_list_only @@ -22691,7 +22691,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22699,7 +22699,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RouteTableId') as route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::RouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::RouteTable' AND region = 'us-east-1' security_groups: name: security_groups @@ -22759,11 +22759,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GroupDescription') as group_description, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, @@ -22772,15 +22772,15 @@ components: JSON_EXTRACT(Properties, '$.SecurityGroupEgress') as security_group_egress, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.GroupId') as group_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GroupDescription') as group_description, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'VpcId') as vpc_id, @@ -22789,8 +22789,8 @@ components: json_extract_path_text(Properties, 'SecurityGroupEgress') as security_group_egress, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'GroupId') as group_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroup' + AND Identifier = '' AND region = 'us-east-1' security_groups_list_only: name: security_groups_list_only @@ -22813,7 +22813,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22821,7 +22821,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroup' AND region = 'us-east-1' security_group_egresses: name: security_group_egresses @@ -22881,11 +22881,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CidrIp') as cidr_ip, JSON_EXTRACT(Properties, '$.CidrIpv6') as cidr_ipv6, JSON_EXTRACT(Properties, '$.Description') as description, @@ -22896,15 +22896,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DestinationPrefixListId') as destination_prefix_list_id, JSON_EXTRACT(Properties, '$.GroupId') as group_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupEgress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupEgress' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CidrIp') as cidr_ip, json_extract_path_text(Properties, 'CidrIpv6') as cidr_ipv6, json_extract_path_text(Properties, 'Description') as description, @@ -22915,8 +22915,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DestinationPrefixListId') as destination_prefix_list_id, json_extract_path_text(Properties, 'GroupId') as group_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupEgress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupEgress' + AND Identifier = '' AND region = 'us-east-1' security_group_egresses_list_only: name: security_group_egresses_list_only @@ -22939,7 +22939,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupEgress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupEgress' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -22947,7 +22947,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupEgress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupEgress' AND region = 'us-east-1' security_group_ingresses: name: security_group_ingresses @@ -23007,11 +23007,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.CidrIp') as cidr_ip, JSON_EXTRACT(Properties, '$.CidrIpv6') as cidr_ipv6, @@ -23025,15 +23025,15 @@ components: JSON_EXTRACT(Properties, '$.SourceSecurityGroupName') as source_security_group_name, JSON_EXTRACT(Properties, '$.SourceSecurityGroupOwnerId') as source_security_group_owner_id, JSON_EXTRACT(Properties, '$.ToPort') as to_port - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupIngress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupIngress' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'CidrIp') as cidr_ip, json_extract_path_text(Properties, 'CidrIpv6') as cidr_ipv6, @@ -23047,8 +23047,8 @@ components: json_extract_path_text(Properties, 'SourceSecurityGroupName') as source_security_group_name, json_extract_path_text(Properties, 'SourceSecurityGroupOwnerId') as source_security_group_owner_id, json_extract_path_text(Properties, 'ToPort') as to_port - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupIngress' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupIngress' + AND Identifier = '' AND region = 'us-east-1' security_group_ingresses_list_only: name: security_group_ingresses_list_only @@ -23071,7 +23071,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupIngress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupIngress' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23079,7 +23079,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupIngress' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupIngress' AND region = 'us-east-1' security_group_vpc_associations: name: security_group_vpc_associations @@ -23127,32 +23127,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.VpcOwnerId') as vpc_owner_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.StateReason') as state_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'VpcOwnerId') as vpc_owner_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'StateReason') as state_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' + AND Identifier = '|' AND region = 'us-east-1' security_group_vpc_associations_list_only: name: security_group_vpc_associations_list_only @@ -23177,7 +23177,7 @@ components: region, JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23186,7 +23186,7 @@ components: region, json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SecurityGroupVpcAssociation' AND region = 'us-east-1' snapshot_block_public_accesses: name: snapshot_block_public_accesses @@ -23246,26 +23246,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' + AND Identifier = '' AND region = 'us-east-1' snapshot_block_public_accesses_list_only: name: snapshot_block_public_accesses_list_only @@ -23288,7 +23288,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23296,7 +23296,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SnapshotBlockPublicAccess' AND region = 'us-east-1' spot_fleets: name: spot_fleets @@ -23356,26 +23356,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SpotFleetRequestConfigData') as spot_fleet_request_config_data - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SpotFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SpotFleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SpotFleetRequestConfigData') as spot_fleet_request_config_data - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SpotFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SpotFleet' + AND Identifier = '' AND region = 'us-east-1' spot_fleets_list_only: name: spot_fleets_list_only @@ -23398,7 +23398,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SpotFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SpotFleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23406,7 +23406,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SpotFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SpotFleet' AND region = 'us-east-1' subnets: name: subnets @@ -23466,11 +23466,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssignIpv6AddressOnCreation') as assign_ipv6_address_on_creation, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.MapPublicIpOnLaunch') as map_public_ip_on_launch, @@ -23492,15 +23492,15 @@ components: JSON_EXTRACT(Properties, '$.Ipv6IpamPoolId') as ipv6_ipam_pool_id, JSON_EXTRACT(Properties, '$.Ipv6NetmaskLength') as ipv6_netmask_length, JSON_EXTRACT(Properties, '$.BlockPublicAccessStates') as block_public_access_states - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Subnet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Subnet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssignIpv6AddressOnCreation') as assign_ipv6_address_on_creation, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'MapPublicIpOnLaunch') as map_public_ip_on_launch, @@ -23522,8 +23522,8 @@ components: json_extract_path_text(Properties, 'Ipv6IpamPoolId') as ipv6_ipam_pool_id, json_extract_path_text(Properties, 'Ipv6NetmaskLength') as ipv6_netmask_length, json_extract_path_text(Properties, 'BlockPublicAccessStates') as block_public_access_states - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::Subnet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::Subnet' + AND Identifier = '' AND region = 'us-east-1' subnets_list_only: name: subnets_list_only @@ -23546,7 +23546,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Subnet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Subnet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23554,7 +23554,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubnetId') as subnet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::Subnet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::Subnet' AND region = 'us-east-1' subnet_cidr_blocks: name: subnet_cidr_blocks @@ -23601,11 +23601,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Ipv6CidrBlock') as ipv6_cidr_block, JSON_EXTRACT(Properties, '$.Ipv6IpamPoolId') as ipv6_ipam_pool_id, @@ -23613,15 +23613,15 @@ components: JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.Ipv6AddressAttribute') as ipv6_address_attribute, JSON_EXTRACT(Properties, '$.IpSource') as ip_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetCidrBlock' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetCidrBlock' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Ipv6CidrBlock') as ipv6_cidr_block, json_extract_path_text(Properties, 'Ipv6IpamPoolId') as ipv6_ipam_pool_id, @@ -23629,8 +23629,8 @@ components: json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'Ipv6AddressAttribute') as ipv6_address_attribute, json_extract_path_text(Properties, 'IpSource') as ip_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetCidrBlock' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetCidrBlock' + AND Identifier = '' AND region = 'us-east-1' subnet_cidr_blocks_list_only: name: subnet_cidr_blocks_list_only @@ -23653,7 +23653,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetCidrBlock' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetCidrBlock' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23661,7 +23661,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetCidrBlock' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetCidrBlock' AND region = 'us-east-1' subnet_network_acl_associations: name: subnet_network_acl_associations @@ -23708,28 +23708,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.NetworkAclId') as network_acl_id, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'NetworkAclId') as network_acl_id, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' + AND Identifier = '' AND region = 'us-east-1' subnet_network_acl_associations_list_only: name: subnet_network_acl_associations_list_only @@ -23752,7 +23752,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23760,7 +23760,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetNetworkAclAssociation' AND region = 'us-east-1' subnet_route_table_associations: name: subnet_route_table_associations @@ -23807,28 +23807,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RouteTableId') as route_table_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RouteTableId') as route_table_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::SubnetRouteTableAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::SubnetRouteTableAssociation' + AND Identifier = '' AND region = 'us-east-1' subnet_route_table_associations_list_only: name: subnet_route_table_associations_list_only @@ -23851,7 +23851,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetRouteTableAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23859,7 +23859,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::SubnetRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::SubnetRouteTableAssociation' AND region = 'us-east-1' traffic_mirror_filters: name: traffic_mirror_filters @@ -23919,30 +23919,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.NetworkServices') as network_services, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorFilter' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'NetworkServices') as network_services, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorFilter' + AND Identifier = '' AND region = 'us-east-1' traffic_mirror_filters_list_only: name: traffic_mirror_filters_list_only @@ -23965,7 +23965,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorFilter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -23973,7 +23973,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorFilter' AND region = 'us-east-1' traffic_mirror_filter_rules: name: traffic_mirror_filter_rules @@ -24033,11 +24033,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DestinationPortRange') as destination_port_range, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SourcePortRange') as source_port_range, @@ -24050,15 +24050,15 @@ components: JSON_EXTRACT(Properties, '$.TrafficDirection') as traffic_direction, JSON_EXTRACT(Properties, '$.Protocol') as protocol, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilterRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorFilterRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DestinationPortRange') as destination_port_range, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SourcePortRange') as source_port_range, @@ -24071,8 +24071,8 @@ components: json_extract_path_text(Properties, 'TrafficDirection') as traffic_direction, json_extract_path_text(Properties, 'Protocol') as protocol, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilterRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorFilterRule' + AND Identifier = '' AND region = 'us-east-1' traffic_mirror_filter_rules_list_only: name: traffic_mirror_filter_rules_list_only @@ -24095,7 +24095,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrafficMirrorFilterRuleId') as traffic_mirror_filter_rule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilterRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorFilterRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24103,7 +24103,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrafficMirrorFilterRuleId') as traffic_mirror_filter_rule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorFilterRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorFilterRule' AND region = 'us-east-1' traffic_mirror_sessions: name: traffic_mirror_sessions @@ -24163,11 +24163,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id, JSON_EXTRACT(Properties, '$.TrafficMirrorTargetId') as traffic_mirror_target_id, @@ -24178,15 +24178,15 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorSession' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorSession' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id, json_extract_path_text(Properties, 'TrafficMirrorTargetId') as traffic_mirror_target_id, @@ -24197,8 +24197,8 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorSession' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorSession' + AND Identifier = '' AND region = 'us-east-1' traffic_mirror_sessions_list_only: name: traffic_mirror_sessions_list_only @@ -24221,7 +24221,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorSession' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorSession' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24229,7 +24229,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorSession' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorSession' AND region = 'us-east-1' traffic_mirror_targets: name: traffic_mirror_targets @@ -24289,34 +24289,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NetworkLoadBalancerArn') as network_load_balancer_arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id, JSON_EXTRACT(Properties, '$.GatewayLoadBalancerEndpointId') as gateway_load_balancer_endpoint_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorTarget' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NetworkLoadBalancerArn') as network_load_balancer_arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id, json_extract_path_text(Properties, 'GatewayLoadBalancerEndpointId') as gateway_load_balancer_endpoint_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TrafficMirrorTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TrafficMirrorTarget' + AND Identifier = '' AND region = 'us-east-1' traffic_mirror_targets_list_only: name: traffic_mirror_targets_list_only @@ -24339,7 +24339,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorTarget' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24347,7 +24347,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TrafficMirrorTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TrafficMirrorTarget' AND region = 'us-east-1' transit_gateways: name: transit_gateways @@ -24407,11 +24407,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DefaultRouteTablePropagation') as default_route_table_propagation, JSON_EXTRACT(Properties, '$.TransitGatewayArn') as transit_gateway_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -24427,15 +24427,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AssociationDefaultRouteTableId') as association_default_route_table_id, JSON_EXTRACT(Properties, '$.PropagationDefaultRouteTableId') as propagation_default_route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DefaultRouteTablePropagation') as default_route_table_propagation, json_extract_path_text(Properties, 'TransitGatewayArn') as transit_gateway_arn, json_extract_path_text(Properties, 'Description') as description, @@ -24451,8 +24451,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AssociationDefaultRouteTableId') as association_default_route_table_id, json_extract_path_text(Properties, 'PropagationDefaultRouteTableId') as propagation_default_route_table_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGateway' + AND Identifier = '' AND region = 'us-east-1' transit_gateways_list_only: name: transit_gateways_list_only @@ -24475,7 +24475,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24483,7 +24483,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGateway' AND region = 'us-east-1' transit_gateway_attachments: name: transit_gateway_attachments @@ -24543,34 +24543,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Options') as options, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Options') as options, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayAttachment' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_attachments_list_only: name: transit_gateway_attachments_list_only @@ -24593,7 +24593,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24601,7 +24601,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayAttachment' AND region = 'us-east-1' transit_gateway_connects: name: transit_gateway_connects @@ -24661,11 +24661,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.TransportTransitGatewayAttachmentId') as transport_transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, @@ -24673,15 +24673,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnect' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayConnect' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'TransportTransitGatewayAttachmentId') as transport_transit_gateway_attachment_id, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, @@ -24689,8 +24689,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnect' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayConnect' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_connects_list_only: name: transit_gateway_connects_list_only @@ -24713,7 +24713,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnect' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayConnect' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24721,7 +24721,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnect' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayConnect' AND region = 'us-east-1' transit_gateway_connect_peers: name: transit_gateway_connect_peers @@ -24781,34 +24781,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.TransitGatewayConnectPeerId') as transit_gateway_connect_peer_id, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.ConnectPeerConfiguration') as connect_peer_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnectPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayConnectPeer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'TransitGatewayConnectPeerId') as transit_gateway_connect_peer_id, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'ConnectPeerConfiguration') as connect_peer_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnectPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayConnectPeer' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_connect_peers_list_only: name: transit_gateway_connect_peers_list_only @@ -24831,7 +24831,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransitGatewayConnectPeerId') as transit_gateway_connect_peer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnectPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayConnectPeer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24839,7 +24839,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransitGatewayConnectPeerId') as transit_gateway_connect_peer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayConnectPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayConnectPeer' AND region = 'us-east-1' transit_gateway_multicast_domains: name: transit_gateway_multicast_domains @@ -24899,11 +24899,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainArn') as transit_gateway_multicast_domain_arn, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, @@ -24911,15 +24911,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainArn') as transit_gateway_multicast_domain_arn, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, @@ -24927,8 +24927,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_multicast_domains_list_only: name: transit_gateway_multicast_domains_list_only @@ -24951,7 +24951,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -24959,7 +24959,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomain' AND region = 'us-east-1' transit_gateway_multicast_domain_associations: name: transit_gateway_multicast_domain_associations @@ -25008,34 +25008,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' + AND Identifier = '||' AND region = 'us-east-1' transit_gateway_multicast_domain_associations_list_only: name: transit_gateway_multicast_domain_associations_list_only @@ -25062,7 +25062,7 @@ components: JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25072,7 +25072,7 @@ components: json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'SubnetId') as subnet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastDomainAssociation' AND region = 'us-east-1' transit_gateway_multicast_group_members: name: transit_gateway_multicast_group_members @@ -25121,11 +25121,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GroupIpAddress') as group_ip_address, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, @@ -25136,15 +25136,15 @@ components: JSON_EXTRACT(Properties, '$.GroupMember') as group_member, JSON_EXTRACT(Properties, '$.GroupSource') as group_source, JSON_EXTRACT(Properties, '$.MemberType') as member_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GroupIpAddress') as group_ip_address, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, @@ -25155,8 +25155,8 @@ components: json_extract_path_text(Properties, 'GroupMember') as group_member, json_extract_path_text(Properties, 'GroupSource') as group_source, json_extract_path_text(Properties, 'MemberType') as member_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' + AND Identifier = '||' AND region = 'us-east-1' transit_gateway_multicast_group_members_list_only: name: transit_gateway_multicast_group_members_list_only @@ -25183,7 +25183,7 @@ components: JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, JSON_EXTRACT(Properties, '$.GroupIpAddress') as group_ip_address, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25193,7 +25193,7 @@ components: json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, json_extract_path_text(Properties, 'GroupIpAddress') as group_ip_address, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupMember' AND region = 'us-east-1' transit_gateway_multicast_group_sources: name: transit_gateway_multicast_group_sources @@ -25242,11 +25242,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GroupIpAddress') as group_ip_address, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id, JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, @@ -25257,15 +25257,15 @@ components: JSON_EXTRACT(Properties, '$.GroupMember') as group_member, JSON_EXTRACT(Properties, '$.GroupSource') as group_source, JSON_EXTRACT(Properties, '$.SourceType') as source_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GroupIpAddress') as group_ip_address, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id, json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, @@ -25276,8 +25276,8 @@ components: json_extract_path_text(Properties, 'GroupMember') as group_member, json_extract_path_text(Properties, 'GroupSource') as group_source, json_extract_path_text(Properties, 'SourceType') as source_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' + AND Identifier = '||' AND region = 'us-east-1' transit_gateway_multicast_group_sources_list_only: name: transit_gateway_multicast_group_sources_list_only @@ -25304,7 +25304,7 @@ components: JSON_EXTRACT(Properties, '$.TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, JSON_EXTRACT(Properties, '$.GroupIpAddress') as group_ip_address, JSON_EXTRACT(Properties, '$.NetworkInterfaceId') as network_interface_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25314,7 +25314,7 @@ components: json_extract_path_text(Properties, 'TransitGatewayMulticastDomainId') as transit_gateway_multicast_domain_id, json_extract_path_text(Properties, 'GroupIpAddress') as group_ip_address, json_extract_path_text(Properties, 'NetworkInterfaceId') as network_interface_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayMulticastGroupSource' AND region = 'us-east-1' transit_gateway_peering_attachments: name: transit_gateway_peering_attachments @@ -25374,11 +25374,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.PeerTransitGatewayId') as peer_transit_gateway_id, @@ -25388,15 +25388,15 @@ components: JSON_EXTRACT(Properties, '$.PeerRegion') as peer_region, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'PeerTransitGatewayId') as peer_transit_gateway_id, @@ -25406,8 +25406,8 @@ components: json_extract_path_text(Properties, 'PeerRegion') as peer_region, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_peering_attachments_list_only: name: transit_gateway_peering_attachments_list_only @@ -25430,7 +25430,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25438,7 +25438,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayPeeringAttachment' AND region = 'us-east-1' transit_gateway_routes: name: transit_gateway_routes @@ -25486,30 +25486,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block, JSON_EXTRACT(Properties, '$.Blackhole') as blackhole, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRoute' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block, json_extract_path_text(Properties, 'Blackhole') as blackhole, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRoute' + AND Identifier = '|' AND region = 'us-east-1' transit_gateway_routes_list_only: name: transit_gateway_routes_list_only @@ -25534,7 +25534,7 @@ components: region, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRoute' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25543,7 +25543,7 @@ components: region, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRoute' AND region = 'us-east-1' transit_gateway_route_tables: name: transit_gateway_route_tables @@ -25603,28 +25603,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTable' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_route_tables_list_only: name: transit_gateway_route_tables_list_only @@ -25647,7 +25647,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25655,7 +25655,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTable' AND region = 'us-east-1' transit_gateway_route_table_associations: name: transit_gateway_route_table_associations @@ -25703,26 +25703,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' + AND Identifier = '|' AND region = 'us-east-1' transit_gateway_route_table_associations_list_only: name: transit_gateway_route_table_associations_list_only @@ -25747,7 +25747,7 @@ components: region, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25756,7 +25756,7 @@ components: region, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTableAssociation' AND region = 'us-east-1' transit_gateway_route_table_propagations: name: transit_gateway_route_table_propagations @@ -25804,26 +25804,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' + AND Identifier = '|' AND region = 'us-east-1' transit_gateway_route_table_propagations_list_only: name: transit_gateway_route_table_propagations_list_only @@ -25848,7 +25848,7 @@ components: region, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableId') as transit_gateway_route_table_id, JSON_EXTRACT(Properties, '$.TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25857,7 +25857,7 @@ components: region, json_extract_path_text(Properties, 'TransitGatewayRouteTableId') as transit_gateway_route_table_id, json_extract_path_text(Properties, 'TransitGatewayAttachmentId') as transit_gateway_attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayRouteTablePropagation' AND region = 'us-east-1' transit_gateway_vpc_attachments: name: transit_gateway_vpc_attachments @@ -25917,11 +25917,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, @@ -25930,15 +25930,15 @@ components: JSON_EXTRACT(Properties, '$.RemoveSubnetIds') as remove_subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, @@ -25947,8 +25947,8 @@ components: json_extract_path_text(Properties, 'RemoveSubnetIds') as remove_subnet_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_vpc_attachments_list_only: name: transit_gateway_vpc_attachments_list_only @@ -25971,7 +25971,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -25979,7 +25979,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::TransitGatewayVpcAttachment' AND region = 'us-east-1' verified_access_endpoints: name: verified_access_endpoints @@ -26039,11 +26039,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VerifiedAccessEndpointId') as verified_access_endpoint_id, JSON_EXTRACT(Properties, '$.VerifiedAccessGroupId') as verified_access_group_id, JSON_EXTRACT(Properties, '$.VerifiedAccessInstanceId') as verified_access_instance_id, @@ -26067,15 +26067,15 @@ components: JSON_EXTRACT(Properties, '$.PolicyEnabled') as policy_enabled, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SseSpecification') as sse_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VerifiedAccessEndpointId') as verified_access_endpoint_id, json_extract_path_text(Properties, 'VerifiedAccessGroupId') as verified_access_group_id, json_extract_path_text(Properties, 'VerifiedAccessInstanceId') as verified_access_instance_id, @@ -26099,8 +26099,8 @@ components: json_extract_path_text(Properties, 'PolicyEnabled') as policy_enabled, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SseSpecification') as sse_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessEndpoint' + AND Identifier = '' AND region = 'us-east-1' verified_access_endpoints_list_only: name: verified_access_endpoints_list_only @@ -26123,7 +26123,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VerifiedAccessEndpointId') as verified_access_endpoint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26131,7 +26131,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VerifiedAccessEndpointId') as verified_access_endpoint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessEndpoint' AND region = 'us-east-1' verified_access_groups: name: verified_access_groups @@ -26191,11 +26191,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VerifiedAccessGroupId') as verified_access_group_id, JSON_EXTRACT(Properties, '$.VerifiedAccessInstanceId') as verified_access_instance_id, JSON_EXTRACT(Properties, '$.VerifiedAccessGroupArn') as verified_access_group_arn, @@ -26207,15 +26207,15 @@ components: JSON_EXTRACT(Properties, '$.PolicyEnabled') as policy_enabled, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SseSpecification') as sse_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VerifiedAccessGroupId') as verified_access_group_id, json_extract_path_text(Properties, 'VerifiedAccessInstanceId') as verified_access_instance_id, json_extract_path_text(Properties, 'VerifiedAccessGroupArn') as verified_access_group_arn, @@ -26227,8 +26227,8 @@ components: json_extract_path_text(Properties, 'PolicyEnabled') as policy_enabled, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SseSpecification') as sse_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessGroup' + AND Identifier = '' AND region = 'us-east-1' verified_access_groups_list_only: name: verified_access_groups_list_only @@ -26251,7 +26251,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VerifiedAccessGroupId') as verified_access_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26259,7 +26259,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VerifiedAccessGroupId') as verified_access_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessGroup' AND region = 'us-east-1' verified_access_trust_providers: name: verified_access_trust_providers @@ -26319,11 +26319,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TrustProviderType') as trust_provider_type, JSON_EXTRACT(Properties, '$.DeviceTrustProviderType') as device_trust_provider_type, JSON_EXTRACT(Properties, '$.UserTrustProviderType') as user_trust_provider_type, @@ -26337,15 +26337,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SseSpecification') as sse_specification, JSON_EXTRACT(Properties, '$.NativeApplicationOidcOptions') as native_application_oidc_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TrustProviderType') as trust_provider_type, json_extract_path_text(Properties, 'DeviceTrustProviderType') as device_trust_provider_type, json_extract_path_text(Properties, 'UserTrustProviderType') as user_trust_provider_type, @@ -26359,8 +26359,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SseSpecification') as sse_specification, json_extract_path_text(Properties, 'NativeApplicationOidcOptions') as native_application_oidc_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' + AND Identifier = '' AND region = 'us-east-1' verified_access_trust_providers_list_only: name: verified_access_trust_providers_list_only @@ -26383,7 +26383,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VerifiedAccessTrustProviderId') as verified_access_trust_provider_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26391,7 +26391,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VerifiedAccessTrustProviderId') as verified_access_trust_provider_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessTrustProvider' AND region = 'us-east-1' verified_access_instances: name: verified_access_instances @@ -26451,11 +26451,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VerifiedAccessInstanceId') as verified_access_instance_id, JSON_EXTRACT(Properties, '$.VerifiedAccessTrustProviders') as verified_access_trust_providers, JSON_EXTRACT(Properties, '$.VerifiedAccessTrustProviderIds') as verified_access_trust_provider_ids, @@ -26467,15 +26467,15 @@ components: JSON_EXTRACT(Properties, '$.FipsEnabled') as fips_enabled, JSON_EXTRACT(Properties, '$.CidrEndpointsCustomSubDomain') as cidr_endpoints_custom_sub_domain, JSON_EXTRACT(Properties, '$.CidrEndpointsCustomSubDomainNameServers') as cidr_endpoints_custom_sub_domain_name_servers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VerifiedAccessInstanceId') as verified_access_instance_id, json_extract_path_text(Properties, 'VerifiedAccessTrustProviders') as verified_access_trust_providers, json_extract_path_text(Properties, 'VerifiedAccessTrustProviderIds') as verified_access_trust_provider_ids, @@ -26487,8 +26487,8 @@ components: json_extract_path_text(Properties, 'FipsEnabled') as fips_enabled, json_extract_path_text(Properties, 'CidrEndpointsCustomSubDomain') as cidr_endpoints_custom_sub_domain, json_extract_path_text(Properties, 'CidrEndpointsCustomSubDomainNameServers') as cidr_endpoints_custom_sub_domain_name_servers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VerifiedAccessInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VerifiedAccessInstance' + AND Identifier = '' AND region = 'us-east-1' verified_access_instances_list_only: name: verified_access_instances_list_only @@ -26511,7 +26511,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VerifiedAccessInstanceId') as verified_access_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26519,7 +26519,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VerifiedAccessInstanceId') as verified_access_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VerifiedAccessInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VerifiedAccessInstance' AND region = 'us-east-1' volume_attachments: name: volume_attachments @@ -26567,28 +26567,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id, JSON_EXTRACT(Properties, '$.Device') as device - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VolumeAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VolumeAttachment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'InstanceId') as instance_id, json_extract_path_text(Properties, 'Device') as device - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VolumeAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VolumeAttachment' + AND Identifier = '|' AND region = 'us-east-1' volume_attachments_list_only: name: volume_attachments_list_only @@ -26613,7 +26613,7 @@ components: region, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.InstanceId') as instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VolumeAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VolumeAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26622,7 +26622,7 @@ components: region, json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'InstanceId') as instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VolumeAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VolumeAttachment' AND region = 'us-east-1' vpcs: name: vpcs @@ -26682,11 +26682,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.InstanceTenancy') as instance_tenancy, JSON_EXTRACT(Properties, '$.Ipv4NetmaskLength') as ipv4_netmask_length, @@ -26699,15 +26699,15 @@ components: JSON_EXTRACT(Properties, '$.DefaultSecurityGroup') as default_security_group, JSON_EXTRACT(Properties, '$.EnableDnsHostnames') as enable_dns_hostnames, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPC' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPC' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'InstanceTenancy') as instance_tenancy, json_extract_path_text(Properties, 'Ipv4NetmaskLength') as ipv4_netmask_length, @@ -26720,8 +26720,8 @@ components: json_extract_path_text(Properties, 'DefaultSecurityGroup') as default_security_group, json_extract_path_text(Properties, 'EnableDnsHostnames') as enable_dns_hostnames, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPC' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPC' + AND Identifier = '' AND region = 'us-east-1' vpcs_list_only: name: vpcs_list_only @@ -26744,7 +26744,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPC' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPC' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26752,7 +26752,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPC' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPC' AND region = 'us-east-1' vpc_block_public_access_exclusions: name: vpc_block_public_access_exclusions @@ -26812,32 +26812,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ExclusionId') as exclusion_id, JSON_EXTRACT(Properties, '$.InternetGatewayExclusionMode') as internet_gateway_exclusion_mode, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ExclusionId') as exclusion_id, json_extract_path_text(Properties, 'InternetGatewayExclusionMode') as internet_gateway_exclusion_mode, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' + AND Identifier = '' AND region = 'us-east-1' vpc_block_public_access_exclusions_list_only: name: vpc_block_public_access_exclusions_list_only @@ -26860,7 +26860,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ExclusionId') as exclusion_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -26868,7 +26868,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ExclusionId') as exclusion_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessExclusion' AND region = 'us-east-1' vpc_block_public_access_options: name: vpc_block_public_access_options @@ -26928,28 +26928,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InternetGatewayBlockMode') as internet_gateway_block_mode, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.ExclusionsAllowed') as exclusions_allowed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessOptions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessOptions' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InternetGatewayBlockMode') as internet_gateway_block_mode, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'ExclusionsAllowed') as exclusions_allowed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCBlockPublicAccessOptions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCBlockPublicAccessOptions' + AND Identifier = '' AND region = 'us-east-1' vpc_cidr_blocks: name: vpc_cidr_blocks @@ -26997,11 +26997,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CidrBlock') as cidr_block, JSON_EXTRACT(Properties, '$.Ipv6Pool') as ipv6_pool, JSON_EXTRACT(Properties, '$.Id') as id, @@ -27015,15 +27015,15 @@ components: JSON_EXTRACT(Properties, '$.Ipv6AddressAttribute') as ipv6_address_attribute, JSON_EXTRACT(Properties, '$.IpSource') as ip_source, JSON_EXTRACT(Properties, '$.Ipv6CidrBlockNetworkBorderGroup') as ipv6_cidr_block_network_border_group - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCCidrBlock' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCCidrBlock' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CidrBlock') as cidr_block, json_extract_path_text(Properties, 'Ipv6Pool') as ipv6_pool, json_extract_path_text(Properties, 'Id') as id, @@ -27037,8 +27037,8 @@ components: json_extract_path_text(Properties, 'Ipv6AddressAttribute') as ipv6_address_attribute, json_extract_path_text(Properties, 'IpSource') as ip_source, json_extract_path_text(Properties, 'Ipv6CidrBlockNetworkBorderGroup') as ipv6_cidr_block_network_border_group - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCCidrBlock' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCCidrBlock' + AND Identifier = '|' AND region = 'us-east-1' vpc_cidr_blocks_list_only: name: vpc_cidr_blocks_list_only @@ -27063,7 +27063,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCCidrBlock' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCCidrBlock' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27072,7 +27072,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCCidrBlock' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCCidrBlock' AND region = 'us-east-1' vpcdhcp_options_associations: name: vpcdhcp_options_associations @@ -27133,26 +27133,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DhcpOptionsId') as dhcp_options_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DhcpOptionsId') as dhcp_options_id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' + AND Identifier = '|' AND region = 'us-east-1' vpcdhcp_options_associations_list_only: name: vpcdhcp_options_associations_list_only @@ -27177,7 +27177,7 @@ components: region, JSON_EXTRACT(Properties, '$.DhcpOptionsId') as dhcp_options_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27186,7 +27186,7 @@ components: region, json_extract_path_text(Properties, 'DhcpOptionsId') as dhcp_options_id, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCDHCPOptionsAssociation' AND region = 'us-east-1' vpc_endpoints: name: vpc_endpoints @@ -27246,11 +27246,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PrivateDnsEnabled') as private_dns_enabled, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type, JSON_EXTRACT(Properties, '$.ServiceRegion') as service_region, @@ -27269,15 +27269,15 @@ components: JSON_EXTRACT(Properties, '$.VpcEndpointType') as vpc_endpoint_type, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PrivateDnsEnabled') as private_dns_enabled, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type, json_extract_path_text(Properties, 'ServiceRegion') as service_region, @@ -27296,8 +27296,8 @@ components: json_extract_path_text(Properties, 'VpcEndpointType') as vpc_endpoint_type, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpoint' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoints_list_only: name: vpc_endpoints_list_only @@ -27320,7 +27320,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27328,7 +27328,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpoint' AND region = 'us-east-1' vpc_endpoint_connection_notifications: name: vpc_endpoint_connection_notifications @@ -27388,32 +27388,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectionEvents') as connection_events, JSON_EXTRACT(Properties, '$.VPCEndpointId') as vpc_endpoint_id, JSON_EXTRACT(Properties, '$.VPCEndpointConnectionNotificationId') as vpc_endpoint_connection_notification_id, JSON_EXTRACT(Properties, '$.ConnectionNotificationArn') as connection_notification_arn, JSON_EXTRACT(Properties, '$.ServiceId') as service_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectionEvents') as connection_events, json_extract_path_text(Properties, 'VPCEndpointId') as vpc_endpoint_id, json_extract_path_text(Properties, 'VPCEndpointConnectionNotificationId') as vpc_endpoint_connection_notification_id, json_extract_path_text(Properties, 'ConnectionNotificationArn') as connection_notification_arn, json_extract_path_text(Properties, 'ServiceId') as service_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoint_connection_notifications_list_only: name: vpc_endpoint_connection_notifications_list_only @@ -27436,7 +27436,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VPCEndpointConnectionNotificationId') as vpc_endpoint_connection_notification_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27444,7 +27444,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VPCEndpointConnectionNotificationId') as vpc_endpoint_connection_notification_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointConnectionNotification' AND region = 'us-east-1' vpc_endpoint_services: name: vpc_endpoint_services @@ -27504,11 +27504,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NetworkLoadBalancerArns') as network_load_balancer_arns, JSON_EXTRACT(Properties, '$.ContributorInsightsEnabled') as contributor_insights_enabled, JSON_EXTRACT(Properties, '$.PayerResponsibility') as payer_responsibility, @@ -27518,15 +27518,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SupportedIpAddressTypes') as supported_ip_address_types, JSON_EXTRACT(Properties, '$.SupportedRegions') as supported_regions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointService' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointService' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NetworkLoadBalancerArns') as network_load_balancer_arns, json_extract_path_text(Properties, 'ContributorInsightsEnabled') as contributor_insights_enabled, json_extract_path_text(Properties, 'PayerResponsibility') as payer_responsibility, @@ -27536,8 +27536,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SupportedIpAddressTypes') as supported_ip_address_types, json_extract_path_text(Properties, 'SupportedRegions') as supported_regions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointService' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointService' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoint_services_list_only: name: vpc_endpoint_services_list_only @@ -27560,7 +27560,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServiceId') as service_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointService' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointService' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27568,7 +27568,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServiceId') as service_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointService' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointService' AND region = 'us-east-1' vpc_endpoint_service_permissions: name: vpc_endpoint_service_permissions @@ -27628,26 +27628,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowedPrincipals') as allowed_principals, JSON_EXTRACT(Properties, '$.ServiceId') as service_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointServicePermissions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointServicePermissions' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowedPrincipals') as allowed_principals, json_extract_path_text(Properties, 'ServiceId') as service_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCEndpointServicePermissions' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCEndpointServicePermissions' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoint_service_permissions_list_only: name: vpc_endpoint_service_permissions_list_only @@ -27670,7 +27670,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServiceId') as service_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointServicePermissions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointServicePermissions' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27678,7 +27678,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServiceId') as service_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCEndpointServicePermissions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCEndpointServicePermissions' AND region = 'us-east-1' vpc_gateway_attachments: name: vpc_gateway_attachments @@ -27739,30 +27739,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AttachmentType') as attachment_type, JSON_EXTRACT(Properties, '$.InternetGatewayId') as internet_gateway_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.VpnGatewayId') as vpn_gateway_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCGatewayAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCGatewayAttachment' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AttachmentType') as attachment_type, json_extract_path_text(Properties, 'InternetGatewayId') as internet_gateway_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'VpnGatewayId') as vpn_gateway_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCGatewayAttachment' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCGatewayAttachment' + AND Identifier = '|' AND region = 'us-east-1' vpc_gateway_attachments_list_only: name: vpc_gateway_attachments_list_only @@ -27787,7 +27787,7 @@ components: region, JSON_EXTRACT(Properties, '$.AttachmentType') as attachment_type, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCGatewayAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27796,7 +27796,7 @@ components: region, json_extract_path_text(Properties, 'AttachmentType') as attachment_type, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCGatewayAttachment' AND region = 'us-east-1' vpc_peering_connections: name: vpc_peering_connections @@ -27856,11 +27856,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PeerRoleArn') as peer_role_arn, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.PeerVpcId') as peer_vpc_id, @@ -27868,15 +27868,15 @@ components: JSON_EXTRACT(Properties, '$.PeerRegion') as peer_region, JSON_EXTRACT(Properties, '$.PeerOwnerId') as peer_owner_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCPeeringConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCPeeringConnection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PeerRoleArn') as peer_role_arn, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'PeerVpcId') as peer_vpc_id, @@ -27884,8 +27884,8 @@ components: json_extract_path_text(Properties, 'PeerRegion') as peer_region, json_extract_path_text(Properties, 'PeerOwnerId') as peer_owner_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPCPeeringConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPCPeeringConnection' + AND Identifier = '' AND region = 'us-east-1' vpc_peering_connections_list_only: name: vpc_peering_connections_list_only @@ -27908,7 +27908,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCPeeringConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCPeeringConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -27916,7 +27916,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPCPeeringConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPCPeeringConnection' AND region = 'us-east-1' vpn_connections: name: vpn_connections @@ -27976,11 +27976,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RemoteIpv6NetworkCidr') as remote_ipv6_network_cidr, JSON_EXTRACT(Properties, '$.RemoteIpv4NetworkCidr') as remote_ipv4_network_cidr, JSON_EXTRACT(Properties, '$.VpnTunnelOptionsSpecifications') as vpn_tunnel_options_specifications, @@ -27998,15 +27998,15 @@ components: JSON_EXTRACT(Properties, '$.VpnConnectionId') as vpn_connection_id, JSON_EXTRACT(Properties, '$.TunnelInsideIpVersion') as tunnel_inside_ip_version, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNConnection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RemoteIpv6NetworkCidr') as remote_ipv6_network_cidr, json_extract_path_text(Properties, 'RemoteIpv4NetworkCidr') as remote_ipv4_network_cidr, json_extract_path_text(Properties, 'VpnTunnelOptionsSpecifications') as vpn_tunnel_options_specifications, @@ -28024,8 +28024,8 @@ components: json_extract_path_text(Properties, 'VpnConnectionId') as vpn_connection_id, json_extract_path_text(Properties, 'TunnelInsideIpVersion') as tunnel_inside_ip_version, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNConnection' + AND Identifier = '' AND region = 'us-east-1' vpn_connections_list_only: name: vpn_connections_list_only @@ -28048,7 +28048,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -28056,7 +28056,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNConnection' AND region = 'us-east-1' vpn_connection_routes: name: vpn_connection_routes @@ -28104,26 +28104,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block, JSON_EXTRACT(Properties, '$.VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNConnectionRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNConnectionRoute' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block, json_extract_path_text(Properties, 'VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNConnectionRoute' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNConnectionRoute' + AND Identifier = '|' AND region = 'us-east-1' vpn_connection_routes_list_only: name: vpn_connection_routes_list_only @@ -28148,7 +28148,7 @@ components: region, JSON_EXTRACT(Properties, '$.DestinationCidrBlock') as destination_cidr_block, JSON_EXTRACT(Properties, '$.VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNConnectionRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNConnectionRoute' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -28157,7 +28157,7 @@ components: region, json_extract_path_text(Properties, 'DestinationCidrBlock') as destination_cidr_block, json_extract_path_text(Properties, 'VpnConnectionId') as vpn_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNConnectionRoute' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNConnectionRoute' AND region = 'us-east-1' vpn_gateways: name: vpn_gateways @@ -28217,30 +28217,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VPNGatewayId') as v_pn_gateway_id, JSON_EXTRACT(Properties, '$.AmazonSideAsn') as amazon_side_asn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VPNGatewayId') as v_pn_gateway_id, json_extract_path_text(Properties, 'AmazonSideAsn') as amazon_side_asn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EC2::VPNGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EC2::VPNGateway' + AND Identifier = '' AND region = 'us-east-1' vpn_gateways_list_only: name: vpn_gateways_list_only @@ -28263,7 +28263,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VPNGatewayId') as v_pn_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -28271,7 +28271,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VPNGatewayId') as v_pn_gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EC2::VPNGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EC2::VPNGateway' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ecr.yaml b/providers/src/awscc/v00.00.00000/services/ecr.yaml index 49514d23..a867ee82 100644 --- a/providers/src/awscc/v00.00.00000/services/ecr.yaml +++ b/providers/src/awscc/v00.00.00000/services/ecr.yaml @@ -1544,32 +1544,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name, JSON_EXTRACT(Properties, '$.RepositoryPolicyText') as repository_policy_text, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.RepositoryCatalogData') as repository_catalog_data, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::PublicRepository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::PublicRepository' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RepositoryName') as repository_name, json_extract_path_text(Properties, 'RepositoryPolicyText') as repository_policy_text, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'RepositoryCatalogData') as repository_catalog_data, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::PublicRepository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::PublicRepository' + AND Identifier = '' AND region = 'us-east-1' public_repositories_list_only: name: public_repositories_list_only @@ -1592,7 +1592,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::PublicRepository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::PublicRepository' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1600,7 +1600,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RepositoryName') as repository_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::PublicRepository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::PublicRepository' AND region = 'us-east-1' pull_through_cache_rules: name: pull_through_cache_rules @@ -1660,34 +1660,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EcrRepositoryPrefix') as ecr_repository_prefix, JSON_EXTRACT(Properties, '$.UpstreamRegistryUrl') as upstream_registry_url, JSON_EXTRACT(Properties, '$.CredentialArn') as credential_arn, JSON_EXTRACT(Properties, '$.UpstreamRegistry') as upstream_registry, JSON_EXTRACT(Properties, '$.CustomRoleArn') as custom_role_arn, JSON_EXTRACT(Properties, '$.UpstreamRepositoryPrefix') as upstream_repository_prefix - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::PullThroughCacheRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::PullThroughCacheRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EcrRepositoryPrefix') as ecr_repository_prefix, json_extract_path_text(Properties, 'UpstreamRegistryUrl') as upstream_registry_url, json_extract_path_text(Properties, 'CredentialArn') as credential_arn, json_extract_path_text(Properties, 'UpstreamRegistry') as upstream_registry, json_extract_path_text(Properties, 'CustomRoleArn') as custom_role_arn, json_extract_path_text(Properties, 'UpstreamRepositoryPrefix') as upstream_repository_prefix - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::PullThroughCacheRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::PullThroughCacheRule' + AND Identifier = '' AND region = 'us-east-1' pull_through_cache_rules_list_only: name: pull_through_cache_rules_list_only @@ -1710,7 +1710,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EcrRepositoryPrefix') as ecr_repository_prefix - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::PullThroughCacheRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::PullThroughCacheRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1718,7 +1718,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EcrRepositoryPrefix') as ecr_repository_prefix - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::PullThroughCacheRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::PullThroughCacheRule' AND region = 'us-east-1' registry_policies: name: registry_policies @@ -1778,26 +1778,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id, JSON_EXTRACT(Properties, '$.PolicyText') as policy_text - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RegistryPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RegistryPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RegistryId') as registry_id, json_extract_path_text(Properties, 'PolicyText') as policy_text - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RegistryPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RegistryPolicy' + AND Identifier = '' AND region = 'us-east-1' registry_policies_list_only: name: registry_policies_list_only @@ -1820,7 +1820,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RegistryPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RegistryPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1828,7 +1828,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RegistryPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RegistryPolicy' AND region = 'us-east-1' registry_scanning_configurations: name: registry_scanning_configurations @@ -1888,28 +1888,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Rules') as rules, JSON_EXTRACT(Properties, '$.ScanType') as scan_type, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RegistryScanningConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RegistryScanningConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Rules') as rules, json_extract_path_text(Properties, 'ScanType') as scan_type, json_extract_path_text(Properties, 'RegistryId') as registry_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RegistryScanningConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RegistryScanningConfiguration' + AND Identifier = '' AND region = 'us-east-1' registry_scanning_configurations_list_only: name: registry_scanning_configurations_list_only @@ -1932,7 +1932,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RegistryScanningConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RegistryScanningConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1940,7 +1940,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RegistryScanningConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RegistryScanningConfiguration' AND region = 'us-east-1' replication_configurations: name: replication_configurations @@ -2000,26 +2000,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ReplicationConfiguration') as replication_configuration, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::ReplicationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::ReplicationConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ReplicationConfiguration') as replication_configuration, json_extract_path_text(Properties, 'RegistryId') as registry_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::ReplicationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::ReplicationConfiguration' + AND Identifier = '' AND region = 'us-east-1' replication_configurations_list_only: name: replication_configurations_list_only @@ -2042,7 +2042,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::ReplicationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::ReplicationConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2050,7 +2050,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RegistryId') as registry_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::ReplicationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::ReplicationConfiguration' AND region = 'us-east-1' repositories: name: repositories @@ -2110,11 +2110,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EmptyOnDelete') as empty_on_delete, JSON_EXTRACT(Properties, '$.LifecyclePolicy') as lifecycle_policy, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name, @@ -2126,15 +2126,15 @@ components: JSON_EXTRACT(Properties, '$.ImageTagMutabilityExclusionFilters') as image_tag_mutability_exclusion_filters, JSON_EXTRACT(Properties, '$.ImageScanningConfiguration') as image_scanning_configuration, JSON_EXTRACT(Properties, '$.EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::Repository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::Repository' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EmptyOnDelete') as empty_on_delete, json_extract_path_text(Properties, 'LifecyclePolicy') as lifecycle_policy, json_extract_path_text(Properties, 'RepositoryName') as repository_name, @@ -2146,8 +2146,8 @@ components: json_extract_path_text(Properties, 'ImageTagMutabilityExclusionFilters') as image_tag_mutability_exclusion_filters, json_extract_path_text(Properties, 'ImageScanningConfiguration') as image_scanning_configuration, json_extract_path_text(Properties, 'EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::Repository' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::Repository' + AND Identifier = '' AND region = 'us-east-1' repositories_list_only: name: repositories_list_only @@ -2170,7 +2170,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RepositoryName') as repository_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::Repository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::Repository' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2178,7 +2178,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RepositoryName') as repository_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::Repository' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::Repository' AND region = 'us-east-1' repository_creation_templates: name: repository_creation_templates @@ -2238,11 +2238,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Prefix') as prefix, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ImageTagMutability') as image_tag_mutability, @@ -2255,15 +2255,15 @@ components: JSON_EXTRACT(Properties, '$.CustomRoleArn') as custom_role_arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RepositoryCreationTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RepositoryCreationTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Prefix') as prefix, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ImageTagMutability') as image_tag_mutability, @@ -2276,8 +2276,8 @@ components: json_extract_path_text(Properties, 'CustomRoleArn') as custom_role_arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECR::RepositoryCreationTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECR::RepositoryCreationTemplate' + AND Identifier = '' AND region = 'us-east-1' repository_creation_templates_list_only: name: repository_creation_templates_list_only @@ -2300,7 +2300,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Prefix') as prefix - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RepositoryCreationTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RepositoryCreationTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2308,7 +2308,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Prefix') as prefix - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECR::RepositoryCreationTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECR::RepositoryCreationTemplate' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ecs.yaml b/providers/src/awscc/v00.00.00000/services/ecs.yaml index 4c89c3ad..d0caea05 100644 --- a/providers/src/awscc/v00.00.00000/services/ecs.yaml +++ b/providers/src/awscc/v00.00.00000/services/ecs.yaml @@ -3452,28 +3452,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DefaultCapacityProviderStrategy') as default_capacity_provider_strategy, JSON_EXTRACT(Properties, '$.CapacityProviders') as capacity_providers, JSON_EXTRACT(Properties, '$.Cluster') as cluster - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DefaultCapacityProviderStrategy') as default_capacity_provider_strategy, json_extract_path_text(Properties, 'CapacityProviders') as capacity_providers, json_extract_path_text(Properties, 'Cluster') as cluster - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' + AND Identifier = '' AND region = 'us-east-1' cluster_capacity_provider_associations_list_only: name: cluster_capacity_provider_associations_list_only @@ -3496,7 +3496,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Cluster') as cluster - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3504,7 +3504,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Cluster') as cluster - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::ClusterCapacityProviderAssociations' AND region = 'us-east-1' primary_task_sets: name: primary_task_sets @@ -3608,11 +3608,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PlatformVersion') as platform_version, JSON_EXTRACT(Properties, '$.PropagateTags') as propagate_tags, JSON_EXTRACT(Properties, '$.ServiceArn') as service_arn, @@ -3641,15 +3641,15 @@ components: JSON_EXTRACT(Properties, '$.TaskDefinition') as task_definition, JSON_EXTRACT(Properties, '$.ServiceName') as service_name, JSON_EXTRACT(Properties, '$.DeploymentConfiguration') as deployment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::Service' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::Service' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PlatformVersion') as platform_version, json_extract_path_text(Properties, 'PropagateTags') as propagate_tags, json_extract_path_text(Properties, 'ServiceArn') as service_arn, @@ -3678,8 +3678,8 @@ components: json_extract_path_text(Properties, 'TaskDefinition') as task_definition, json_extract_path_text(Properties, 'ServiceName') as service_name, json_extract_path_text(Properties, 'DeploymentConfiguration') as deployment_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::Service' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::Service' + AND Identifier = '|' AND region = 'us-east-1' services_list_only: name: services_list_only @@ -3704,7 +3704,7 @@ components: region, JSON_EXTRACT(Properties, '$.ServiceArn') as service_arn, JSON_EXTRACT(Properties, '$.Cluster') as cluster - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::Service' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3713,7 +3713,7 @@ components: region, json_extract_path_text(Properties, 'ServiceArn') as service_arn, json_extract_path_text(Properties, 'Cluster') as cluster - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::Service' AND region = 'us-east-1' task_definitions: name: task_definitions @@ -3773,11 +3773,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TaskRoleArn') as task_role_arn, JSON_EXTRACT(Properties, '$.IpcMode') as ipc_mode, JSON_EXTRACT(Properties, '$.InferenceAccelerators') as inference_accelerators, @@ -3797,15 +3797,15 @@ components: JSON_EXTRACT(Properties, '$.EphemeralStorage') as ephemeral_storage, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TaskDefinitionArn') as task_definition_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::TaskDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TaskRoleArn') as task_role_arn, json_extract_path_text(Properties, 'IpcMode') as ipc_mode, json_extract_path_text(Properties, 'InferenceAccelerators') as inference_accelerators, @@ -3825,8 +3825,8 @@ components: json_extract_path_text(Properties, 'EphemeralStorage') as ephemeral_storage, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TaskDefinitionArn') as task_definition_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::TaskDefinition' + AND Identifier = '' AND region = 'us-east-1' task_definitions_list_only: name: task_definitions_list_only @@ -3849,7 +3849,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TaskDefinitionArn') as task_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::TaskDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::TaskDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3857,7 +3857,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TaskDefinitionArn') as task_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ECS::TaskDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ECS::TaskDefinition' AND region = 'us-east-1' task_sets: name: task_sets @@ -3919,11 +3919,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PlatformVersion') as platform_version, JSON_EXTRACT(Properties, '$.ExternalId') as external_id, JSON_EXTRACT(Properties, '$.Cluster') as cluster, @@ -3937,15 +3937,15 @@ components: JSON_EXTRACT(Properties, '$.NetworkConfiguration') as network_configuration, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::TaskSet' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PlatformVersion') as platform_version, json_extract_path_text(Properties, 'ExternalId') as external_id, json_extract_path_text(Properties, 'Cluster') as cluster, @@ -3959,8 +3959,8 @@ components: json_extract_path_text(Properties, 'NetworkConfiguration') as network_configuration, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ECS::TaskSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ECS::TaskSet' + AND Identifier = '||' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/efs.yaml b/providers/src/awscc/v00.00.00000/services/efs.yaml index b493b88f..ec699d1e 100644 --- a/providers/src/awscc/v00.00.00000/services/efs.yaml +++ b/providers/src/awscc/v00.00.00000/services/efs.yaml @@ -1141,11 +1141,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessPointId') as access_point_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ClientToken') as client_token, @@ -1153,15 +1153,15 @@ components: JSON_EXTRACT(Properties, '$.FileSystemId') as file_system_id, JSON_EXTRACT(Properties, '$.PosixUser') as posix_user, JSON_EXTRACT(Properties, '$.RootDirectory') as root_directory - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessPointId') as access_point_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ClientToken') as client_token, @@ -1169,8 +1169,8 @@ components: json_extract_path_text(Properties, 'FileSystemId') as file_system_id, json_extract_path_text(Properties, 'PosixUser') as posix_user, json_extract_path_text(Properties, 'RootDirectory') as root_directory - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' access_points_list_only: name: access_points_list_only @@ -1193,7 +1193,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccessPointId') as access_point_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::AccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1201,7 +1201,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccessPointId') as access_point_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::AccessPoint' AND region = 'us-east-1' file_systems: name: file_systems @@ -1261,11 +1261,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FileSystemId') as file_system_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Encrypted') as encrypted, @@ -1281,15 +1281,15 @@ components: JSON_EXTRACT(Properties, '$.BackupPolicy') as backup_policy, JSON_EXTRACT(Properties, '$.AvailabilityZoneName') as availability_zone_name, JSON_EXTRACT(Properties, '$.ReplicationConfiguration') as replication_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::FileSystem' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::FileSystem' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FileSystemId') as file_system_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Encrypted') as encrypted, @@ -1305,8 +1305,8 @@ components: json_extract_path_text(Properties, 'BackupPolicy') as backup_policy, json_extract_path_text(Properties, 'AvailabilityZoneName') as availability_zone_name, json_extract_path_text(Properties, 'ReplicationConfiguration') as replication_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::FileSystem' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::FileSystem' + AND Identifier = '' AND region = 'us-east-1' file_systems_list_only: name: file_systems_list_only @@ -1329,7 +1329,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FileSystemId') as file_system_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::FileSystem' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::FileSystem' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1337,7 +1337,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FileSystemId') as file_system_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::FileSystem' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::FileSystem' AND region = 'us-east-1' mount_targets: name: mount_targets @@ -1397,11 +1397,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.IpAddress') as ip_address, JSON_EXTRACT(Properties, '$.Ipv6Address') as ipv6_address, @@ -1409,15 +1409,15 @@ components: JSON_EXTRACT(Properties, '$.FileSystemId') as file_system_id, JSON_EXTRACT(Properties, '$.SecurityGroups') as security_groups, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::MountTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::MountTarget' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'IpAddress') as ip_address, json_extract_path_text(Properties, 'Ipv6Address') as ipv6_address, @@ -1425,8 +1425,8 @@ components: json_extract_path_text(Properties, 'FileSystemId') as file_system_id, json_extract_path_text(Properties, 'SecurityGroups') as security_groups, json_extract_path_text(Properties, 'SubnetId') as subnet_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EFS::MountTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EFS::MountTarget' + AND Identifier = '' AND region = 'us-east-1' mount_targets_list_only: name: mount_targets_list_only @@ -1449,7 +1449,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::MountTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::MountTarget' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1457,7 +1457,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EFS::MountTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EFS::MountTarget' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/eks.yaml b/providers/src/awscc/v00.00.00000/services/eks.yaml index 10a97491..a0d252f4 100644 --- a/providers/src/awscc/v00.00.00000/services/eks.yaml +++ b/providers/src/awscc/v00.00.00000/services/eks.yaml @@ -2186,11 +2186,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.PrincipalArn') as principal_arn, JSON_EXTRACT(Properties, '$.Username') as username, @@ -2199,15 +2199,15 @@ components: JSON_EXTRACT(Properties, '$.KubernetesGroups') as kubernetes_groups, JSON_EXTRACT(Properties, '$.AccessPolicies') as access_policies, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::AccessEntry' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::AccessEntry' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'PrincipalArn') as principal_arn, json_extract_path_text(Properties, 'Username') as username, @@ -2216,8 +2216,8 @@ components: json_extract_path_text(Properties, 'KubernetesGroups') as kubernetes_groups, json_extract_path_text(Properties, 'AccessPolicies') as access_policies, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::AccessEntry' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::AccessEntry' + AND Identifier = '|' AND region = 'us-east-1' access_entries_list_only: name: access_entries_list_only @@ -2242,7 +2242,7 @@ components: region, JSON_EXTRACT(Properties, '$.PrincipalArn') as principal_arn, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::AccessEntry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::AccessEntry' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2251,7 +2251,7 @@ components: region, json_extract_path_text(Properties, 'PrincipalArn') as principal_arn, json_extract_path_text(Properties, 'ClusterName') as cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::AccessEntry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::AccessEntry' AND region = 'us-east-1' pod_identity_associations: name: pod_identity_associations @@ -2311,11 +2311,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Namespace') as namespace, @@ -2326,15 +2326,15 @@ components: JSON_EXTRACT(Properties, '$.ExternalId') as external_id, JSON_EXTRACT(Properties, '$.DisableSessionTags') as disable_session_tags, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::PodIdentityAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::PodIdentityAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Namespace') as namespace, @@ -2345,8 +2345,8 @@ components: json_extract_path_text(Properties, 'ExternalId') as external_id, json_extract_path_text(Properties, 'DisableSessionTags') as disable_session_tags, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::PodIdentityAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::PodIdentityAssociation' + AND Identifier = '' AND region = 'us-east-1' pod_identity_associations_list_only: name: pod_identity_associations_list_only @@ -2369,7 +2369,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::PodIdentityAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::PodIdentityAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2377,7 +2377,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationArn') as association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::PodIdentityAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::PodIdentityAssociation' AND region = 'us-east-1' addons: name: addons @@ -2438,11 +2438,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.AddonName') as addon_name, JSON_EXTRACT(Properties, '$.AddonVersion') as addon_version, @@ -2454,15 +2454,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.NamespaceConfig') as namespace_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Addon' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Addon' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'AddonName') as addon_name, json_extract_path_text(Properties, 'AddonVersion') as addon_version, @@ -2474,8 +2474,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'NamespaceConfig') as namespace_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Addon' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Addon' + AND Identifier = '|' AND region = 'us-east-1' addons_list_only: name: addons_list_only @@ -2500,7 +2500,7 @@ components: region, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.AddonName') as addon_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Addon' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Addon' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2509,7 +2509,7 @@ components: region, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'AddonName') as addon_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Addon' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Addon' AND region = 'us-east-1' clusters: name: clusters @@ -2569,11 +2569,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EncryptionConfig') as encryption_config, JSON_EXTRACT(Properties, '$.KubernetesNetworkConfig') as kubernetes_network_config, JSON_EXTRACT(Properties, '$.Logging') as logging, @@ -2599,15 +2599,15 @@ components: JSON_EXTRACT(Properties, '$.BootstrapSelfManagedAddons') as bootstrap_self_managed_addons, JSON_EXTRACT(Properties, '$.DeletionProtection') as deletion_protection, JSON_EXTRACT(Properties, '$.ZonalShiftConfig') as zonal_shift_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EncryptionConfig') as encryption_config, json_extract_path_text(Properties, 'KubernetesNetworkConfig') as kubernetes_network_config, json_extract_path_text(Properties, 'Logging') as logging, @@ -2633,8 +2633,8 @@ components: json_extract_path_text(Properties, 'BootstrapSelfManagedAddons') as bootstrap_self_managed_addons, json_extract_path_text(Properties, 'DeletionProtection') as deletion_protection, json_extract_path_text(Properties, 'ZonalShiftConfig') as zonal_shift_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -2657,7 +2657,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2665,7 +2665,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Cluster' AND region = 'us-east-1' fargate_profiles: name: fargate_profiles @@ -2726,11 +2726,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.FargateProfileName') as fargate_profile_name, JSON_EXTRACT(Properties, '$.PodExecutionRoleArn') as pod_execution_role_arn, @@ -2738,15 +2738,15 @@ components: JSON_EXTRACT(Properties, '$.Subnets') as subnets, JSON_EXTRACT(Properties, '$.Selectors') as selectors, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::FargateProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::FargateProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'FargateProfileName') as fargate_profile_name, json_extract_path_text(Properties, 'PodExecutionRoleArn') as pod_execution_role_arn, @@ -2754,8 +2754,8 @@ components: json_extract_path_text(Properties, 'Subnets') as subnets, json_extract_path_text(Properties, 'Selectors') as selectors, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::FargateProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::FargateProfile' + AND Identifier = '|' AND region = 'us-east-1' fargate_profiles_list_only: name: fargate_profiles_list_only @@ -2780,7 +2780,7 @@ components: region, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.FargateProfileName') as fargate_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::FargateProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::FargateProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2789,7 +2789,7 @@ components: region, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'FargateProfileName') as fargate_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::FargateProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::FargateProfile' AND region = 'us-east-1' identity_provider_configs: name: identity_provider_configs @@ -2851,34 +2851,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.IdentityProviderConfigName') as identity_provider_config_name, JSON_EXTRACT(Properties, '$.Oidc') as oidc, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IdentityProviderConfigArn') as identity_provider_config_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::IdentityProviderConfig' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'IdentityProviderConfigName') as identity_provider_config_name, json_extract_path_text(Properties, 'Oidc') as oidc, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IdentityProviderConfigArn') as identity_provider_config_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::IdentityProviderConfig' + AND Identifier = '||' AND region = 'us-east-1' identity_provider_configs_list_only: name: identity_provider_configs_list_only @@ -2905,7 +2905,7 @@ components: JSON_EXTRACT(Properties, '$.IdentityProviderConfigName') as identity_provider_config_name, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::IdentityProviderConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2915,7 +2915,7 @@ components: json_extract_path_text(Properties, 'IdentityProviderConfigName') as identity_provider_config_name, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::IdentityProviderConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::IdentityProviderConfig' AND region = 'us-east-1' nodegroups: name: nodegroups @@ -2975,11 +2975,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AmiType') as ami_type, JSON_EXTRACT(Properties, '$.CapacityType') as capacity_type, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, @@ -3001,15 +3001,15 @@ components: JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Nodegroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Nodegroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AmiType') as ami_type, json_extract_path_text(Properties, 'CapacityType') as capacity_type, json_extract_path_text(Properties, 'ClusterName') as cluster_name, @@ -3031,8 +3031,8 @@ components: json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EKS::Nodegroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EKS::Nodegroup' + AND Identifier = '' AND region = 'us-east-1' nodegroups_list_only: name: nodegroups_list_only @@ -3055,7 +3055,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Nodegroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Nodegroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3063,7 +3063,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EKS::Nodegroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EKS::Nodegroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/elasticache.yaml b/providers/src/awscc/v00.00.00000/services/elasticache.yaml index 03e1a1d8..bd43ddf9 100644 --- a/providers/src/awscc/v00.00.00000/services/elasticache.yaml +++ b/providers/src/awscc/v00.00.00000/services/elasticache.yaml @@ -1486,11 +1486,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GlobalReplicationGroupIdSuffix') as global_replication_group_id_suffix, JSON_EXTRACT(Properties, '$.AutomaticFailoverEnabled') as automatic_failover_enabled, JSON_EXTRACT(Properties, '$.CacheNodeType') as cache_node_type, @@ -1503,15 +1503,15 @@ components: JSON_EXTRACT(Properties, '$.Members') as members, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.RegionalConfigurations') as regional_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GlobalReplicationGroupIdSuffix') as global_replication_group_id_suffix, json_extract_path_text(Properties, 'AutomaticFailoverEnabled') as automatic_failover_enabled, json_extract_path_text(Properties, 'CacheNodeType') as cache_node_type, @@ -1524,8 +1524,8 @@ components: json_extract_path_text(Properties, 'Members') as members, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'RegionalConfigurations') as regional_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' + AND Identifier = '' AND region = 'us-east-1' global_replication_groups_list_only: name: global_replication_groups_list_only @@ -1548,7 +1548,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GlobalReplicationGroupId') as global_replication_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1556,7 +1556,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GlobalReplicationGroupId') as global_replication_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::GlobalReplicationGroup' AND region = 'us-east-1' parameter_groups: name: parameter_groups @@ -1616,32 +1616,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Properties') as properties, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CacheParameterGroupName') as cache_parameter_group_name, JSON_EXTRACT(Properties, '$.CacheParameterGroupFamily') as cache_parameter_group_family - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::ParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::ParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Properties') as properties, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CacheParameterGroupName') as cache_parameter_group_name, json_extract_path_text(Properties, 'CacheParameterGroupFamily') as cache_parameter_group_family - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::ParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::ParameterGroup' + AND Identifier = '' AND region = 'us-east-1' parameter_groups_list_only: name: parameter_groups_list_only @@ -1664,7 +1664,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CacheParameterGroupName') as cache_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::ParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::ParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1672,7 +1672,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CacheParameterGroupName') as cache_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::ParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::ParameterGroup' AND region = 'us-east-1' serverless_caches: name: serverless_caches @@ -1732,11 +1732,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ServerlessCacheName') as serverless_cache_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Engine') as engine, @@ -1757,15 +1757,15 @@ components: JSON_EXTRACT(Properties, '$.ReaderEndpoint') as reader_endpoint, JSON_EXTRACT(Properties, '$.ARN') as arn, JSON_EXTRACT(Properties, '$.FinalSnapshotName') as final_snapshot_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::ServerlessCache' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::ServerlessCache' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ServerlessCacheName') as serverless_cache_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Engine') as engine, @@ -1786,8 +1786,8 @@ components: json_extract_path_text(Properties, 'ReaderEndpoint') as reader_endpoint, json_extract_path_text(Properties, 'ARN') as arn, json_extract_path_text(Properties, 'FinalSnapshotName') as final_snapshot_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::ServerlessCache' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::ServerlessCache' + AND Identifier = '' AND region = 'us-east-1' serverless_caches_list_only: name: serverless_caches_list_only @@ -1810,7 +1810,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServerlessCacheName') as serverless_cache_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::ServerlessCache' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::ServerlessCache' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1818,7 +1818,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServerlessCacheName') as serverless_cache_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::ServerlessCache' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::ServerlessCache' AND region = 'us-east-1' subnet_groups: name: subnet_groups @@ -1878,30 +1878,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.CacheSubnetGroupName') as cache_subnet_group_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::SubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::SubnetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'CacheSubnetGroupName') as cache_subnet_group_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::SubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::SubnetGroup' + AND Identifier = '' AND region = 'us-east-1' subnet_groups_list_only: name: subnet_groups_list_only @@ -1924,7 +1924,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CacheSubnetGroupName') as cache_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::SubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::SubnetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1932,7 +1932,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CacheSubnetGroupName') as cache_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::SubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::SubnetGroup' AND region = 'us-east-1' users: name: users @@ -1992,11 +1992,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.UserId') as user_id, JSON_EXTRACT(Properties, '$.UserName') as user_name, @@ -2007,15 +2007,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AuthenticationMode') as authentication_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::User' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'UserId') as user_id, json_extract_path_text(Properties, 'UserName') as user_name, @@ -2026,8 +2026,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AuthenticationMode') as authentication_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::User' + AND Identifier = '' AND region = 'us-east-1' users_list_only: name: users_list_only @@ -2050,7 +2050,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserId') as user_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::User' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2058,7 +2058,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserId') as user_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::User' AND region = 'us-east-1' user_groups: name: user_groups @@ -2118,34 +2118,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.UserGroupId') as user_group_id, JSON_EXTRACT(Properties, '$.Engine') as engine, JSON_EXTRACT(Properties, '$.UserIds') as user_ids, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::UserGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::UserGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'UserGroupId') as user_group_id, json_extract_path_text(Properties, 'Engine') as engine, json_extract_path_text(Properties, 'UserIds') as user_ids, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElastiCache::UserGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElastiCache::UserGroup' + AND Identifier = '' AND region = 'us-east-1' user_groups_list_only: name: user_groups_list_only @@ -2168,7 +2168,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserGroupId') as user_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::UserGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::UserGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2176,7 +2176,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserGroupId') as user_group_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElastiCache::UserGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElastiCache::UserGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml b/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml index dea94daa..1c840c3b 100644 --- a/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml +++ b/providers/src/awscc/v00.00.00000/services/elasticbeanstalk.yaml @@ -1096,28 +1096,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ResourceLifecycleConfig') as resource_lifecycle_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ResourceLifecycleConfig') as resource_lifecycle_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1140,7 +1140,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1148,7 +1148,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::Application' AND region = 'us-east-1' application_versions: name: application_versions @@ -1209,30 +1209,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SourceBundle') as source_bundle - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SourceBundle') as source_bundle - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' + AND Identifier = '|' AND region = 'us-east-1' application_versions_list_only: name: application_versions_list_only @@ -1257,7 +1257,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1266,7 +1266,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::ApplicationVersion' AND region = 'us-east-1' configuration_templates: name: configuration_templates @@ -1327,11 +1327,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, @@ -1340,15 +1340,15 @@ components: JSON_EXTRACT(Properties, '$.SolutionStackName') as solution_stack_name, JSON_EXTRACT(Properties, '$.SourceConfiguration') as source_configuration, JSON_EXTRACT(Properties, '$.TemplateName') as template_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, @@ -1357,8 +1357,8 @@ components: json_extract_path_text(Properties, 'SolutionStackName') as solution_stack_name, json_extract_path_text(Properties, 'SourceConfiguration') as source_configuration, json_extract_path_text(Properties, 'TemplateName') as template_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' + AND Identifier = '|' AND region = 'us-east-1' configuration_templates_list_only: name: configuration_templates_list_only @@ -1383,7 +1383,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1392,7 +1392,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::ConfigurationTemplate' AND region = 'us-east-1' environments: name: environments @@ -1452,11 +1452,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PlatformArn') as platform_arn, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1470,15 +1470,15 @@ components: JSON_EXTRACT(Properties, '$.SolutionStackName') as solution_stack_name, JSON_EXTRACT(Properties, '$.CNAMEPrefix') as cname_prefix, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PlatformArn') as platform_arn, json_extract_path_text(Properties, 'ApplicationName') as application_name, json_extract_path_text(Properties, 'Description') as description, @@ -1492,8 +1492,8 @@ components: json_extract_path_text(Properties, 'SolutionStackName') as solution_stack_name, json_extract_path_text(Properties, 'CNAMEPrefix') as cname_prefix, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticBeanstalk::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticBeanstalk::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -1516,7 +1516,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1524,7 +1524,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnvironmentName') as environment_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticBeanstalk::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticBeanstalk::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml b/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml index 034cb3a8..e3eda9e3 100644 --- a/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/elasticloadbalancingv2.yaml @@ -2052,11 +2052,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn, JSON_EXTRACT(Properties, '$.MutualAuthentication') as mutual_authentication, JSON_EXTRACT(Properties, '$.ListenerAttributes') as listener_attributes, @@ -2067,15 +2067,15 @@ components: JSON_EXTRACT(Properties, '$.Port') as port, JSON_EXTRACT(Properties, '$.Certificates') as certificates, JSON_EXTRACT(Properties, '$.Protocol') as protocol - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::Listener' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ListenerArn') as listener_arn, json_extract_path_text(Properties, 'MutualAuthentication') as mutual_authentication, json_extract_path_text(Properties, 'ListenerAttributes') as listener_attributes, @@ -2086,8 +2086,8 @@ components: json_extract_path_text(Properties, 'Port') as port, json_extract_path_text(Properties, 'Certificates') as certificates, json_extract_path_text(Properties, 'Protocol') as protocol - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::Listener' + AND Identifier = '' AND region = 'us-east-1' listeners_list_only: name: listeners_list_only @@ -2110,7 +2110,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::Listener' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2118,7 +2118,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ListenerArn') as listener_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::Listener' AND region = 'us-east-1' listener_rules: name: listener_rules @@ -2178,34 +2178,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn, JSON_EXTRACT(Properties, '$.IsDefault') as is_default, JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.Priority') as priority, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn, JSON_EXTRACT(Properties, '$.Conditions') as conditions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ListenerArn') as listener_arn, json_extract_path_text(Properties, 'IsDefault') as is_default, json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'Priority') as priority, json_extract_path_text(Properties, 'RuleArn') as rule_arn, json_extract_path_text(Properties, 'Conditions') as conditions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' + AND Identifier = '' AND region = 'us-east-1' listener_rules_list_only: name: listener_rules_list_only @@ -2228,7 +2228,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2236,7 +2236,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::ListenerRule' AND region = 'us-east-1' load_balancers: name: load_balancers @@ -2296,11 +2296,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type, JSON_EXTRACT(Properties, '$.EnablePrefixForIpv6SourceNat') as enable_prefix_for_ipv6_source_nat, JSON_EXTRACT(Properties, '$.SecurityGroups') as security_groups, @@ -2319,15 +2319,15 @@ components: JSON_EXTRACT(Properties, '$.SubnetMappings') as subnet_mappings, JSON_EXTRACT(Properties, '$.EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic') as enforce_security_group_inbound_rules_on_private_link_traffic, JSON_EXTRACT(Properties, '$.Ipv4IpamPoolId') as ipv4_ipam_pool_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type, json_extract_path_text(Properties, 'EnablePrefixForIpv6SourceNat') as enable_prefix_for_ipv6_source_nat, json_extract_path_text(Properties, 'SecurityGroups') as security_groups, @@ -2346,8 +2346,8 @@ components: json_extract_path_text(Properties, 'SubnetMappings') as subnet_mappings, json_extract_path_text(Properties, 'EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic') as enforce_security_group_inbound_rules_on_private_link_traffic, json_extract_path_text(Properties, 'Ipv4IpamPoolId') as ipv4_ipam_pool_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' + AND Identifier = '' AND region = 'us-east-1' load_balancers_list_only: name: load_balancers_list_only @@ -2370,7 +2370,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LoadBalancerArn') as load_balancer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2378,7 +2378,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LoadBalancerArn') as load_balancer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::LoadBalancer' AND region = 'us-east-1' target_groups: name: target_groups @@ -2438,11 +2438,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type, JSON_EXTRACT(Properties, '$.TargetGroupArn') as target_group_arn, JSON_EXTRACT(Properties, '$.HealthCheckIntervalSeconds') as health_check_interval_seconds, @@ -2466,15 +2466,15 @@ components: JSON_EXTRACT(Properties, '$.Protocol') as protocol, JSON_EXTRACT(Properties, '$.TargetGroupName') as target_group_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type, json_extract_path_text(Properties, 'TargetGroupArn') as target_group_arn, json_extract_path_text(Properties, 'HealthCheckIntervalSeconds') as health_check_interval_seconds, @@ -2498,8 +2498,8 @@ components: json_extract_path_text(Properties, 'Protocol') as protocol, json_extract_path_text(Properties, 'TargetGroupName') as target_group_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' + AND Identifier = '' AND region = 'us-east-1' target_groups_list_only: name: target_groups_list_only @@ -2522,7 +2522,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TargetGroupArn') as target_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2530,7 +2530,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TargetGroupArn') as target_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TargetGroup' AND region = 'us-east-1' trust_stores: name: trust_stores @@ -2590,11 +2590,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.CaCertificatesBundleS3Bucket') as ca_certificates_bundle_s3_bucket, JSON_EXTRACT(Properties, '$.CaCertificatesBundleS3Key') as ca_certificates_bundle_s3_key, @@ -2603,15 +2603,15 @@ components: JSON_EXTRACT(Properties, '$.NumberOfCaCertificates') as number_of_ca_certificates, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'CaCertificatesBundleS3Bucket') as ca_certificates_bundle_s3_bucket, json_extract_path_text(Properties, 'CaCertificatesBundleS3Key') as ca_certificates_bundle_s3_key, @@ -2620,8 +2620,8 @@ components: json_extract_path_text(Properties, 'NumberOfCaCertificates') as number_of_ca_certificates, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' + AND Identifier = '' AND region = 'us-east-1' trust_stores_list_only: name: trust_stores_list_only @@ -2644,7 +2644,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2652,7 +2652,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStore' AND region = 'us-east-1' trust_store_revocations: name: trust_store_revocations @@ -2700,30 +2700,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RevocationContents') as revocation_contents, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn, JSON_EXTRACT(Properties, '$.RevocationId') as revocation_id, JSON_EXTRACT(Properties, '$.TrustStoreRevocations') as trust_store_revocations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RevocationContents') as revocation_contents, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn, json_extract_path_text(Properties, 'RevocationId') as revocation_id, json_extract_path_text(Properties, 'TrustStoreRevocations') as trust_store_revocations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' + AND Identifier = '|' AND region = 'us-east-1' trust_store_revocations_list_only: name: trust_store_revocations_list_only @@ -2748,7 +2748,7 @@ components: region, JSON_EXTRACT(Properties, '$.RevocationId') as revocation_id, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2757,7 +2757,7 @@ components: region, json_extract_path_text(Properties, 'RevocationId') as revocation_id, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ElasticLoadBalancingV2::TrustStoreRevocation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/emr.yaml b/providers/src/awscc/v00.00.00000/services/emr.yaml index 0cae502b..aacfd378 100644 --- a/providers/src/awscc/v00.00.00000/services/emr.yaml +++ b/providers/src/awscc/v00.00.00000/services/emr.yaml @@ -1133,26 +1133,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SecurityConfiguration') as security_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::SecurityConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::SecurityConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SecurityConfiguration') as security_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::SecurityConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::SecurityConfiguration' + AND Identifier = '' AND region = 'us-east-1' security_configurations_list_only: name: security_configurations_list_only @@ -1175,7 +1175,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::SecurityConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::SecurityConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1183,7 +1183,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::SecurityConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::SecurityConfiguration' AND region = 'us-east-1' steps: name: steps @@ -1272,11 +1272,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AuthMode') as auth_mode, JSON_EXTRACT(Properties, '$.DefaultS3Location') as default_s3_location, @@ -1297,15 +1297,15 @@ components: JSON_EXTRACT(Properties, '$.IdcUserAssignment') as idc_user_assignment, JSON_EXTRACT(Properties, '$.IdcInstanceArn') as idc_instance_arn, JSON_EXTRACT(Properties, '$.EncryptionKeyArn') as encryption_key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::Studio' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::Studio' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AuthMode') as auth_mode, json_extract_path_text(Properties, 'DefaultS3Location') as default_s3_location, @@ -1326,8 +1326,8 @@ components: json_extract_path_text(Properties, 'IdcUserAssignment') as idc_user_assignment, json_extract_path_text(Properties, 'IdcInstanceArn') as idc_instance_arn, json_extract_path_text(Properties, 'EncryptionKeyArn') as encryption_key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::Studio' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::Studio' + AND Identifier = '' AND region = 'us-east-1' studios_list_only: name: studios_list_only @@ -1350,7 +1350,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StudioId') as studio_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::Studio' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::Studio' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1358,7 +1358,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StudioId') as studio_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::Studio' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::Studio' AND region = 'us-east-1' studio_session_mappings: name: studio_session_mappings @@ -1420,30 +1420,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentityName') as identity_name, JSON_EXTRACT(Properties, '$.IdentityType') as identity_type, JSON_EXTRACT(Properties, '$.SessionPolicyArn') as session_policy_arn, JSON_EXTRACT(Properties, '$.StudioId') as studio_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::StudioSessionMapping' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentityName') as identity_name, json_extract_path_text(Properties, 'IdentityType') as identity_type, json_extract_path_text(Properties, 'SessionPolicyArn') as session_policy_arn, json_extract_path_text(Properties, 'StudioId') as studio_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::StudioSessionMapping' + AND Identifier = '||' AND region = 'us-east-1' studio_session_mappings_list_only: name: studio_session_mappings_list_only @@ -1470,7 +1470,7 @@ components: JSON_EXTRACT(Properties, '$.StudioId') as studio_id, JSON_EXTRACT(Properties, '$.IdentityType') as identity_type, JSON_EXTRACT(Properties, '$.IdentityName') as identity_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::StudioSessionMapping' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1480,7 +1480,7 @@ components: json_extract_path_text(Properties, 'StudioId') as studio_id, json_extract_path_text(Properties, 'IdentityType') as identity_type, json_extract_path_text(Properties, 'IdentityName') as identity_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::StudioSessionMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::StudioSessionMapping' AND region = 'us-east-1' wal_workspaces: name: wal_workspaces @@ -1540,26 +1540,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WALWorkspaceName') as wal_workspace_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::WALWorkspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::WALWorkspace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WALWorkspaceName') as wal_workspace_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMR::WALWorkspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMR::WALWorkspace' + AND Identifier = '' AND region = 'us-east-1' wal_workspaces_list_only: name: wal_workspaces_list_only @@ -1582,7 +1582,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WALWorkspaceName') as wal_workspace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::WALWorkspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::WALWorkspace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1590,7 +1590,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WALWorkspaceName') as wal_workspace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMR::WALWorkspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMR::WALWorkspace' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/emrcontainers.yaml b/providers/src/awscc/v00.00.00000/services/emrcontainers.yaml index cc6715a8..be4a7c70 100644 --- a/providers/src/awscc/v00.00.00000/services/emrcontainers.yaml +++ b/providers/src/awscc/v00.00.00000/services/emrcontainers.yaml @@ -624,34 +624,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ContainerProvider') as container_provider, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SecurityConfigurationId') as security_configuration_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMRContainers::VirtualCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMRContainers::VirtualCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ContainerProvider') as container_provider, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SecurityConfigurationId') as security_configuration_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMRContainers::VirtualCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMRContainers::VirtualCluster' + AND Identifier = '' AND region = 'us-east-1' virtual_clusters_list_only: name: virtual_clusters_list_only @@ -674,7 +674,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMRContainers::VirtualCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMRContainers::VirtualCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -682,7 +682,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMRContainers::VirtualCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMRContainers::VirtualCluster' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/emrserverless.yaml b/providers/src/awscc/v00.00.00000/services/emrserverless.yaml index a46e31fa..42a83b9f 100644 --- a/providers/src/awscc/v00.00.00000/services/emrserverless.yaml +++ b/providers/src/awscc/v00.00.00000/services/emrserverless.yaml @@ -1123,11 +1123,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Architecture') as architecture, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ReleaseLabel') as release_label, @@ -1147,15 +1147,15 @@ components: JSON_EXTRACT(Properties, '$.WorkerTypeSpecifications') as worker_type_specifications, JSON_EXTRACT(Properties, '$.SchedulerConfiguration') as scheduler_configuration, JSON_EXTRACT(Properties, '$.IdentityCenterConfiguration') as identity_center_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMRServerless::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMRServerless::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Architecture') as architecture, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ReleaseLabel') as release_label, @@ -1175,8 +1175,8 @@ components: json_extract_path_text(Properties, 'WorkerTypeSpecifications') as worker_type_specifications, json_extract_path_text(Properties, 'SchedulerConfiguration') as scheduler_configuration, json_extract_path_text(Properties, 'IdentityCenterConfiguration') as identity_center_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EMRServerless::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EMRServerless::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1199,7 +1199,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMRServerless::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMRServerless::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1207,7 +1207,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EMRServerless::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EMRServerless::Application' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/entityresolution.yaml b/providers/src/awscc/v00.00.00000/services/entityresolution.yaml index 2ee00fcf..f62ac252 100644 --- a/providers/src/awscc/v00.00.00000/services/entityresolution.yaml +++ b/providers/src/awscc/v00.00.00000/services/entityresolution.yaml @@ -1620,11 +1620,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InputSourceConfig') as input_source_config, JSON_EXTRACT(Properties, '$.IdMappingTechniques') as id_mapping_techniques, @@ -1636,15 +1636,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::IdMappingWorkflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::IdMappingWorkflow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InputSourceConfig') as input_source_config, json_extract_path_text(Properties, 'IdMappingTechniques') as id_mapping_techniques, @@ -1656,8 +1656,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::IdMappingWorkflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::IdMappingWorkflow' + AND Identifier = '' AND region = 'us-east-1' id_mapping_workflows_list_only: name: id_mapping_workflows_list_only @@ -1680,7 +1680,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkflowName') as workflow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::IdMappingWorkflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::IdMappingWorkflow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1688,7 +1688,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkflowName') as workflow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::IdMappingWorkflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::IdMappingWorkflow' AND region = 'us-east-1' id_namespaces: name: id_namespaces @@ -1748,11 +1748,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdNamespaceName') as id_namespace_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InputSourceConfig') as input_source_config, @@ -1763,15 +1763,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::IdNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::IdNamespace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdNamespaceName') as id_namespace_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InputSourceConfig') as input_source_config, @@ -1782,8 +1782,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::IdNamespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::IdNamespace' + AND Identifier = '' AND region = 'us-east-1' id_namespaces_list_only: name: id_namespaces_list_only @@ -1806,7 +1806,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IdNamespaceName') as id_namespace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::IdNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::IdNamespace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1814,7 +1814,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IdNamespaceName') as id_namespace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::IdNamespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::IdNamespace' AND region = 'us-east-1' matching_workflows: name: matching_workflows @@ -1874,11 +1874,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkflowName') as workflow_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InputSourceConfig') as input_source_config, @@ -1890,15 +1890,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.IncrementalRunConfig') as incremental_run_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::MatchingWorkflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::MatchingWorkflow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkflowName') as workflow_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InputSourceConfig') as input_source_config, @@ -1910,8 +1910,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'IncrementalRunConfig') as incremental_run_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::MatchingWorkflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::MatchingWorkflow' + AND Identifier = '' AND region = 'us-east-1' matching_workflows_list_only: name: matching_workflows_list_only @@ -1934,7 +1934,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkflowName') as workflow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::MatchingWorkflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::MatchingWorkflow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1942,7 +1942,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkflowName') as workflow_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::MatchingWorkflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::MatchingWorkflow' AND region = 'us-east-1' policy_statements: name: policy_statements @@ -2003,34 +2003,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StatementId') as statement_id, JSON_EXTRACT(Properties, '$.Effect') as effect, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.Condition') as condition - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::PolicyStatement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::PolicyStatement' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StatementId') as statement_id, json_extract_path_text(Properties, 'Effect') as effect, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'Condition') as condition - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::PolicyStatement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::PolicyStatement' + AND Identifier = '|' AND region = 'us-east-1' policy_statements_list_only: name: policy_statements_list_only @@ -2055,7 +2055,7 @@ components: region, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StatementId') as statement_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::PolicyStatement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::PolicyStatement' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2064,7 +2064,7 @@ components: region, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StatementId') as statement_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::PolicyStatement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::PolicyStatement' AND region = 'us-east-1' schema_mappings: name: schema_mappings @@ -2124,11 +2124,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SchemaName') as schema_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.MappedInputFields') as mapped_input_fields, @@ -2137,15 +2137,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.HasWorkflows') as has_workflows - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::SchemaMapping' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::SchemaMapping' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SchemaName') as schema_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'MappedInputFields') as mapped_input_fields, @@ -2154,8 +2154,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'HasWorkflows') as has_workflows - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EntityResolution::SchemaMapping' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EntityResolution::SchemaMapping' + AND Identifier = '' AND region = 'us-east-1' schema_mappings_list_only: name: schema_mappings_list_only @@ -2178,7 +2178,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SchemaName') as schema_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::SchemaMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::SchemaMapping' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2186,7 +2186,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SchemaName') as schema_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EntityResolution::SchemaMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EntityResolution::SchemaMapping' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/events.yaml b/providers/src/awscc/v00.00.00000/services/events.yaml index 87d8df9f..11f01632 100644 --- a/providers/src/awscc/v00.00.00000/services/events.yaml +++ b/providers/src/awscc/v00.00.00000/services/events.yaml @@ -1924,11 +1924,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ConnectionArn') as connection_arn, @@ -1937,15 +1937,15 @@ components: JSON_EXTRACT(Properties, '$.InvocationRateLimitPerSecond') as invocation_rate_limit_per_second, JSON_EXTRACT(Properties, '$.InvocationEndpoint') as invocation_endpoint, JSON_EXTRACT(Properties, '$.HttpMethod') as http_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::ApiDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::ApiDestination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ConnectionArn') as connection_arn, @@ -1954,8 +1954,8 @@ components: json_extract_path_text(Properties, 'InvocationRateLimitPerSecond') as invocation_rate_limit_per_second, json_extract_path_text(Properties, 'InvocationEndpoint') as invocation_endpoint, json_extract_path_text(Properties, 'HttpMethod') as http_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::ApiDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::ApiDestination' + AND Identifier = '' AND region = 'us-east-1' api_destinations_list_only: name: api_destinations_list_only @@ -1978,7 +1978,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::ApiDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::ApiDestination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1986,7 +1986,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::ApiDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::ApiDestination' AND region = 'us-east-1' archives: name: archives @@ -2046,11 +2046,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ArchiveName') as archive_name, JSON_EXTRACT(Properties, '$.SourceArn') as source_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2058,15 +2058,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.RetentionDays') as retention_days, JSON_EXTRACT(Properties, '$.KmsKeyIdentifier') as kms_key_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Archive' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Archive' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ArchiveName') as archive_name, json_extract_path_text(Properties, 'SourceArn') as source_arn, json_extract_path_text(Properties, 'Description') as description, @@ -2074,8 +2074,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'RetentionDays') as retention_days, json_extract_path_text(Properties, 'KmsKeyIdentifier') as kms_key_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Archive' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Archive' + AND Identifier = '' AND region = 'us-east-1' archives_list_only: name: archives_list_only @@ -2098,7 +2098,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ArchiveName') as archive_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Archive' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Archive' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2106,7 +2106,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ArchiveName') as archive_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Archive' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Archive' AND region = 'us-east-1' connections: name: connections @@ -2166,11 +2166,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ArnForPolicy') as arn_for_policy, @@ -2180,15 +2180,15 @@ components: JSON_EXTRACT(Properties, '$.AuthParameters') as auth_parameters, JSON_EXTRACT(Properties, '$.InvocationConnectivityParameters') as invocation_connectivity_parameters, JSON_EXTRACT(Properties, '$.KmsKeyIdentifier') as kms_key_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Connection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ArnForPolicy') as arn_for_policy, @@ -2198,8 +2198,8 @@ components: json_extract_path_text(Properties, 'AuthParameters') as auth_parameters, json_extract_path_text(Properties, 'InvocationConnectivityParameters') as invocation_connectivity_parameters, json_extract_path_text(Properties, 'KmsKeyIdentifier') as kms_key_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Connection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Connection' + AND Identifier = '' AND region = 'us-east-1' connections_list_only: name: connections_list_only @@ -2222,7 +2222,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Connection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2230,7 +2230,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Connection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Connection' AND region = 'us-east-1' endpoints: name: endpoints @@ -2290,11 +2290,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, @@ -2306,15 +2306,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointUrl') as endpoint_url, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.StateReason') as state_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Endpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'RoleArn') as role_arn, @@ -2326,8 +2326,8 @@ components: json_extract_path_text(Properties, 'EndpointUrl') as endpoint_url, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'StateReason') as state_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Endpoint' + AND Identifier = '' AND region = 'us-east-1' endpoints_list_only: name: endpoints_list_only @@ -2350,7 +2350,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Endpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2358,7 +2358,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Endpoint' AND region = 'us-east-1' event_buses: name: event_buses @@ -2418,11 +2418,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EventSourceName') as event_source_name, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -2432,15 +2432,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DeadLetterConfig') as dead_letter_config, JSON_EXTRACT(Properties, '$.LogConfig') as log_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::EventBus' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::EventBus' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EventSourceName') as event_source_name, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, @@ -2450,8 +2450,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DeadLetterConfig') as dead_letter_config, json_extract_path_text(Properties, 'LogConfig') as log_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::EventBus' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::EventBus' + AND Identifier = '' AND region = 'us-east-1' event_buses_list_only: name: event_buses_list_only @@ -2474,7 +2474,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::EventBus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::EventBus' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2482,7 +2482,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::EventBus' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::EventBus' AND region = 'us-east-1' event_bus_policies: name: event_bus_policies @@ -2555,11 +2555,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EventBusName') as event_bus_name, JSON_EXTRACT(Properties, '$.EventPattern') as event_pattern, JSON_EXTRACT(Properties, '$.ScheduleExpression') as schedule_expression, @@ -2570,15 +2570,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Rule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EventBusName') as event_bus_name, json_extract_path_text(Properties, 'EventPattern') as event_pattern, json_extract_path_text(Properties, 'ScheduleExpression') as schedule_expression, @@ -2589,8 +2589,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Events::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Events::Rule' + AND Identifier = '' AND region = 'us-east-1' rules_list_only: name: rules_list_only @@ -2613,7 +2613,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Rule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2621,7 +2621,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Events::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Events::Rule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/eventschemas.yaml b/providers/src/awscc/v00.00.00000/services/eventschemas.yaml index b286ddca..40c7a0f4 100644 --- a/providers/src/awscc/v00.00.00000/services/eventschemas.yaml +++ b/providers/src/awscc/v00.00.00000/services/eventschemas.yaml @@ -873,11 +873,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DiscovererArn') as discoverer_arn, JSON_EXTRACT(Properties, '$.DiscovererId') as discoverer_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -885,15 +885,15 @@ components: JSON_EXTRACT(Properties, '$.CrossAccount') as cross_account, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Discoverer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Discoverer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DiscovererArn') as discoverer_arn, json_extract_path_text(Properties, 'DiscovererId') as discoverer_id, json_extract_path_text(Properties, 'Description') as description, @@ -901,8 +901,8 @@ components: json_extract_path_text(Properties, 'CrossAccount') as cross_account, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Discoverer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Discoverer' + AND Identifier = '' AND region = 'us-east-1' discoverers_list_only: name: discoverers_list_only @@ -925,7 +925,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DiscovererArn') as discoverer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Discoverer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Discoverer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -933,7 +933,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DiscovererArn') as discoverer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Discoverer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Discoverer' AND region = 'us-east-1' registries: name: registries @@ -993,30 +993,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RegistryName') as registry_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.RegistryArn') as registry_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Registry' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Registry' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RegistryName') as registry_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'RegistryArn') as registry_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Registry' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Registry' + AND Identifier = '' AND region = 'us-east-1' registries_list_only: name: registries_list_only @@ -1039,7 +1039,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RegistryArn') as registry_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Registry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Registry' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1047,7 +1047,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RegistryArn') as registry_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Registry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Registry' AND region = 'us-east-1' registry_policies: name: registry_policies @@ -1107,30 +1107,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.RegistryName') as registry_name, JSON_EXTRACT(Properties, '$.RevisionId') as revision_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::RegistryPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::RegistryPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'RegistryName') as registry_name, json_extract_path_text(Properties, 'RevisionId') as revision_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::RegistryPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::RegistryPolicy' + AND Identifier = '' AND region = 'us-east-1' schemata: name: schemata @@ -1190,11 +1190,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SchemaVersion') as schema_version, @@ -1205,15 +1205,15 @@ components: JSON_EXTRACT(Properties, '$.LastModified') as last_modified, JSON_EXTRACT(Properties, '$.VersionCreatedDate') as version_created_date, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Schema' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Schema' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SchemaVersion') as schema_version, @@ -1224,8 +1224,8 @@ components: json_extract_path_text(Properties, 'LastModified') as last_modified, json_extract_path_text(Properties, 'VersionCreatedDate') as version_created_date, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EventSchemas::Schema' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EventSchemas::Schema' + AND Identifier = '' AND region = 'us-east-1' schemata_list_only: name: schemata_list_only @@ -1248,7 +1248,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SchemaArn') as schema_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Schema' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Schema' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1256,7 +1256,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SchemaArn') as schema_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EventSchemas::Schema' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EventSchemas::Schema' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/evidently.yaml b/providers/src/awscc/v00.00.00000/services/evidently.yaml index fa18f0dd..f5e54151 100644 --- a/providers/src/awscc/v00.00.00000/services/evidently.yaml +++ b/providers/src/awscc/v00.00.00000/services/evidently.yaml @@ -1559,11 +1559,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Project') as project, @@ -1577,15 +1577,15 @@ components: JSON_EXTRACT(Properties, '$.Segment') as segment, JSON_EXTRACT(Properties, '$.RemoveSegment') as remove_segment, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Experiment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Experiment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Project') as project, @@ -1599,8 +1599,8 @@ components: json_extract_path_text(Properties, 'Segment') as segment, json_extract_path_text(Properties, 'RemoveSegment') as remove_segment, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Experiment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Experiment' + AND Identifier = '' AND region = 'us-east-1' features: name: features @@ -1660,11 +1660,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Project') as project, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1674,15 +1674,15 @@ components: JSON_EXTRACT(Properties, '$.DefaultVariation') as default_variation, JSON_EXTRACT(Properties, '$.EntityOverrides') as entity_overrides, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Feature' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Feature' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Project') as project, json_extract_path_text(Properties, 'Name') as name, @@ -1692,8 +1692,8 @@ components: json_extract_path_text(Properties, 'DefaultVariation') as default_variation, json_extract_path_text(Properties, 'EntityOverrides') as entity_overrides, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Feature' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Feature' + AND Identifier = '' AND region = 'us-east-1' launches: name: launches @@ -1753,11 +1753,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Project') as project, @@ -1768,15 +1768,15 @@ components: JSON_EXTRACT(Properties, '$.MetricMonitors') as metric_monitors, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ExecutionStatus') as execution_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Launch' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Launch' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Project') as project, @@ -1787,8 +1787,8 @@ components: json_extract_path_text(Properties, 'MetricMonitors') as metric_monitors, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ExecutionStatus') as execution_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Launch' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Launch' + AND Identifier = '' AND region = 'us-east-1' projects: name: projects @@ -1848,34 +1848,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DataDelivery') as data_delivery, JSON_EXTRACT(Properties, '$.AppConfigResource') as app_config_resource, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DataDelivery') as data_delivery, json_extract_path_text(Properties, 'AppConfigResource') as app_config_resource, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Project' + AND Identifier = '' AND region = 'us-east-1' segments: name: segments @@ -1922,32 +1922,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Pattern') as pattern, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Segment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Segment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Pattern') as pattern, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Evidently::Segment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Evidently::Segment' + AND Identifier = '' AND region = 'us-east-1' segments_list_only: name: segments_list_only @@ -1970,7 +1970,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Segment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Evidently::Segment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1978,7 +1978,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Evidently::Segment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Evidently::Segment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/evs.yaml b/providers/src/awscc/v00.00.00000/services/evs.yaml index 8e00e06a..306a4c73 100644 --- a/providers/src/awscc/v00.00.00000/services/evs.yaml +++ b/providers/src/awscc/v00.00.00000/services/evs.yaml @@ -1011,11 +1011,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EnvironmentName') as environment_name, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, @@ -1038,15 +1038,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EVS::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EVS::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EnvironmentName') as environment_name, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'VpcId') as vpc_id, @@ -1069,8 +1069,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'ModifiedAt') as modified_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::EVS::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::EVS::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -1093,7 +1093,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EVS::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EVS::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1101,7 +1101,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::EVS::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::EVS::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/finspace.yaml b/providers/src/awscc/v00.00.00000/services/finspace.yaml index 4dc7ff2d..04ccd376 100644 --- a/providers/src/awscc/v00.00.00000/services/finspace.yaml +++ b/providers/src/awscc/v00.00.00000/services/finspace.yaml @@ -756,11 +756,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, @@ -776,15 +776,15 @@ components: JSON_EXTRACT(Properties, '$.SuperuserParameters') as superuser_parameters, JSON_EXTRACT(Properties, '$.DataBundles') as data_bundles, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FinSpace::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FinSpace::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, @@ -800,8 +800,8 @@ components: json_extract_path_text(Properties, 'SuperuserParameters') as superuser_parameters, json_extract_path_text(Properties, 'DataBundles') as data_bundles, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FinSpace::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FinSpace::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -824,7 +824,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FinSpace::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FinSpace::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -832,7 +832,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnvironmentId') as environment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FinSpace::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FinSpace::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/fis.yaml b/providers/src/awscc/v00.00.00000/services/fis.yaml index eeea14c3..839c724b 100644 --- a/providers/src/awscc/v00.00.00000/services/fis.yaml +++ b/providers/src/awscc/v00.00.00000/services/fis.yaml @@ -919,11 +919,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Targets') as targets, @@ -934,15 +934,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ExperimentOptions') as experiment_options, JSON_EXTRACT(Properties, '$.ExperimentReportConfiguration') as experiment_report_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::ExperimentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FIS::ExperimentTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Targets') as targets, @@ -953,8 +953,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ExperimentOptions') as experiment_options, json_extract_path_text(Properties, 'ExperimentReportConfiguration') as experiment_report_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::ExperimentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FIS::ExperimentTemplate' + AND Identifier = '' AND region = 'us-east-1' experiment_templates_list_only: name: experiment_templates_list_only @@ -977,7 +977,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FIS::ExperimentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FIS::ExperimentTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -985,7 +985,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FIS::ExperimentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FIS::ExperimentTemplate' AND region = 'us-east-1' target_account_configurations: name: target_account_configurations @@ -1046,30 +1046,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ExperimentTemplateId') as experiment_template_id, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FIS::TargetAccountConfiguration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ExperimentTemplateId') as experiment_template_id, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FIS::TargetAccountConfiguration' + AND Identifier = '|' AND region = 'us-east-1' target_account_configurations_list_only: name: target_account_configurations_list_only @@ -1094,7 +1094,7 @@ components: region, JSON_EXTRACT(Properties, '$.ExperimentTemplateId') as experiment_template_id, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FIS::TargetAccountConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1103,7 +1103,7 @@ components: region, json_extract_path_text(Properties, 'ExperimentTemplateId') as experiment_template_id, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FIS::TargetAccountConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FIS::TargetAccountConfiguration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/fms.yaml b/providers/src/awscc/v00.00.00000/services/fms.yaml index 01fd7c64..e1fd67e0 100644 --- a/providers/src/awscc/v00.00.00000/services/fms.yaml +++ b/providers/src/awscc/v00.00.00000/services/fms.yaml @@ -1110,26 +1110,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SnsRoleName') as sns_role_name, JSON_EXTRACT(Properties, '$.SnsTopicArn') as sns_topic_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::NotificationChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::NotificationChannel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SnsRoleName') as sns_role_name, json_extract_path_text(Properties, 'SnsTopicArn') as sns_topic_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::NotificationChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::NotificationChannel' + AND Identifier = '' AND region = 'us-east-1' notification_channels_list_only: name: notification_channels_list_only @@ -1152,7 +1152,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SnsTopicArn') as sns_topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::NotificationChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::NotificationChannel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1160,7 +1160,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SnsTopicArn') as sns_topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::NotificationChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::NotificationChannel' AND region = 'us-east-1' policies: name: policies @@ -1220,11 +1220,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ExcludeMap') as exclude_map, JSON_EXTRACT(Properties, '$.ExcludeResourceTags') as exclude_resource_tags, JSON_EXTRACT(Properties, '$.IncludeMap') as include_map, @@ -1242,15 +1242,15 @@ components: JSON_EXTRACT(Properties, '$.DeleteAllPolicyResources') as delete_all_policy_resources, JSON_EXTRACT(Properties, '$.ResourcesCleanUp') as resources_clean_up, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::Policy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ExcludeMap') as exclude_map, json_extract_path_text(Properties, 'ExcludeResourceTags') as exclude_resource_tags, json_extract_path_text(Properties, 'IncludeMap') as include_map, @@ -1268,8 +1268,8 @@ components: json_extract_path_text(Properties, 'DeleteAllPolicyResources') as delete_all_policy_resources, json_extract_path_text(Properties, 'ResourcesCleanUp') as resources_clean_up, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::Policy' + AND Identifier = '' AND region = 'us-east-1' policies_list_only: name: policies_list_only @@ -1292,7 +1292,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::Policy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1300,7 +1300,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::Policy' AND region = 'us-east-1' resource_sets: name: resource_sets @@ -1360,34 +1360,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ResourceTypeList') as resource_type_list, JSON_EXTRACT(Properties, '$.Resources') as resources, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::ResourceSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::ResourceSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ResourceTypeList') as resource_type_list, json_extract_path_text(Properties, 'Resources') as resources, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FMS::ResourceSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FMS::ResourceSet' + AND Identifier = '' AND region = 'us-east-1' resource_sets_list_only: name: resource_sets_list_only @@ -1410,7 +1410,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::ResourceSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::ResourceSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1418,7 +1418,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FMS::ResourceSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FMS::ResourceSet' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/forecast.yaml b/providers/src/awscc/v00.00.00000/services/forecast.yaml index d4805440..880d4fa2 100644 --- a/providers/src/awscc/v00.00.00000/services/forecast.yaml +++ b/providers/src/awscc/v00.00.00000/services/forecast.yaml @@ -805,11 +805,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name, JSON_EXTRACT(Properties, '$.DatasetType') as dataset_type, @@ -818,15 +818,15 @@ components: JSON_EXTRACT(Properties, '$.EncryptionConfig') as encryption_config, JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Forecast::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Forecast::Dataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DatasetName') as dataset_name, json_extract_path_text(Properties, 'DatasetType') as dataset_type, @@ -835,8 +835,8 @@ components: json_extract_path_text(Properties, 'EncryptionConfig') as encryption_config, json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Forecast::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Forecast::Dataset' + AND Identifier = '' AND region = 'us-east-1' datasets_list_only: name: datasets_list_only @@ -859,7 +859,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Forecast::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Forecast::Dataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -867,7 +867,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Forecast::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Forecast::Dataset' AND region = 'us-east-1' dataset_groups: name: dataset_groups @@ -927,32 +927,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatasetArns') as dataset_arns, JSON_EXTRACT(Properties, '$.DatasetGroupName') as dataset_group_name, JSON_EXTRACT(Properties, '$.Domain') as domain, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Forecast::DatasetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Forecast::DatasetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatasetArns') as dataset_arns, json_extract_path_text(Properties, 'DatasetGroupName') as dataset_group_name, json_extract_path_text(Properties, 'Domain') as domain, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Forecast::DatasetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Forecast::DatasetGroup' + AND Identifier = '' AND region = 'us-east-1' dataset_groups_list_only: name: dataset_groups_list_only @@ -975,7 +975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Forecast::DatasetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Forecast::DatasetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -983,7 +983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Forecast::DatasetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Forecast::DatasetGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/frauddetector.yaml b/providers/src/awscc/v00.00.00000/services/frauddetector.yaml index f53191f6..b4d0028c 100644 --- a/providers/src/awscc/v00.00.00000/services/frauddetector.yaml +++ b/providers/src/awscc/v00.00.00000/services/frauddetector.yaml @@ -1746,34 +1746,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Label' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Label' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Label' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Label' + AND Identifier = '' AND region = 'us-east-1' labels_list_only: name: labels_list_only @@ -1796,7 +1796,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Label' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Label' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1804,7 +1804,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Label' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Label' AND region = 'us-east-1' outcomes: name: outcomes @@ -1864,34 +1864,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Outcome' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Outcome' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Outcome' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Outcome' + AND Identifier = '' AND region = 'us-east-1' outcomes_list_only: name: outcomes_list_only @@ -1914,7 +1914,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Outcome' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Outcome' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1922,7 +1922,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Outcome' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Outcome' AND region = 'us-east-1' event_types: name: event_types @@ -1982,11 +1982,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1996,15 +1996,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::EventType' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::EventType' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Description') as description, @@ -2014,8 +2014,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::EventType' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::EventType' + AND Identifier = '' AND region = 'us-east-1' event_types_list_only: name: event_types_list_only @@ -2038,7 +2038,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::EventType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::EventType' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2046,7 +2046,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::EventType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::EventType' AND region = 'us-east-1' detectors: name: detectors @@ -2106,11 +2106,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.DetectorVersionStatus') as detector_version_status, JSON_EXTRACT(Properties, '$.DetectorVersionId') as detector_version_id, @@ -2123,15 +2123,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time, JSON_EXTRACT(Properties, '$.AssociatedModels') as associated_models - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Detector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Detector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'DetectorVersionStatus') as detector_version_status, json_extract_path_text(Properties, 'DetectorVersionId') as detector_version_id, @@ -2144,8 +2144,8 @@ components: json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time, json_extract_path_text(Properties, 'AssociatedModels') as associated_models - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Detector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Detector' + AND Identifier = '' AND region = 'us-east-1' detectors_list_only: name: detectors_list_only @@ -2168,7 +2168,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Detector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Detector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2176,7 +2176,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Detector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Detector' AND region = 'us-east-1' lists: name: lists @@ -2236,11 +2236,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2249,15 +2249,15 @@ components: JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Elements') as elements - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::List' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::List' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -2266,8 +2266,8 @@ components: json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Elements') as elements - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::List' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::List' + AND Identifier = '' AND region = 'us-east-1' lists_list_only: name: lists_list_only @@ -2290,7 +2290,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::List' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::List' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2298,7 +2298,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::List' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::List' AND region = 'us-east-1' variables: name: variables @@ -2358,11 +2358,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DataSource') as data_source, JSON_EXTRACT(Properties, '$.DataType') as data_type, @@ -2373,15 +2373,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Variable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Variable' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DataSource') as data_source, json_extract_path_text(Properties, 'DataType') as data_type, @@ -2392,8 +2392,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'LastUpdatedTime') as last_updated_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FraudDetector::Variable' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FraudDetector::Variable' + AND Identifier = '' AND region = 'us-east-1' variables_list_only: name: variables_list_only @@ -2416,7 +2416,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Variable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Variable' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2424,7 +2424,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FraudDetector::Variable' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FraudDetector::Variable' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/fsx.yaml b/providers/src/awscc/v00.00.00000/services/fsx.yaml index a43c09f8..7fa8091c 100644 --- a/providers/src/awscc/v00.00.00000/services/fsx.yaml +++ b/providers/src/awscc/v00.00.00000/services/fsx.yaml @@ -888,11 +888,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociationId') as association_id, JSON_EXTRACT(Properties, '$.ResourceARN') as resource_arn, JSON_EXTRACT(Properties, '$.FileSystemId') as file_system_id, @@ -902,15 +902,15 @@ components: JSON_EXTRACT(Properties, '$.ImportedFileChunkSize') as imported_file_chunk_size, JSON_EXTRACT(Properties, '$.S3') as s3, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FSx::DataRepositoryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FSx::DataRepositoryAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociationId') as association_id, json_extract_path_text(Properties, 'ResourceARN') as resource_arn, json_extract_path_text(Properties, 'FileSystemId') as file_system_id, @@ -920,8 +920,8 @@ components: json_extract_path_text(Properties, 'ImportedFileChunkSize') as imported_file_chunk_size, json_extract_path_text(Properties, 'S3') as s3, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FSx::DataRepositoryAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FSx::DataRepositoryAssociation' + AND Identifier = '' AND region = 'us-east-1' data_repository_associations_list_only: name: data_repository_associations_list_only @@ -944,7 +944,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FSx::DataRepositoryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FSx::DataRepositoryAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -952,7 +952,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FSx::DataRepositoryAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FSx::DataRepositoryAssociation' AND region = 'us-east-1' s3access_point_attachments: name: s3access_point_attachments @@ -999,30 +999,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.OpenZFSConfiguration') as open_zf_sconfiguration, JSON_EXTRACT(Properties, '$.S3AccessPoint') as s3_access_point - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FSx::S3AccessPointAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FSx::S3AccessPointAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'OpenZFSConfiguration') as open_zf_sconfiguration, json_extract_path_text(Properties, 'S3AccessPoint') as s3_access_point - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::FSx::S3AccessPointAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::FSx::S3AccessPointAttachment' + AND Identifier = '' AND region = 'us-east-1' s3access_point_attachments_list_only: name: s3access_point_attachments_list_only @@ -1045,7 +1045,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FSx::S3AccessPointAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FSx::S3AccessPointAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1053,7 +1053,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::FSx::S3AccessPointAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::FSx::S3AccessPointAttachment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/gamelift.yaml b/providers/src/awscc/v00.00.00000/services/gamelift.yaml index eadf529a..78ebcf49 100644 --- a/providers/src/awscc/v00.00.00000/services/gamelift.yaml +++ b/providers/src/awscc/v00.00.00000/services/gamelift.yaml @@ -3720,34 +3720,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoutingStrategy') as routing_strategy, JSON_EXTRACT(Properties, '$.AliasId') as alias_id, JSON_EXTRACT(Properties, '$.AliasArn') as alias_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Alias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoutingStrategy') as routing_strategy, json_extract_path_text(Properties, 'AliasId') as alias_id, json_extract_path_text(Properties, 'AliasArn') as alias_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Alias' + AND Identifier = '' AND region = 'us-east-1' aliases_list_only: name: aliases_list_only @@ -3770,7 +3770,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AliasId') as alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Alias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3778,7 +3778,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AliasId') as alias_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Alias' AND region = 'us-east-1' builds: name: builds @@ -3838,11 +3838,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BuildId') as build_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.OperatingSystem') as operating_system, @@ -3851,15 +3851,15 @@ components: JSON_EXTRACT(Properties, '$.ServerSdkVersion') as server_sdk_version, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.BuildArn') as build_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Build' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Build' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BuildId') as build_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'OperatingSystem') as operating_system, @@ -3868,8 +3868,8 @@ components: json_extract_path_text(Properties, 'ServerSdkVersion') as server_sdk_version, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'BuildArn') as build_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Build' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Build' + AND Identifier = '' AND region = 'us-east-1' builds_list_only: name: builds_list_only @@ -3892,7 +3892,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BuildId') as build_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Build' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Build' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3900,7 +3900,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BuildId') as build_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Build' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Build' AND region = 'us-east-1' locations: name: locations @@ -3960,28 +3960,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LocationName') as location_name, JSON_EXTRACT(Properties, '$.LocationArn') as location_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Location' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Location' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LocationName') as location_name, json_extract_path_text(Properties, 'LocationArn') as location_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Location' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Location' + AND Identifier = '' AND region = 'us-east-1' locations_list_only: name: locations_list_only @@ -4004,7 +4004,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LocationName') as location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Location' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Location' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4012,7 +4012,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LocationName') as location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Location' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Location' AND region = 'us-east-1' container_fleets: name: container_fleets @@ -4072,11 +4072,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id, JSON_EXTRACT(Properties, '$.FleetRoleArn') as fleet_role_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -4102,15 +4102,15 @@ components: JSON_EXTRACT(Properties, '$.LogConfiguration') as log_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.FleetArn') as fleet_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::ContainerFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::ContainerFleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FleetId') as fleet_id, json_extract_path_text(Properties, 'FleetRoleArn') as fleet_role_arn, json_extract_path_text(Properties, 'Description') as description, @@ -4136,8 +4136,8 @@ components: json_extract_path_text(Properties, 'LogConfiguration') as log_configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'FleetArn') as fleet_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::ContainerFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::ContainerFleet' + AND Identifier = '' AND region = 'us-east-1' container_fleets_list_only: name: container_fleets_list_only @@ -4160,7 +4160,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::ContainerFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::ContainerFleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4168,7 +4168,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::ContainerFleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::ContainerFleet' AND region = 'us-east-1' container_group_definitions: name: container_group_definitions @@ -4228,11 +4228,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContainerGroupDefinitionArn') as container_group_definition_arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.OperatingSystem') as operating_system, @@ -4248,15 +4248,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusReason') as status_reason, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::ContainerGroupDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::ContainerGroupDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContainerGroupDefinitionArn') as container_group_definition_arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'OperatingSystem') as operating_system, @@ -4272,8 +4272,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusReason') as status_reason, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::ContainerGroupDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::ContainerGroupDefinition' + AND Identifier = '' AND region = 'us-east-1' container_group_definitions_list_only: name: container_group_definitions_list_only @@ -4296,7 +4296,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::ContainerGroupDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::ContainerGroupDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4304,7 +4304,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::ContainerGroupDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::ContainerGroupDefinition' AND region = 'us-east-1' fleets: name: fleets @@ -4364,11 +4364,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScalingPolicies') as scaling_policies, JSON_EXTRACT(Properties, '$.AnywhereConfiguration') as anywhere_configuration, JSON_EXTRACT(Properties, '$.ApplyCapacity') as apply_capacity, @@ -4399,15 +4399,15 @@ components: JSON_EXTRACT(Properties, '$.ServerLaunchPath') as server_launch_path, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.FleetArn') as fleet_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScalingPolicies') as scaling_policies, json_extract_path_text(Properties, 'AnywhereConfiguration') as anywhere_configuration, json_extract_path_text(Properties, 'ApplyCapacity') as apply_capacity, @@ -4438,8 +4438,8 @@ components: json_extract_path_text(Properties, 'ServerLaunchPath') as server_launch_path, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'FleetArn') as fleet_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Fleet' + AND Identifier = '' AND region = 'us-east-1' fleets_list_only: name: fleets_list_only @@ -4462,7 +4462,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4470,7 +4470,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FleetId') as fleet_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Fleet' AND region = 'us-east-1' game_server_groups: name: game_server_groups @@ -4530,11 +4530,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoScalingGroupArn') as auto_scaling_group_arn, JSON_EXTRACT(Properties, '$.AutoScalingPolicy') as auto_scaling_policy, JSON_EXTRACT(Properties, '$.BalancingStrategy') as balancing_strategy, @@ -4549,15 +4549,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VpcSubnets') as vpc_subnets - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::GameServerGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::GameServerGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoScalingGroupArn') as auto_scaling_group_arn, json_extract_path_text(Properties, 'AutoScalingPolicy') as auto_scaling_policy, json_extract_path_text(Properties, 'BalancingStrategy') as balancing_strategy, @@ -4572,8 +4572,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VpcSubnets') as vpc_subnets - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::GameServerGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::GameServerGroup' + AND Identifier = '' AND region = 'us-east-1' game_server_groups_list_only: name: game_server_groups_list_only @@ -4596,7 +4596,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GameServerGroupArn') as game_server_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::GameServerGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::GameServerGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4604,7 +4604,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GameServerGroupArn') as game_server_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::GameServerGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::GameServerGroup' AND region = 'us-east-1' game_session_queues: name: game_session_queues @@ -4664,11 +4664,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.TimeoutInSeconds') as timeout_in_seconds, JSON_EXTRACT(Properties, '$.Destinations') as destinations, @@ -4679,15 +4679,15 @@ components: JSON_EXTRACT(Properties, '$.PriorityConfiguration') as priority_configuration, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::GameSessionQueue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::GameSessionQueue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'TimeoutInSeconds') as timeout_in_seconds, json_extract_path_text(Properties, 'Destinations') as destinations, @@ -4698,8 +4698,8 @@ components: json_extract_path_text(Properties, 'PriorityConfiguration') as priority_configuration, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::GameSessionQueue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::GameSessionQueue' + AND Identifier = '' AND region = 'us-east-1' game_session_queues_list_only: name: game_session_queues_list_only @@ -4722,7 +4722,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::GameSessionQueue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::GameSessionQueue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4730,7 +4730,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::GameSessionQueue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::GameSessionQueue' AND region = 'us-east-1' matchmaking_configurations: name: matchmaking_configurations @@ -4790,11 +4790,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AcceptanceRequired') as acceptance_required, JSON_EXTRACT(Properties, '$.AcceptanceTimeoutSeconds') as acceptance_timeout_seconds, JSON_EXTRACT(Properties, '$.AdditionalPlayerCount') as additional_player_count, @@ -4813,15 +4813,15 @@ components: JSON_EXTRACT(Properties, '$.RuleSetArn') as rule_set_arn, JSON_EXTRACT(Properties, '$.RuleSetName') as rule_set_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::MatchmakingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::MatchmakingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AcceptanceRequired') as acceptance_required, json_extract_path_text(Properties, 'AcceptanceTimeoutSeconds') as acceptance_timeout_seconds, json_extract_path_text(Properties, 'AdditionalPlayerCount') as additional_player_count, @@ -4840,8 +4840,8 @@ components: json_extract_path_text(Properties, 'RuleSetArn') as rule_set_arn, json_extract_path_text(Properties, 'RuleSetName') as rule_set_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::MatchmakingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::MatchmakingConfiguration' + AND Identifier = '' AND region = 'us-east-1' matchmaking_configurations_list_only: name: matchmaking_configurations_list_only @@ -4864,7 +4864,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::MatchmakingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::MatchmakingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4872,7 +4872,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::MatchmakingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::MatchmakingConfiguration' AND region = 'us-east-1' matchmaking_rule_sets: name: matchmaking_rule_sets @@ -4932,32 +4932,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RuleSetBody') as rule_set_body, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::MatchmakingRuleSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::MatchmakingRuleSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RuleSetBody') as rule_set_body, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::MatchmakingRuleSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::MatchmakingRuleSet' + AND Identifier = '' AND region = 'us-east-1' matchmaking_rule_sets_list_only: name: matchmaking_rule_sets_list_only @@ -4980,7 +4980,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::MatchmakingRuleSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::MatchmakingRuleSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4988,7 +4988,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::MatchmakingRuleSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::MatchmakingRuleSet' AND region = 'us-east-1' scripts: name: scripts @@ -5048,11 +5048,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.StorageLocation') as storage_location, JSON_EXTRACT(Properties, '$.Version') as version, @@ -5061,15 +5061,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SizeOnDisk') as size_on_disk - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Script' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Script' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'StorageLocation') as storage_location, json_extract_path_text(Properties, 'Version') as version, @@ -5078,8 +5078,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SizeOnDisk') as size_on_disk - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GameLift::Script' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GameLift::Script' + AND Identifier = '' AND region = 'us-east-1' scripts_list_only: name: scripts_list_only @@ -5102,7 +5102,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Script' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Script' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5110,7 +5110,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GameLift::Script' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GameLift::Script' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/globalaccelerator.yaml b/providers/src/awscc/v00.00.00000/services/globalaccelerator.yaml index bdaf22a0..3a9f9077 100644 --- a/providers/src/awscc/v00.00.00000/services/globalaccelerator.yaml +++ b/providers/src/awscc/v00.00.00000/services/globalaccelerator.yaml @@ -1064,11 +1064,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type, JSON_EXTRACT(Properties, '$.IpAddresses') as ip_addresses, @@ -1079,15 +1079,15 @@ components: JSON_EXTRACT(Properties, '$.DualStackDnsName') as dual_stack_dns_name, JSON_EXTRACT(Properties, '$.AcceleratorArn') as accelerator_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::Accelerator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::Accelerator' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type, json_extract_path_text(Properties, 'IpAddresses') as ip_addresses, @@ -1098,8 +1098,8 @@ components: json_extract_path_text(Properties, 'DualStackDnsName') as dual_stack_dns_name, json_extract_path_text(Properties, 'AcceleratorArn') as accelerator_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::Accelerator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::Accelerator' + AND Identifier = '' AND region = 'us-east-1' accelerators_list_only: name: accelerators_list_only @@ -1122,7 +1122,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AcceleratorArn') as accelerator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::Accelerator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::Accelerator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1130,7 +1130,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AcceleratorArn') as accelerator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::Accelerator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::Accelerator' AND region = 'us-east-1' cross_account_attachments: name: cross_account_attachments @@ -1190,32 +1190,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.AttachmentArn') as attachment_arn, JSON_EXTRACT(Properties, '$.Principals') as principals, JSON_EXTRACT(Properties, '$.Resources') as resources, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'AttachmentArn') as attachment_arn, json_extract_path_text(Properties, 'Principals') as principals, json_extract_path_text(Properties, 'Resources') as resources, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' + AND Identifier = '' AND region = 'us-east-1' cross_account_attachments_list_only: name: cross_account_attachments_list_only @@ -1238,7 +1238,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentArn') as attachment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1246,7 +1246,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentArn') as attachment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::CrossAccountAttachment' AND region = 'us-east-1' endpoint_groups: name: endpoint_groups @@ -1306,11 +1306,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn, JSON_EXTRACT(Properties, '$.EndpointGroupRegion') as endpoint_group_region, JSON_EXTRACT(Properties, '$.EndpointConfigurations') as endpoint_configurations, @@ -1322,15 +1322,15 @@ components: JSON_EXTRACT(Properties, '$.ThresholdCount') as threshold_count, JSON_EXTRACT(Properties, '$.EndpointGroupArn') as endpoint_group_arn, JSON_EXTRACT(Properties, '$.PortOverrides') as port_overrides - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::EndpointGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::EndpointGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ListenerArn') as listener_arn, json_extract_path_text(Properties, 'EndpointGroupRegion') as endpoint_group_region, json_extract_path_text(Properties, 'EndpointConfigurations') as endpoint_configurations, @@ -1342,8 +1342,8 @@ components: json_extract_path_text(Properties, 'ThresholdCount') as threshold_count, json_extract_path_text(Properties, 'EndpointGroupArn') as endpoint_group_arn, json_extract_path_text(Properties, 'PortOverrides') as port_overrides - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::EndpointGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::EndpointGroup' + AND Identifier = '' AND region = 'us-east-1' endpoint_groups_list_only: name: endpoint_groups_list_only @@ -1366,7 +1366,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EndpointGroupArn') as endpoint_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::EndpointGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::EndpointGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1374,7 +1374,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EndpointGroupArn') as endpoint_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::EndpointGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::EndpointGroup' AND region = 'us-east-1' listeners: name: listeners @@ -1434,32 +1434,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn, JSON_EXTRACT(Properties, '$.AcceleratorArn') as accelerator_arn, JSON_EXTRACT(Properties, '$.PortRanges') as port_ranges, JSON_EXTRACT(Properties, '$.Protocol') as protocol, JSON_EXTRACT(Properties, '$.ClientAffinity') as client_affinity - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::Listener' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ListenerArn') as listener_arn, json_extract_path_text(Properties, 'AcceleratorArn') as accelerator_arn, json_extract_path_text(Properties, 'PortRanges') as port_ranges, json_extract_path_text(Properties, 'Protocol') as protocol, json_extract_path_text(Properties, 'ClientAffinity') as client_affinity - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GlobalAccelerator::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GlobalAccelerator::Listener' + AND Identifier = '' AND region = 'us-east-1' listeners_list_only: name: listeners_list_only @@ -1482,7 +1482,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ListenerArn') as listener_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::Listener' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1490,7 +1490,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ListenerArn') as listener_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GlobalAccelerator::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GlobalAccelerator::Listener' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/glue.yaml b/providers/src/awscc/v00.00.00000/services/glue.yaml index 03b255eb..5cebecb6 100644 --- a/providers/src/awscc/v00.00.00000/services/glue.yaml +++ b/providers/src/awscc/v00.00.00000/services/glue.yaml @@ -1874,11 +1874,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Classifiers') as classifiers, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SchemaChangePolicy') as schema_change_policy, @@ -1893,15 +1893,15 @@ components: JSON_EXTRACT(Properties, '$.Schedule') as schedule, JSON_EXTRACT(Properties, '$.TablePrefix') as table_prefix, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Crawler' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Crawler' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Classifiers') as classifiers, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SchemaChangePolicy') as schema_change_policy, @@ -1916,8 +1916,8 @@ components: json_extract_path_text(Properties, 'Schedule') as schedule, json_extract_path_text(Properties, 'TablePrefix') as table_prefix, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Crawler' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Crawler' + AND Identifier = '' AND region = 'us-east-1' crawlers_list_only: name: crawlers_list_only @@ -1940,7 +1940,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Crawler' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Crawler' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1948,7 +1948,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Crawler' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Crawler' AND region = 'us-east-1' databases: name: databases @@ -2008,28 +2008,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CatalogId') as catalog_id, JSON_EXTRACT(Properties, '$.DatabaseInput') as database_input, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Database' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CatalogId') as catalog_id, json_extract_path_text(Properties, 'DatabaseInput') as database_input, json_extract_path_text(Properties, 'DatabaseName') as database_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Database' + AND Identifier = '' AND region = 'us-east-1' databases_list_only: name: databases_list_only @@ -2052,7 +2052,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Database' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2060,7 +2060,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatabaseName') as database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Database' AND region = 'us-east-1' jobs: name: jobs @@ -2120,11 +2120,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Connections') as connections, JSON_EXTRACT(Properties, '$.MaxRetries') as max_retries, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2148,15 +2148,15 @@ components: JSON_EXTRACT(Properties, '$.MaintenanceWindow') as maintenance_window, JSON_EXTRACT(Properties, '$.JobMode') as job_mode, JSON_EXTRACT(Properties, '$.JobRunQueuingEnabled') as job_run_queuing_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Job' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Job' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Connections') as connections, json_extract_path_text(Properties, 'MaxRetries') as max_retries, json_extract_path_text(Properties, 'Description') as description, @@ -2180,8 +2180,8 @@ components: json_extract_path_text(Properties, 'MaintenanceWindow') as maintenance_window, json_extract_path_text(Properties, 'JobMode') as job_mode, json_extract_path_text(Properties, 'JobRunQueuingEnabled') as job_run_queuing_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Job' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Job' + AND Identifier = '' AND region = 'us-east-1' jobs_list_only: name: jobs_list_only @@ -2204,7 +2204,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Job' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Job' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2212,7 +2212,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Job' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Job' AND region = 'us-east-1' schema_versions: name: schema_versions @@ -2259,28 +2259,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.SchemaDefinition') as schema_definition, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::SchemaVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'SchemaDefinition') as schema_definition, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::SchemaVersion' + AND Identifier = '' AND region = 'us-east-1' schema_versions_list_only: name: schema_versions_list_only @@ -2303,7 +2303,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::SchemaVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::SchemaVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2311,7 +2311,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::SchemaVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::SchemaVersion' AND region = 'us-east-1' schema_version_metadata: name: schema_version_metadata @@ -2360,28 +2360,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SchemaVersionId') as schema_version_id, JSON_EXTRACT(Properties, '$.Key') as key, JSON_EXTRACT(Properties, '$.Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::SchemaVersionMetadata' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SchemaVersionId') as schema_version_id, json_extract_path_text(Properties, 'Key') as key, json_extract_path_text(Properties, 'Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::SchemaVersionMetadata' + AND Identifier = '||' AND region = 'us-east-1' schema_version_metadata_list_only: name: schema_version_metadata_list_only @@ -2408,7 +2408,7 @@ components: JSON_EXTRACT(Properties, '$.SchemaVersionId') as schema_version_id, JSON_EXTRACT(Properties, '$.Key') as key, JSON_EXTRACT(Properties, '$.Value') as value - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::SchemaVersionMetadata' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2418,7 +2418,7 @@ components: json_extract_path_text(Properties, 'SchemaVersionId') as schema_version_id, json_extract_path_text(Properties, 'Key') as key, json_extract_path_text(Properties, 'Value') as value - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::SchemaVersionMetadata' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::SchemaVersionMetadata' AND region = 'us-east-1' triggers: name: triggers @@ -2478,11 +2478,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.StartOnCreation') as start_on_creation, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2493,15 +2493,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Predicate') as predicate - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Trigger' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Trigger' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'StartOnCreation') as start_on_creation, json_extract_path_text(Properties, 'Description') as description, @@ -2512,8 +2512,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Predicate') as predicate - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::Trigger' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::Trigger' + AND Identifier = '' AND region = 'us-east-1' triggers_list_only: name: triggers_list_only @@ -2536,7 +2536,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Trigger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Trigger' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2544,7 +2544,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::Trigger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::Trigger' AND region = 'us-east-1' usage_profiles: name: usage_profiles @@ -2604,32 +2604,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreatedOn') as created_on - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::UsageProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::UsageProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreatedOn') as created_on - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Glue::UsageProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Glue::UsageProfile' + AND Identifier = '' AND region = 'us-east-1' usage_profiles_list_only: name: usage_profiles_list_only @@ -2652,7 +2652,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::UsageProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::UsageProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2660,7 +2660,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Glue::UsageProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Glue::UsageProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/grafana.yaml b/providers/src/awscc/v00.00.00000/services/grafana.yaml index bbf60015..1c7d7bc2 100644 --- a/providers/src/awscc/v00.00.00000/services/grafana.yaml +++ b/providers/src/awscc/v00.00.00000/services/grafana.yaml @@ -955,11 +955,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AuthenticationProviders') as authentication_providers, JSON_EXTRACT(Properties, '$.SsoClientId') as sso_client_id, JSON_EXTRACT(Properties, '$.SamlConfiguration') as saml_configuration, @@ -984,15 +984,15 @@ components: JSON_EXTRACT(Properties, '$.OrganizationalUnits') as organizational_units, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.PluginAdminEnabled') as plugin_admin_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Grafana::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Grafana::Workspace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AuthenticationProviders') as authentication_providers, json_extract_path_text(Properties, 'SsoClientId') as sso_client_id, json_extract_path_text(Properties, 'SamlConfiguration') as saml_configuration, @@ -1017,8 +1017,8 @@ components: json_extract_path_text(Properties, 'OrganizationalUnits') as organizational_units, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'PluginAdminEnabled') as plugin_admin_enabled - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Grafana::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Grafana::Workspace' + AND Identifier = '' AND region = 'us-east-1' workspaces_list_only: name: workspaces_list_only @@ -1041,7 +1041,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Grafana::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Grafana::Workspace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1049,7 +1049,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Grafana::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Grafana::Workspace' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/greengrassv2.yaml b/providers/src/awscc/v00.00.00000/services/greengrassv2.yaml index ba6a9d00..c1d0e155 100644 --- a/providers/src/awscc/v00.00.00000/services/greengrassv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/greengrassv2.yaml @@ -1047,34 +1047,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ComponentName') as component_name, JSON_EXTRACT(Properties, '$.ComponentVersion') as component_version, JSON_EXTRACT(Properties, '$.InlineRecipe') as inline_recipe, JSON_EXTRACT(Properties, '$.LambdaFunction') as lambda_function, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GreengrassV2::ComponentVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GreengrassV2::ComponentVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ComponentName') as component_name, json_extract_path_text(Properties, 'ComponentVersion') as component_version, json_extract_path_text(Properties, 'InlineRecipe') as inline_recipe, json_extract_path_text(Properties, 'LambdaFunction') as lambda_function, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GreengrassV2::ComponentVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GreengrassV2::ComponentVersion' + AND Identifier = '' AND region = 'us-east-1' component_versions_list_only: name: component_versions_list_only @@ -1097,7 +1097,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GreengrassV2::ComponentVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GreengrassV2::ComponentVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1105,7 +1105,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GreengrassV2::ComponentVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GreengrassV2::ComponentVersion' AND region = 'us-east-1' deployments: name: deployments @@ -1165,11 +1165,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TargetArn') as target_arn, JSON_EXTRACT(Properties, '$.ParentTargetArn') as parent_target_arn, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id, @@ -1178,15 +1178,15 @@ components: JSON_EXTRACT(Properties, '$.IotJobConfiguration') as iot_job_configuration, JSON_EXTRACT(Properties, '$.DeploymentPolicies') as deployment_policies, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GreengrassV2::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GreengrassV2::Deployment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TargetArn') as target_arn, json_extract_path_text(Properties, 'ParentTargetArn') as parent_target_arn, json_extract_path_text(Properties, 'DeploymentId') as deployment_id, @@ -1195,8 +1195,8 @@ components: json_extract_path_text(Properties, 'IotJobConfiguration') as iot_job_configuration, json_extract_path_text(Properties, 'DeploymentPolicies') as deployment_policies, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GreengrassV2::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GreengrassV2::Deployment' + AND Identifier = '' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -1219,7 +1219,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GreengrassV2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GreengrassV2::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1227,7 +1227,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DeploymentId') as deployment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GreengrassV2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GreengrassV2::Deployment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/groundstation.yaml b/providers/src/awscc/v00.00.00000/services/groundstation.yaml index 0020f019..ea305968 100644 --- a/providers/src/awscc/v00.00.00000/services/groundstation.yaml +++ b/providers/src/awscc/v00.00.00000/services/groundstation.yaml @@ -1142,34 +1142,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.ConfigData') as config_data, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::Config' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::Config' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'ConfigData') as config_data, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::Config' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::Config' + AND Identifier = '' AND region = 'us-east-1' configs_list_only: name: configs_list_only @@ -1192,7 +1192,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::Config' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::Config' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1200,7 +1200,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::Config' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::Config' AND region = 'us-east-1' dataflow_endpoint_groups: name: dataflow_endpoint_groups @@ -1260,34 +1260,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.EndpointDetails') as endpoint_details, JSON_EXTRACT(Properties, '$.ContactPrePassDurationSeconds') as contact_pre_pass_duration_seconds, JSON_EXTRACT(Properties, '$.ContactPostPassDurationSeconds') as contact_post_pass_duration_seconds, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::DataflowEndpointGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::DataflowEndpointGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'EndpointDetails') as endpoint_details, json_extract_path_text(Properties, 'ContactPrePassDurationSeconds') as contact_pre_pass_duration_seconds, json_extract_path_text(Properties, 'ContactPostPassDurationSeconds') as contact_post_pass_duration_seconds, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::DataflowEndpointGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::DataflowEndpointGroup' + AND Identifier = '' AND region = 'us-east-1' dataflow_endpoint_groups_list_only: name: dataflow_endpoint_groups_list_only @@ -1310,7 +1310,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::DataflowEndpointGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::DataflowEndpointGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1318,7 +1318,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::DataflowEndpointGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::DataflowEndpointGroup' AND region = 'us-east-1' mission_profiles: name: mission_profiles @@ -1379,11 +1379,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ContactPrePassDurationSeconds') as contact_pre_pass_duration_seconds, JSON_EXTRACT(Properties, '$.ContactPostPassDurationSeconds') as contact_post_pass_duration_seconds, @@ -1396,15 +1396,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Region') as region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::MissionProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ContactPrePassDurationSeconds') as contact_pre_pass_duration_seconds, json_extract_path_text(Properties, 'ContactPostPassDurationSeconds') as contact_post_pass_duration_seconds, @@ -1417,8 +1417,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Region') as region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GroundStation::MissionProfile' + AND Identifier = '|' AND region = 'us-east-1' mission_profiles_list_only: name: mission_profiles_list_only @@ -1443,7 +1443,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::MissionProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1452,7 +1452,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GroundStation::MissionProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GroundStation::MissionProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/guardduty.yaml b/providers/src/awscc/v00.00.00000/services/guardduty.yaml index 027ac95a..78a8dff8 100644 --- a/providers/src/awscc/v00.00.00000/services/guardduty.yaml +++ b/providers/src/awscc/v00.00.00000/services/guardduty.yaml @@ -1817,34 +1817,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FindingPublishingFrequency') as finding_publishing_frequency, JSON_EXTRACT(Properties, '$.Enable') as enable, JSON_EXTRACT(Properties, '$.DataSources') as data_sources, JSON_EXTRACT(Properties, '$.Features') as features, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Detector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Detector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FindingPublishingFrequency') as finding_publishing_frequency, json_extract_path_text(Properties, 'Enable') as enable, json_extract_path_text(Properties, 'DataSources') as data_sources, json_extract_path_text(Properties, 'Features') as features, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Detector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Detector' + AND Identifier = '' AND region = 'us-east-1' detectors_list_only: name: detectors_list_only @@ -1867,7 +1867,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Detector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Detector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1875,7 +1875,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Detector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Detector' AND region = 'us-east-1' filters: name: filters @@ -1936,11 +1936,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, @@ -1948,15 +1948,15 @@ components: JSON_EXTRACT(Properties, '$.Rank') as rank, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Filter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Filter' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DetectorId') as detector_id, @@ -1964,8 +1964,8 @@ components: json_extract_path_text(Properties, 'Rank') as rank, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Filter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Filter' + AND Identifier = '|' AND region = 'us-east-1' filters_list_only: name: filters_list_only @@ -1990,7 +1990,7 @@ components: region, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Filter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Filter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1999,7 +1999,7 @@ components: region, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Filter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Filter' AND region = 'us-east-1' ip_sets: name: ip_sets @@ -2060,11 +2060,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Format') as _format, JSON_EXTRACT(Properties, '$.Activate') as activate, @@ -2073,15 +2073,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.ExpectedBucketOwner') as expected_bucket_owner, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::IPSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::IPSet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Format') as _format, json_extract_path_text(Properties, 'Activate') as activate, @@ -2090,8 +2090,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'ExpectedBucketOwner') as expected_bucket_owner, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::IPSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::IPSet' + AND Identifier = '|' AND region = 'us-east-1' ip_sets_list_only: name: ip_sets_list_only @@ -2116,7 +2116,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::IPSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::IPSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2125,7 +2125,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::IPSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::IPSet' AND region = 'us-east-1' malware_protection_plans: name: malware_protection_plans @@ -2185,11 +2185,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MalwareProtectionPlanId') as malware_protection_plan_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Role') as role, @@ -2199,15 +2199,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusReasons') as status_reasons, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MalwareProtectionPlanId') as malware_protection_plan_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Role') as role, @@ -2217,8 +2217,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusReasons') as status_reasons, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' + AND Identifier = '' AND region = 'us-east-1' malware_protection_plans_list_only: name: malware_protection_plans_list_only @@ -2241,7 +2241,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MalwareProtectionPlanId') as malware_protection_plan_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2249,7 +2249,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MalwareProtectionPlanId') as malware_protection_plan_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::MalwareProtectionPlan' AND region = 'us-east-1' masters: name: masters @@ -2297,28 +2297,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MasterId') as master_id, JSON_EXTRACT(Properties, '$.InvitationId') as invitation_id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Master' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Master' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MasterId') as master_id, json_extract_path_text(Properties, 'InvitationId') as invitation_id, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Master' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Master' + AND Identifier = '|' AND region = 'us-east-1' masters_list_only: name: masters_list_only @@ -2343,7 +2343,7 @@ components: region, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.MasterId') as master_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Master' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Master' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2352,7 +2352,7 @@ components: region, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'MasterId') as master_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Master' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Master' AND region = 'us-east-1' members: name: members @@ -2413,34 +2413,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.MemberId') as member_id, JSON_EXTRACT(Properties, '$.Email') as email, JSON_EXTRACT(Properties, '$.Message') as message, JSON_EXTRACT(Properties, '$.DisableEmailNotification') as disable_email_notification, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Member' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Member' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'MemberId') as member_id, json_extract_path_text(Properties, 'Email') as email, json_extract_path_text(Properties, 'Message') as message, json_extract_path_text(Properties, 'DisableEmailNotification') as disable_email_notification, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::Member' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::Member' + AND Identifier = '|' AND region = 'us-east-1' members_list_only: name: members_list_only @@ -2465,7 +2465,7 @@ components: region, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.MemberId') as member_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Member' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Member' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2474,7 +2474,7 @@ components: region, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'MemberId') as member_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::Member' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::Member' AND region = 'us-east-1' publishing_destinations: name: publishing_destinations @@ -2535,11 +2535,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.DestinationType') as destination_type, @@ -2547,15 +2547,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.PublishingFailureStartTimestamp') as publishing_failure_start_timestamp, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::PublishingDestination' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::PublishingDestination' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'DestinationType') as destination_type, @@ -2563,8 +2563,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'PublishingFailureStartTimestamp') as publishing_failure_start_timestamp, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::PublishingDestination' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::PublishingDestination' + AND Identifier = '|' AND region = 'us-east-1' publishing_destinations_list_only: name: publishing_destinations_list_only @@ -2589,7 +2589,7 @@ components: region, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::PublishingDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::PublishingDestination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2598,7 +2598,7 @@ components: region, json_extract_path_text(Properties, 'DetectorId') as detector_id, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::PublishingDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::PublishingDestination' AND region = 'us-east-1' threat_entity_sets: name: threat_entity_sets @@ -2659,11 +2659,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Format') as _format, JSON_EXTRACT(Properties, '$.Activate') as activate, @@ -2676,15 +2676,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.ExpectedBucketOwner') as expected_bucket_owner, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatEntitySet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::ThreatEntitySet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Format') as _format, json_extract_path_text(Properties, 'Activate') as activate, @@ -2697,8 +2697,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'ExpectedBucketOwner') as expected_bucket_owner, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatEntitySet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::ThreatEntitySet' + AND Identifier = '|' AND region = 'us-east-1' threat_entity_sets_list_only: name: threat_entity_sets_list_only @@ -2723,7 +2723,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::ThreatEntitySet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::ThreatEntitySet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2732,7 +2732,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::ThreatEntitySet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::ThreatEntitySet' AND region = 'us-east-1' threat_intel_sets: name: threat_intel_sets @@ -2793,11 +2793,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Format') as _format, JSON_EXTRACT(Properties, '$.Activate') as activate, @@ -2806,15 +2806,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.ExpectedBucketOwner') as expected_bucket_owner, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::ThreatIntelSet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Format') as _format, json_extract_path_text(Properties, 'Activate') as activate, @@ -2823,8 +2823,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'ExpectedBucketOwner') as expected_bucket_owner, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::ThreatIntelSet' + AND Identifier = '|' AND region = 'us-east-1' threat_intel_sets_list_only: name: threat_intel_sets_list_only @@ -2849,7 +2849,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::ThreatIntelSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2858,7 +2858,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::ThreatIntelSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::ThreatIntelSet' AND region = 'us-east-1' trusted_entity_sets: name: trusted_entity_sets @@ -2919,11 +2919,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Format') as _format, JSON_EXTRACT(Properties, '$.Activate') as activate, @@ -2936,15 +2936,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.ExpectedBucketOwner') as expected_bucket_owner, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::TrustedEntitySet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::TrustedEntitySet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Format') as _format, json_extract_path_text(Properties, 'Activate') as activate, @@ -2957,8 +2957,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'ExpectedBucketOwner') as expected_bucket_owner, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::GuardDuty::TrustedEntitySet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::GuardDuty::TrustedEntitySet' + AND Identifier = '|' AND region = 'us-east-1' trusted_entity_sets_list_only: name: trusted_entity_sets_list_only @@ -2983,7 +2983,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::TrustedEntitySet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::TrustedEntitySet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2992,7 +2992,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DetectorId') as detector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::GuardDuty::TrustedEntitySet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::GuardDuty::TrustedEntitySet' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/healthimaging.yaml b/providers/src/awscc/v00.00.00000/services/healthimaging.yaml index 421ac31d..b279737f 100644 --- a/providers/src/awscc/v00.00.00000/services/healthimaging.yaml +++ b/providers/src/awscc/v00.00.00000/services/healthimaging.yaml @@ -592,11 +592,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatastoreArn') as datastore_arn, JSON_EXTRACT(Properties, '$.DatastoreName') as datastore_name, JSON_EXTRACT(Properties, '$.DatastoreId') as datastore_id, @@ -605,15 +605,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::HealthImaging::Datastore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::HealthImaging::Datastore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatastoreArn') as datastore_arn, json_extract_path_text(Properties, 'DatastoreName') as datastore_name, json_extract_path_text(Properties, 'DatastoreId') as datastore_id, @@ -622,8 +622,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::HealthImaging::Datastore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::HealthImaging::Datastore' + AND Identifier = '' AND region = 'us-east-1' datastores_list_only: name: datastores_list_only @@ -646,7 +646,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatastoreId') as datastore_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::HealthImaging::Datastore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::HealthImaging::Datastore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -654,7 +654,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatastoreId') as datastore_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::HealthImaging::Datastore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::HealthImaging::Datastore' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/healthlake.yaml b/providers/src/awscc/v00.00.00000/services/healthlake.yaml index 21550d37..57aedba9 100644 --- a/providers/src/awscc/v00.00.00000/services/healthlake.yaml +++ b/providers/src/awscc/v00.00.00000/services/healthlake.yaml @@ -730,11 +730,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.DatastoreArn') as datastore_arn, JSON_EXTRACT(Properties, '$.DatastoreEndpoint') as datastore_endpoint, @@ -746,15 +746,15 @@ components: JSON_EXTRACT(Properties, '$.SseConfiguration') as sse_configuration, JSON_EXTRACT(Properties, '$.IdentityProviderConfiguration') as identity_provider_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::HealthLake::FHIRDatastore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::HealthLake::FHIRDatastore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'DatastoreArn') as datastore_arn, json_extract_path_text(Properties, 'DatastoreEndpoint') as datastore_endpoint, @@ -766,8 +766,8 @@ components: json_extract_path_text(Properties, 'SseConfiguration') as sse_configuration, json_extract_path_text(Properties, 'IdentityProviderConfiguration') as identity_provider_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::HealthLake::FHIRDatastore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::HealthLake::FHIRDatastore' + AND Identifier = '' AND region = 'us-east-1' fhir_datastores_list_only: name: fhir_datastores_list_only @@ -790,7 +790,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatastoreId') as datastore_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::HealthLake::FHIRDatastore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::HealthLake::FHIRDatastore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -798,7 +798,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatastoreId') as datastore_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::HealthLake::FHIRDatastore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::HealthLake::FHIRDatastore' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iam.yaml b/providers/src/awscc/v00.00.00000/services/iam.yaml index d2d10484..1c2f6655 100644 --- a/providers/src/awscc/v00.00.00000/services/iam.yaml +++ b/providers/src/awscc/v00.00.00000/services/iam.yaml @@ -2324,32 +2324,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.ManagedPolicyArns') as managed_policy_arns, JSON_EXTRACT(Properties, '$.Path') as path, JSON_EXTRACT(Properties, '$.Policies') as policies - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::Group' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'ManagedPolicyArns') as managed_policy_arns, json_extract_path_text(Properties, 'Path') as path, json_extract_path_text(Properties, 'Policies') as policies - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::Group' + AND Identifier = '' AND region = 'us-east-1' groups_list_only: name: groups_list_only @@ -2372,7 +2372,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::Group' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2380,7 +2380,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::Group' AND region = 'us-east-1' group_policies: name: group_policies @@ -2441,28 +2441,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.GroupName') as group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::GroupPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'GroupName') as group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::GroupPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::GroupPolicy' + AND Identifier = '|' AND region = 'us-east-1' instance_profiles: name: instance_profiles @@ -2522,30 +2522,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Path') as path, JSON_EXTRACT(Properties, '$.Roles') as roles, JSON_EXTRACT(Properties, '$.InstanceProfileName') as instance_profile_name, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::InstanceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::InstanceProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Path') as path, json_extract_path_text(Properties, 'Roles') as roles, json_extract_path_text(Properties, 'InstanceProfileName') as instance_profile_name, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::InstanceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::InstanceProfile' + AND Identifier = '' AND region = 'us-east-1' instance_profiles_list_only: name: instance_profiles_list_only @@ -2568,7 +2568,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceProfileName') as instance_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::InstanceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::InstanceProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2576,7 +2576,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceProfileName') as instance_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::InstanceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::InstanceProfile' AND region = 'us-east-1' managed_policies: name: managed_policies @@ -2636,11 +2636,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Groups') as groups, JSON_EXTRACT(Properties, '$.ManagedPolicyName') as managed_policy_name, @@ -2656,15 +2656,15 @@ components: JSON_EXTRACT(Properties, '$.IsAttachable') as is_attachable, JSON_EXTRACT(Properties, '$.PermissionsBoundaryUsageCount') as permissions_boundary_usage_count, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ManagedPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ManagedPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Groups') as groups, json_extract_path_text(Properties, 'ManagedPolicyName') as managed_policy_name, @@ -2680,8 +2680,8 @@ components: json_extract_path_text(Properties, 'IsAttachable') as is_attachable, json_extract_path_text(Properties, 'PermissionsBoundaryUsageCount') as permissions_boundary_usage_count, json_extract_path_text(Properties, 'PolicyId') as policy_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ManagedPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ManagedPolicy' + AND Identifier = '' AND region = 'us-east-1' managed_policies_list_only: name: managed_policies_list_only @@ -2704,7 +2704,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ManagedPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::ManagedPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2712,7 +2712,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ManagedPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::ManagedPolicy' AND region = 'us-east-1' oidc_providers: name: oidc_providers @@ -2772,32 +2772,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClientIdList') as client_id_list, JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.ThumbprintList') as thumbprint_list, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::OIDCProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::OIDCProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClientIdList') as client_id_list, json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'ThumbprintList') as thumbprint_list, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::OIDCProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::OIDCProvider' + AND Identifier = '' AND region = 'us-east-1' oidc_providers_list_only: name: oidc_providers_list_only @@ -2820,7 +2820,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::OIDCProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::OIDCProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2828,7 +2828,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::OIDCProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::OIDCProvider' AND region = 'us-east-1' roles: name: roles @@ -2888,11 +2888,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssumeRolePolicyDocument') as assume_role_policy_document, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2904,15 +2904,15 @@ components: JSON_EXTRACT(Properties, '$.RoleId') as role_id, JSON_EXTRACT(Properties, '$.RoleName') as role_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Role' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::Role' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssumeRolePolicyDocument') as assume_role_policy_document, json_extract_path_text(Properties, 'Description') as description, @@ -2924,8 +2924,8 @@ components: json_extract_path_text(Properties, 'RoleId') as role_id, json_extract_path_text(Properties, 'RoleName') as role_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::Role' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::Role' + AND Identifier = '' AND region = 'us-east-1' roles_list_only: name: roles_list_only @@ -2948,7 +2948,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::Role' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::Role' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2956,7 +2956,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RoleName') as role_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::Role' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::Role' AND region = 'us-east-1' role_policies: name: role_policies @@ -3017,28 +3017,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.RoleName') as role_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::RolePolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'RoleName') as role_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::RolePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::RolePolicy' + AND Identifier = '|' AND region = 'us-east-1' saml_providers: name: saml_providers @@ -3098,11 +3098,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SamlMetadataDocument') as saml_metadata_document, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -3112,15 +3112,15 @@ components: JSON_EXTRACT(Properties, '$.RemovePrivateKey') as remove_private_key, JSON_EXTRACT(Properties, '$.PrivateKeyList') as private_key_list, JSON_EXTRACT(Properties, '$.SamlProviderUUID') as saml_provider_uu_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::SAMLProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::SAMLProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SamlMetadataDocument') as saml_metadata_document, json_extract_path_text(Properties, 'Arn') as arn, @@ -3130,8 +3130,8 @@ components: json_extract_path_text(Properties, 'RemovePrivateKey') as remove_private_key, json_extract_path_text(Properties, 'PrivateKeyList') as private_key_list, json_extract_path_text(Properties, 'SamlProviderUUID') as saml_provider_uu_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::SAMLProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::SAMLProvider' + AND Identifier = '' AND region = 'us-east-1' saml_providers_list_only: name: saml_providers_list_only @@ -3154,7 +3154,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::SAMLProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::SAMLProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3162,7 +3162,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::SAMLProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::SAMLProvider' AND region = 'us-east-1' server_certificates: name: server_certificates @@ -3222,11 +3222,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateBody') as certificate_body, JSON_EXTRACT(Properties, '$.CertificateChain') as certificate_chain, JSON_EXTRACT(Properties, '$.ServerCertificateName') as server_certificate_name, @@ -3234,15 +3234,15 @@ components: JSON_EXTRACT(Properties, '$.PrivateKey') as private_key, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ServerCertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ServerCertificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateBody') as certificate_body, json_extract_path_text(Properties, 'CertificateChain') as certificate_chain, json_extract_path_text(Properties, 'ServerCertificateName') as server_certificate_name, @@ -3250,8 +3250,8 @@ components: json_extract_path_text(Properties, 'PrivateKey') as private_key, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ServerCertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ServerCertificate' + AND Identifier = '' AND region = 'us-east-1' server_certificates_list_only: name: server_certificates_list_only @@ -3274,7 +3274,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServerCertificateName') as server_certificate_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ServerCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::ServerCertificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3282,7 +3282,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServerCertificateName') as server_certificate_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::ServerCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::ServerCertificate' AND region = 'us-east-1' service_linked_roles: name: service_linked_roles @@ -3342,30 +3342,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RoleName') as role_name, JSON_EXTRACT(Properties, '$.CustomSuffix') as custom_suffix, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.AWSServiceName') as aws_service_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ServiceLinkedRole' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ServiceLinkedRole' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RoleName') as role_name, json_extract_path_text(Properties, 'CustomSuffix') as custom_suffix, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'AWSServiceName') as aws_service_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::ServiceLinkedRole' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::ServiceLinkedRole' + AND Identifier = '' AND region = 'us-east-1' users: name: users @@ -3425,11 +3425,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Path') as path, JSON_EXTRACT(Properties, '$.ManagedPolicyArns') as managed_policy_arns, JSON_EXTRACT(Properties, '$.Policies') as policies, @@ -3439,15 +3439,15 @@ components: JSON_EXTRACT(Properties, '$.LoginProfile') as login_profile, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.PermissionsBoundary') as permissions_boundary - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::User' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Path') as path, json_extract_path_text(Properties, 'ManagedPolicyArns') as managed_policy_arns, json_extract_path_text(Properties, 'Policies') as policies, @@ -3457,8 +3457,8 @@ components: json_extract_path_text(Properties, 'LoginProfile') as login_profile, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'PermissionsBoundary') as permissions_boundary - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::User' + AND Identifier = '' AND region = 'us-east-1' users_list_only: name: users_list_only @@ -3481,7 +3481,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::User' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3489,7 +3489,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::User' AND region = 'us-east-1' user_policies: name: user_policies @@ -3550,28 +3550,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.UserName') as user_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::UserPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'UserName') as user_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::UserPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::UserPolicy' + AND Identifier = '|' AND region = 'us-east-1' virtualmfa_devices: name: virtualmfa_devices @@ -3631,32 +3631,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VirtualMfaDeviceName') as virtual_mfa_device_name, JSON_EXTRACT(Properties, '$.Path') as path, JSON_EXTRACT(Properties, '$.SerialNumber') as serial_number, JSON_EXTRACT(Properties, '$.Users') as users, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::VirtualMFADevice' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::VirtualMFADevice' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VirtualMfaDeviceName') as virtual_mfa_device_name, json_extract_path_text(Properties, 'Path') as path, json_extract_path_text(Properties, 'SerialNumber') as serial_number, json_extract_path_text(Properties, 'Users') as users, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IAM::VirtualMFADevice' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IAM::VirtualMFADevice' + AND Identifier = '' AND region = 'us-east-1' virtualmfa_devices_list_only: name: virtualmfa_devices_list_only @@ -3679,7 +3679,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SerialNumber') as serial_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::VirtualMFADevice' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::VirtualMFADevice' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3687,7 +3687,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SerialNumber') as serial_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IAM::VirtualMFADevice' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IAM::VirtualMFADevice' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/identitystore.yaml b/providers/src/awscc/v00.00.00000/services/identitystore.yaml index 6c1d4d55..c8aa394f 100644 --- a/providers/src/awscc/v00.00.00000/services/identitystore.yaml +++ b/providers/src/awscc/v00.00.00000/services/identitystore.yaml @@ -667,30 +667,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::Group' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IdentityStore::Group' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::Group' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IdentityStore::Group' + AND Identifier = '|' AND region = 'us-east-1' groups_list_only: name: groups_list_only @@ -715,7 +715,7 @@ components: region, JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IdentityStore::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IdentityStore::Group' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -724,7 +724,7 @@ components: region, json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IdentityStore::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IdentityStore::Group' AND region = 'us-east-1' group_memberships: name: group_memberships @@ -772,30 +772,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GroupId') as group_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id, JSON_EXTRACT(Properties, '$.MemberId') as member_id, JSON_EXTRACT(Properties, '$.MembershipId') as membership_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IdentityStore::GroupMembership' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GroupId') as group_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id, json_extract_path_text(Properties, 'MemberId') as member_id, json_extract_path_text(Properties, 'MembershipId') as membership_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IdentityStore::GroupMembership' + AND Identifier = '|' AND region = 'us-east-1' group_memberships_list_only: name: group_memberships_list_only @@ -820,7 +820,7 @@ components: region, JSON_EXTRACT(Properties, '$.MembershipId') as membership_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IdentityStore::GroupMembership' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -829,7 +829,7 @@ components: region, json_extract_path_text(Properties, 'MembershipId') as membership_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IdentityStore::GroupMembership' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IdentityStore::GroupMembership' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/imagebuilder.yaml b/providers/src/awscc/v00.00.00000/services/imagebuilder.yaml index a89f10ad..7312e423 100644 --- a/providers/src/awscc/v00.00.00000/services/imagebuilder.yaml +++ b/providers/src/awscc/v00.00.00000/services/imagebuilder.yaml @@ -2627,11 +2627,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Version') as version, @@ -2645,15 +2645,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Uri') as uri, JSON_EXTRACT(Properties, '$.SupportedOsVersions') as supported_os_versions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Component' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Component' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Version') as version, @@ -2667,8 +2667,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Uri') as uri, json_extract_path_text(Properties, 'SupportedOsVersions') as supported_os_versions - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Component' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Component' + AND Identifier = '' AND region = 'us-east-1' components_list_only: name: components_list_only @@ -2691,7 +2691,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Component' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Component' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2699,7 +2699,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Component' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Component' AND region = 'us-east-1' container_recipes: name: container_recipes @@ -2759,11 +2759,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2780,15 +2780,15 @@ components: JSON_EXTRACT(Properties, '$.ParentImage') as parent_image, JSON_EXTRACT(Properties, '$.WorkingDirectory') as working_directory, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ContainerRecipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ContainerRecipe' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -2805,8 +2805,8 @@ components: json_extract_path_text(Properties, 'ParentImage') as parent_image, json_extract_path_text(Properties, 'WorkingDirectory') as working_directory, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ContainerRecipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ContainerRecipe' + AND Identifier = '' AND region = 'us-east-1' container_recipes_list_only: name: container_recipes_list_only @@ -2829,7 +2829,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ContainerRecipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ContainerRecipe' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2837,7 +2837,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ContainerRecipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ContainerRecipe' AND region = 'us-east-1' distribution_configurations: name: distribution_configurations @@ -2897,32 +2897,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Distributions') as distributions, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::DistributionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::DistributionConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Distributions') as distributions, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::DistributionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::DistributionConfiguration' + AND Identifier = '' AND region = 'us-east-1' distribution_configurations_list_only: name: distribution_configurations_list_only @@ -2945,7 +2945,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::DistributionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::DistributionConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2953,7 +2953,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::DistributionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::DistributionConfiguration' AND region = 'us-east-1' images: name: images @@ -3013,11 +3013,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ImageScanningConfiguration') as image_scanning_configuration, JSON_EXTRACT(Properties, '$.ContainerRecipeArn') as container_recipe_arn, JSON_EXTRACT(Properties, '$.Workflows') as workflows, @@ -3032,15 +3032,15 @@ components: JSON_EXTRACT(Properties, '$.EnhancedImageMetadataEnabled') as enhanced_image_metadata_enabled, JSON_EXTRACT(Properties, '$.ExecutionRole') as execution_role, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Image' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Image' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ImageScanningConfiguration') as image_scanning_configuration, json_extract_path_text(Properties, 'ContainerRecipeArn') as container_recipe_arn, json_extract_path_text(Properties, 'Workflows') as workflows, @@ -3055,8 +3055,8 @@ components: json_extract_path_text(Properties, 'EnhancedImageMetadataEnabled') as enhanced_image_metadata_enabled, json_extract_path_text(Properties, 'ExecutionRole') as execution_role, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Image' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Image' + AND Identifier = '' AND region = 'us-east-1' images_list_only: name: images_list_only @@ -3079,7 +3079,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Image' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Image' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3087,7 +3087,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Image' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Image' AND region = 'us-east-1' image_pipelines: name: image_pipelines @@ -3147,11 +3147,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3167,15 +3167,15 @@ components: JSON_EXTRACT(Properties, '$.ImageScanningConfiguration') as image_scanning_configuration, JSON_EXTRACT(Properties, '$.ExecutionRole') as execution_role, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ImagePipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ImagePipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -3191,8 +3191,8 @@ components: json_extract_path_text(Properties, 'ImageScanningConfiguration') as image_scanning_configuration, json_extract_path_text(Properties, 'ExecutionRole') as execution_role, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ImagePipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ImagePipeline' + AND Identifier = '' AND region = 'us-east-1' image_pipelines_list_only: name: image_pipelines_list_only @@ -3215,7 +3215,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ImagePipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ImagePipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3223,7 +3223,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ImagePipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ImagePipeline' AND region = 'us-east-1' image_recipes: name: image_recipes @@ -3283,11 +3283,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3298,15 +3298,15 @@ components: JSON_EXTRACT(Properties, '$.WorkingDirectory') as working_directory, JSON_EXTRACT(Properties, '$.AdditionalInstanceConfiguration') as additional_instance_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ImageRecipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ImageRecipe' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -3317,8 +3317,8 @@ components: json_extract_path_text(Properties, 'WorkingDirectory') as working_directory, json_extract_path_text(Properties, 'AdditionalInstanceConfiguration') as additional_instance_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::ImageRecipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::ImageRecipe' + AND Identifier = '' AND region = 'us-east-1' image_recipes_list_only: name: image_recipes_list_only @@ -3341,7 +3341,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ImageRecipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ImageRecipe' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3349,7 +3349,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::ImageRecipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::ImageRecipe' AND region = 'us-east-1' infrastructure_configurations: name: infrastructure_configurations @@ -3409,11 +3409,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3429,15 +3429,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceTags') as resource_tags, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Placement') as placement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -3453,8 +3453,8 @@ components: json_extract_path_text(Properties, 'ResourceTags') as resource_tags, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Placement') as placement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' + AND Identifier = '' AND region = 'us-east-1' infrastructure_configurations_list_only: name: infrastructure_configurations_list_only @@ -3477,7 +3477,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3485,7 +3485,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::InfrastructureConfiguration' AND region = 'us-east-1' lifecycle_policies: name: lifecycle_policies @@ -3545,11 +3545,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3559,15 +3559,15 @@ components: JSON_EXTRACT(Properties, '$.PolicyDetails') as policy_details, JSON_EXTRACT(Properties, '$.ResourceSelection') as resource_selection, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::LifecyclePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::LifecyclePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -3577,8 +3577,8 @@ components: json_extract_path_text(Properties, 'PolicyDetails') as policy_details, json_extract_path_text(Properties, 'ResourceSelection') as resource_selection, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::LifecyclePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::LifecyclePolicy' + AND Identifier = '' AND region = 'us-east-1' lifecycle_policies_list_only: name: lifecycle_policies_list_only @@ -3601,7 +3601,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::LifecyclePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::LifecyclePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3609,7 +3609,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::LifecyclePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::LifecyclePolicy' AND region = 'us-east-1' workflows: name: workflows @@ -3669,11 +3669,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Version') as version, @@ -3684,15 +3684,15 @@ components: JSON_EXTRACT(Properties, '$.Uri') as uri, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Workflow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Version') as version, @@ -3703,8 +3703,8 @@ components: json_extract_path_text(Properties, 'Uri') as uri, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ImageBuilder::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ImageBuilder::Workflow' + AND Identifier = '' AND region = 'us-east-1' workflows_list_only: name: workflows_list_only @@ -3727,7 +3727,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Workflow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3735,7 +3735,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ImageBuilder::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ImageBuilder::Workflow' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/inspector.yaml b/providers/src/awscc/v00.00.00000/services/inspector.yaml index 443d667b..6f2cfa88 100644 --- a/providers/src/awscc/v00.00.00000/services/inspector.yaml +++ b/providers/src/awscc/v00.00.00000/services/inspector.yaml @@ -659,28 +659,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssessmentTargetName') as assessment_target_name, JSON_EXTRACT(Properties, '$.ResourceGroupArn') as resource_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::AssessmentTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::AssessmentTarget' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssessmentTargetName') as assessment_target_name, json_extract_path_text(Properties, 'ResourceGroupArn') as resource_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::AssessmentTarget' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::AssessmentTarget' + AND Identifier = '' AND region = 'us-east-1' assessment_targets_list_only: name: assessment_targets_list_only @@ -703,7 +703,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::AssessmentTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Inspector::AssessmentTarget' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -711,7 +711,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::AssessmentTarget' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Inspector::AssessmentTarget' AND region = 'us-east-1' assessment_templates: name: assessment_templates @@ -758,34 +758,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssessmentTargetArn') as assessment_target_arn, JSON_EXTRACT(Properties, '$.DurationInSeconds') as duration_in_seconds, JSON_EXTRACT(Properties, '$.AssessmentTemplateName') as assessment_template_name, JSON_EXTRACT(Properties, '$.RulesPackageArns') as rules_package_arns, JSON_EXTRACT(Properties, '$.UserAttributesForFindings') as user_attributes_for_findings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::AssessmentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::AssessmentTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssessmentTargetArn') as assessment_target_arn, json_extract_path_text(Properties, 'DurationInSeconds') as duration_in_seconds, json_extract_path_text(Properties, 'AssessmentTemplateName') as assessment_template_name, json_extract_path_text(Properties, 'RulesPackageArns') as rules_package_arns, json_extract_path_text(Properties, 'UserAttributesForFindings') as user_attributes_for_findings - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::AssessmentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::AssessmentTemplate' + AND Identifier = '' AND region = 'us-east-1' assessment_templates_list_only: name: assessment_templates_list_only @@ -808,7 +808,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::AssessmentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Inspector::AssessmentTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -816,7 +816,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Inspector::AssessmentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Inspector::AssessmentTemplate' AND region = 'us-east-1' resource_groups: name: resource_groups @@ -863,26 +863,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ResourceGroupTags') as resource_group_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::ResourceGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::ResourceGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ResourceGroupTags') as resource_group_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Inspector::ResourceGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Inspector::ResourceGroup' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/inspectorv2.yaml b/providers/src/awscc/v00.00.00000/services/inspectorv2.yaml index fc75b2fe..a32fb189 100644 --- a/providers/src/awscc/v00.00.00000/services/inspectorv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/inspectorv2.yaml @@ -1386,34 +1386,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScanName') as scan_name, JSON_EXTRACT(Properties, '$.SecurityLevel') as security_level, JSON_EXTRACT(Properties, '$.Schedule') as schedule, JSON_EXTRACT(Properties, '$.Targets') as targets, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CisScanConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CisScanConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScanName') as scan_name, json_extract_path_text(Properties, 'SecurityLevel') as security_level, json_extract_path_text(Properties, 'Schedule') as schedule, json_extract_path_text(Properties, 'Targets') as targets, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CisScanConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CisScanConfiguration' + AND Identifier = '' AND region = 'us-east-1' cis_scan_configurations_list_only: name: cis_scan_configurations_list_only @@ -1436,7 +1436,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CisScanConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CisScanConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1444,7 +1444,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CisScanConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CisScanConfiguration' AND region = 'us-east-1' code_security_integrations: name: code_security_integrations @@ -1504,11 +1504,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.CreateIntegrationDetails') as create_integration_details, @@ -1520,15 +1520,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.LastUpdatedAt') as last_updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'CreateIntegrationDetails') as create_integration_details, @@ -1540,8 +1540,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'LastUpdatedAt') as last_updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' + AND Identifier = '' AND region = 'us-east-1' code_security_integrations_list_only: name: code_security_integrations_list_only @@ -1564,7 +1564,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1572,7 +1572,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CodeSecurityIntegration' AND region = 'us-east-1' code_security_scan_configurations: name: code_security_scan_configurations @@ -1632,34 +1632,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Level') as level, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.ScopeSettings') as scope_settings, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Level') as level, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'ScopeSettings') as scope_settings, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' + AND Identifier = '' AND region = 'us-east-1' code_security_scan_configurations_list_only: name: code_security_scan_configurations_list_only @@ -1682,7 +1682,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1690,7 +1690,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::CodeSecurityScanConfiguration' AND region = 'us-east-1' filters: name: filters @@ -1750,34 +1750,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.FilterCriteria') as filter_criteria, JSON_EXTRACT(Properties, '$.FilterAction') as filter_action, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::Filter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::Filter' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'FilterCriteria') as filter_criteria, json_extract_path_text(Properties, 'FilterAction') as filter_action, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InspectorV2::Filter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InspectorV2::Filter' + AND Identifier = '' AND region = 'us-east-1' filters_list_only: name: filters_list_only @@ -1800,7 +1800,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::Filter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::Filter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1808,7 +1808,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InspectorV2::Filter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InspectorV2::Filter' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/internetmonitor.yaml b/providers/src/awscc/v00.00.00000/services/internetmonitor.yaml index 871ef9bb..06ae9cf3 100644 --- a/providers/src/awscc/v00.00.00000/services/internetmonitor.yaml +++ b/providers/src/awscc/v00.00.00000/services/internetmonitor.yaml @@ -758,11 +758,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at, JSON_EXTRACT(Properties, '$.MonitorArn') as monitor_arn, @@ -780,15 +780,15 @@ components: JSON_EXTRACT(Properties, '$.TrafficPercentageToMonitor') as traffic_percentage_to_monitor, JSON_EXTRACT(Properties, '$.InternetMeasurementsLogDelivery') as internet_measurements_log_delivery, JSON_EXTRACT(Properties, '$.HealthEventsConfig') as health_events_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InternetMonitor::Monitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InternetMonitor::Monitor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'ModifiedAt') as modified_at, json_extract_path_text(Properties, 'MonitorArn') as monitor_arn, @@ -806,8 +806,8 @@ components: json_extract_path_text(Properties, 'TrafficPercentageToMonitor') as traffic_percentage_to_monitor, json_extract_path_text(Properties, 'InternetMeasurementsLogDelivery') as internet_measurements_log_delivery, json_extract_path_text(Properties, 'HealthEventsConfig') as health_events_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::InternetMonitor::Monitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::InternetMonitor::Monitor' + AND Identifier = '' AND region = 'us-east-1' monitors_list_only: name: monitors_list_only @@ -830,7 +830,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MonitorName') as monitor_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InternetMonitor::Monitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InternetMonitor::Monitor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -838,7 +838,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MonitorName') as monitor_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::InternetMonitor::Monitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::InternetMonitor::Monitor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/invoicing.yaml b/providers/src/awscc/v00.00.00000/services/invoicing.yaml index 2d695452..684a3f0e 100644 --- a/providers/src/awscc/v00.00.00000/services/invoicing.yaml +++ b/providers/src/awscc/v00.00.00000/services/invoicing.yaml @@ -603,11 +603,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InvoiceUnitArn') as invoice_unit_arn, JSON_EXTRACT(Properties, '$.InvoiceReceiver') as invoice_receiver, JSON_EXTRACT(Properties, '$.Name') as name, @@ -616,15 +616,15 @@ components: JSON_EXTRACT(Properties, '$.Rule') as rule, JSON_EXTRACT(Properties, '$.LastModified') as last_modified, JSON_EXTRACT(Properties, '$.ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Invoicing::InvoiceUnit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Invoicing::InvoiceUnit' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InvoiceUnitArn') as invoice_unit_arn, json_extract_path_text(Properties, 'InvoiceReceiver') as invoice_receiver, json_extract_path_text(Properties, 'Name') as name, @@ -633,8 +633,8 @@ components: json_extract_path_text(Properties, 'Rule') as rule, json_extract_path_text(Properties, 'LastModified') as last_modified, json_extract_path_text(Properties, 'ResourceTags') as resource_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Invoicing::InvoiceUnit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Invoicing::InvoiceUnit' + AND Identifier = '' AND region = 'us-east-1' invoice_units_list_only: name: invoice_units_list_only @@ -657,7 +657,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InvoiceUnitArn') as invoice_unit_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Invoicing::InvoiceUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Invoicing::InvoiceUnit' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -665,7 +665,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InvoiceUnitArn') as invoice_unit_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Invoicing::InvoiceUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Invoicing::InvoiceUnit' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iot.yaml b/providers/src/awscc/v00.00.00000/services/iot.yaml index f9ea0890..dfe0dcb8 100644 --- a/providers/src/awscc/v00.00.00000/services/iot.yaml +++ b/providers/src/awscc/v00.00.00000/services/iot.yaml @@ -5704,30 +5704,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.AuditCheckConfigurations') as audit_check_configurations, JSON_EXTRACT(Properties, '$.AuditNotificationTargetConfigurations') as audit_notification_target_configurations, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::AccountAuditConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::AccountAuditConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'AuditCheckConfigurations') as audit_check_configurations, json_extract_path_text(Properties, 'AuditNotificationTargetConfigurations') as audit_notification_target_configurations, json_extract_path_text(Properties, 'RoleArn') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::AccountAuditConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::AccountAuditConfiguration' + AND Identifier = '' AND region = 'us-east-1' account_audit_configurations_list_only: name: account_audit_configurations_list_only @@ -5750,7 +5750,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::AccountAuditConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::AccountAuditConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5758,7 +5758,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::AccountAuditConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::AccountAuditConfiguration' AND region = 'us-east-1' authorizers: name: authorizers @@ -5818,11 +5818,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AuthorizerFunctionArn') as authorizer_function_arn, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AuthorizerName') as authorizer_name, @@ -5832,15 +5832,15 @@ components: JSON_EXTRACT(Properties, '$.TokenSigningPublicKeys') as token_signing_public_keys, JSON_EXTRACT(Properties, '$.EnableCachingForHttp') as enable_caching_for_http, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Authorizer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Authorizer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AuthorizerFunctionArn') as authorizer_function_arn, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AuthorizerName') as authorizer_name, @@ -5850,8 +5850,8 @@ components: json_extract_path_text(Properties, 'TokenSigningPublicKeys') as token_signing_public_keys, json_extract_path_text(Properties, 'EnableCachingForHttp') as enable_caching_for_http, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Authorizer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Authorizer' + AND Identifier = '' AND region = 'us-east-1' authorizers_list_only: name: authorizers_list_only @@ -5874,7 +5874,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AuthorizerName') as authorizer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Authorizer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5882,7 +5882,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AuthorizerName') as authorizer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Authorizer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Authorizer' AND region = 'us-east-1' billing_groups: name: billing_groups @@ -5942,32 +5942,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.BillingGroupName') as billing_group_name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.BillingGroupProperties') as billing_group_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::BillingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::BillingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'BillingGroupName') as billing_group_name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'BillingGroupProperties') as billing_group_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::BillingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::BillingGroup' + AND Identifier = '' AND region = 'us-east-1' billing_groups_list_only: name: billing_groups_list_only @@ -5990,7 +5990,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BillingGroupName') as billing_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::BillingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::BillingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5998,7 +5998,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BillingGroupName') as billing_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::BillingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::BillingGroup' AND region = 'us-east-1' ca_certificates: name: ca_certificates @@ -6058,11 +6058,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CACertificatePem') as ca_certificate_pem, JSON_EXTRACT(Properties, '$.VerificationCertificatePem') as verification_certificate_pem, JSON_EXTRACT(Properties, '$.Status') as status, @@ -6073,15 +6073,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CACertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CACertificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CACertificatePem') as ca_certificate_pem, json_extract_path_text(Properties, 'VerificationCertificatePem') as verification_certificate_pem, json_extract_path_text(Properties, 'Status') as status, @@ -6092,8 +6092,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CACertificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CACertificate' + AND Identifier = '' AND region = 'us-east-1' ca_certificates_list_only: name: ca_certificates_list_only @@ -6116,7 +6116,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CACertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CACertificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6124,7 +6124,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CACertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CACertificate' AND region = 'us-east-1' certificates: name: certificates @@ -6184,11 +6184,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CACertificatePem') as ca_certificate_pem, JSON_EXTRACT(Properties, '$.CertificatePem') as certificate_pem, JSON_EXTRACT(Properties, '$.CertificateSigningRequest') as certificate_signing_request, @@ -6196,15 +6196,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Certificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CACertificatePem') as ca_certificate_pem, json_extract_path_text(Properties, 'CertificatePem') as certificate_pem, json_extract_path_text(Properties, 'CertificateSigningRequest') as certificate_signing_request, @@ -6212,8 +6212,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Certificate' + AND Identifier = '' AND region = 'us-east-1' certificates_list_only: name: certificates_list_only @@ -6236,7 +6236,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Certificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6244,7 +6244,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Certificate' AND region = 'us-east-1' certificate_providers: name: certificate_providers @@ -6304,32 +6304,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateProviderName') as certificate_provider_name, JSON_EXTRACT(Properties, '$.LambdaFunctionArn') as lambda_function_arn, JSON_EXTRACT(Properties, '$.AccountDefaultForOperations') as account_default_for_operations, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CertificateProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CertificateProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateProviderName') as certificate_provider_name, json_extract_path_text(Properties, 'LambdaFunctionArn') as lambda_function_arn, json_extract_path_text(Properties, 'AccountDefaultForOperations') as account_default_for_operations, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CertificateProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CertificateProvider' + AND Identifier = '' AND region = 'us-east-1' certificate_providers_list_only: name: certificate_providers_list_only @@ -6352,7 +6352,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CertificateProviderName') as certificate_provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CertificateProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CertificateProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6360,7 +6360,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CertificateProviderName') as certificate_provider_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CertificateProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CertificateProvider' AND region = 'us-east-1' commands: name: commands @@ -6420,11 +6420,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CommandArn') as command_arn, JSON_EXTRACT(Properties, '$.CommandId') as command_id, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -6438,15 +6438,15 @@ components: JSON_EXTRACT(Properties, '$.Payload') as payload, JSON_EXTRACT(Properties, '$.PendingDeletion') as pending_deletion, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Command' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Command' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CommandArn') as command_arn, json_extract_path_text(Properties, 'CommandId') as command_id, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -6460,8 +6460,8 @@ components: json_extract_path_text(Properties, 'Payload') as payload, json_extract_path_text(Properties, 'PendingDeletion') as pending_deletion, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Command' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Command' + AND Identifier = '' AND region = 'us-east-1' commands_list_only: name: commands_list_only @@ -6484,7 +6484,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CommandId') as command_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Command' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Command' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6492,7 +6492,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CommandId') as command_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Command' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Command' AND region = 'us-east-1' custom_metrics: name: custom_metrics @@ -6552,32 +6552,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MetricName') as metric_name, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.MetricType') as metric_type, JSON_EXTRACT(Properties, '$.MetricArn') as metric_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CustomMetric' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CustomMetric' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MetricName') as metric_name, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'MetricType') as metric_type, json_extract_path_text(Properties, 'MetricArn') as metric_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::CustomMetric' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::CustomMetric' + AND Identifier = '' AND region = 'us-east-1' custom_metrics_list_only: name: custom_metrics_list_only @@ -6600,7 +6600,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MetricName') as metric_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CustomMetric' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CustomMetric' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6608,7 +6608,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MetricName') as metric_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::CustomMetric' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::CustomMetric' AND region = 'us-east-1' dimensions: name: dimensions @@ -6668,32 +6668,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.StringValues') as string_values, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Dimension' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Dimension' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'StringValues') as string_values, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Dimension' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Dimension' + AND Identifier = '' AND region = 'us-east-1' dimensions_list_only: name: dimensions_list_only @@ -6716,7 +6716,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Dimension' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Dimension' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6724,7 +6724,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Dimension' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Dimension' AND region = 'us-east-1' domain_configurations: name: domain_configurations @@ -6784,11 +6784,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainConfigurationName') as domain_configuration_name, JSON_EXTRACT(Properties, '$.AuthorizerConfig') as authorizer_config, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, @@ -6805,15 +6805,15 @@ components: JSON_EXTRACT(Properties, '$.ApplicationProtocol') as application_protocol, JSON_EXTRACT(Properties, '$.ClientCertificateConfig') as client_certificate_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::DomainConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::DomainConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainConfigurationName') as domain_configuration_name, json_extract_path_text(Properties, 'AuthorizerConfig') as authorizer_config, json_extract_path_text(Properties, 'DomainName') as domain_name, @@ -6830,8 +6830,8 @@ components: json_extract_path_text(Properties, 'ApplicationProtocol') as application_protocol, json_extract_path_text(Properties, 'ClientCertificateConfig') as client_certificate_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::DomainConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::DomainConfiguration' + AND Identifier = '' AND region = 'us-east-1' domain_configurations_list_only: name: domain_configurations_list_only @@ -6854,7 +6854,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainConfigurationName') as domain_configuration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::DomainConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::DomainConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6862,7 +6862,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainConfigurationName') as domain_configuration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::DomainConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::DomainConfiguration' AND region = 'us-east-1' encryption_configurations: name: encryption_configurations @@ -6922,34 +6922,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.EncryptionType') as encryption_type, JSON_EXTRACT(Properties, '$.KmsAccessRoleArn') as kms_access_role_arn, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.ConfigurationDetails') as configuration_details, JSON_EXTRACT(Properties, '$.LastModifiedDate') as last_modified_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::EncryptionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::EncryptionConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'EncryptionType') as encryption_type, json_extract_path_text(Properties, 'KmsAccessRoleArn') as kms_access_role_arn, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'ConfigurationDetails') as configuration_details, json_extract_path_text(Properties, 'LastModifiedDate') as last_modified_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::EncryptionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::EncryptionConfiguration' + AND Identifier = '' AND region = 'us-east-1' encryption_configurations_list_only: name: encryption_configurations_list_only @@ -6972,7 +6972,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::EncryptionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::EncryptionConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6980,7 +6980,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::EncryptionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::EncryptionConfiguration' AND region = 'us-east-1' fleet_metrics: name: fleet_metrics @@ -7040,11 +7040,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MetricName') as metric_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.QueryString') as query_string, @@ -7059,15 +7059,15 @@ components: JSON_EXTRACT(Properties, '$.LastModifiedDate') as last_modified_date, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::FleetMetric' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::FleetMetric' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MetricName') as metric_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'QueryString') as query_string, @@ -7082,8 +7082,8 @@ components: json_extract_path_text(Properties, 'LastModifiedDate') as last_modified_date, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::FleetMetric' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::FleetMetric' + AND Identifier = '' AND region = 'us-east-1' fleet_metrics_list_only: name: fleet_metrics_list_only @@ -7106,7 +7106,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MetricName') as metric_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::FleetMetric' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::FleetMetric' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7114,7 +7114,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MetricName') as metric_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::FleetMetric' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::FleetMetric' AND region = 'us-east-1' job_templates: name: job_templates @@ -7161,11 +7161,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.JobArn') as job_arn, JSON_EXTRACT(Properties, '$.JobTemplateId') as job_template_id, @@ -7180,15 +7180,15 @@ components: JSON_EXTRACT(Properties, '$.MaintenanceWindows') as maintenance_windows, JSON_EXTRACT(Properties, '$.DestinationPackageVersions') as destination_package_versions, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::JobTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::JobTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'JobArn') as job_arn, json_extract_path_text(Properties, 'JobTemplateId') as job_template_id, @@ -7203,8 +7203,8 @@ components: json_extract_path_text(Properties, 'MaintenanceWindows') as maintenance_windows, json_extract_path_text(Properties, 'DestinationPackageVersions') as destination_package_versions, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::JobTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::JobTemplate' + AND Identifier = '' AND region = 'us-east-1' job_templates_list_only: name: job_templates_list_only @@ -7227,7 +7227,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobTemplateId') as job_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::JobTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::JobTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7235,7 +7235,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobTemplateId') as job_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::JobTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::JobTemplate' AND region = 'us-east-1' loggings: name: loggings @@ -7295,28 +7295,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.DefaultLogLevel') as default_log_level - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Logging' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Logging' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'DefaultLogLevel') as default_log_level - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Logging' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Logging' + AND Identifier = '' AND region = 'us-east-1' loggings_list_only: name: loggings_list_only @@ -7339,7 +7339,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Logging' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Logging' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7347,7 +7347,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Logging' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Logging' AND region = 'us-east-1' mitigation_actions: name: mitigation_actions @@ -7407,34 +7407,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActionName') as action_name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ActionParams') as action_params, JSON_EXTRACT(Properties, '$.MitigationActionArn') as mitigation_action_arn, JSON_EXTRACT(Properties, '$.MitigationActionId') as mitigation_action_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::MitigationAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::MitigationAction' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActionName') as action_name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ActionParams') as action_params, json_extract_path_text(Properties, 'MitigationActionArn') as mitigation_action_arn, json_extract_path_text(Properties, 'MitigationActionId') as mitigation_action_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::MitigationAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::MitigationAction' + AND Identifier = '' AND region = 'us-east-1' mitigation_actions_list_only: name: mitigation_actions_list_only @@ -7457,7 +7457,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ActionName') as action_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::MitigationAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::MitigationAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7465,7 +7465,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ActionName') as action_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::MitigationAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::MitigationAction' AND region = 'us-east-1' policies: name: policies @@ -7525,32 +7525,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Policy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Policy' + AND Identifier = '' AND region = 'us-east-1' policies_list_only: name: policies_list_only @@ -7573,7 +7573,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Policy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7581,7 +7581,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Policy' AND region = 'us-east-1' provisioning_templates: name: provisioning_templates @@ -7641,11 +7641,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn, JSON_EXTRACT(Properties, '$.TemplateName') as template_name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -7655,15 +7655,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateType') as template_type, JSON_EXTRACT(Properties, '$.PreProvisioningHook') as pre_provisioning_hook, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ProvisioningTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ProvisioningTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TemplateArn') as template_arn, json_extract_path_text(Properties, 'TemplateName') as template_name, json_extract_path_text(Properties, 'Description') as description, @@ -7673,8 +7673,8 @@ components: json_extract_path_text(Properties, 'TemplateType') as template_type, json_extract_path_text(Properties, 'PreProvisioningHook') as pre_provisioning_hook, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ProvisioningTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ProvisioningTemplate' + AND Identifier = '' AND region = 'us-east-1' provisioning_templates_list_only: name: provisioning_templates_list_only @@ -7697,7 +7697,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ProvisioningTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ProvisioningTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7705,7 +7705,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ProvisioningTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ProvisioningTemplate' AND region = 'us-east-1' resource_specific_loggings: name: resource_specific_loggings @@ -7765,30 +7765,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TargetType') as target_type, JSON_EXTRACT(Properties, '$.TargetName') as target_name, JSON_EXTRACT(Properties, '$.LogLevel') as log_level, JSON_EXTRACT(Properties, '$.TargetId') as target_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ResourceSpecificLogging' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ResourceSpecificLogging' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TargetType') as target_type, json_extract_path_text(Properties, 'TargetName') as target_name, json_extract_path_text(Properties, 'LogLevel') as log_level, json_extract_path_text(Properties, 'TargetId') as target_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ResourceSpecificLogging' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ResourceSpecificLogging' + AND Identifier = '' AND region = 'us-east-1' resource_specific_loggings_list_only: name: resource_specific_loggings_list_only @@ -7811,7 +7811,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TargetId') as target_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ResourceSpecificLogging' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ResourceSpecificLogging' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7819,7 +7819,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TargetId') as target_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ResourceSpecificLogging' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ResourceSpecificLogging' AND region = 'us-east-1' role_aliases: name: role_aliases @@ -7879,32 +7879,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RoleAlias') as role_alias, JSON_EXTRACT(Properties, '$.RoleAliasArn') as role_alias_arn, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.CredentialDurationSeconds') as credential_duration_seconds, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::RoleAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::RoleAlias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RoleAlias') as role_alias, json_extract_path_text(Properties, 'RoleAliasArn') as role_alias_arn, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'CredentialDurationSeconds') as credential_duration_seconds, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::RoleAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::RoleAlias' + AND Identifier = '' AND region = 'us-east-1' role_aliases_list_only: name: role_aliases_list_only @@ -7927,7 +7927,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RoleAlias') as role_alias - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::RoleAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::RoleAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7935,7 +7935,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RoleAlias') as role_alias - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::RoleAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::RoleAlias' AND region = 'us-east-1' scheduled_audits: name: scheduled_audits @@ -7995,11 +7995,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScheduledAuditName') as scheduled_audit_name, JSON_EXTRACT(Properties, '$.Frequency') as frequency, JSON_EXTRACT(Properties, '$.DayOfMonth') as day_of_month, @@ -8007,15 +8007,15 @@ components: JSON_EXTRACT(Properties, '$.TargetCheckNames') as target_check_names, JSON_EXTRACT(Properties, '$.ScheduledAuditArn') as scheduled_audit_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ScheduledAudit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ScheduledAudit' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScheduledAuditName') as scheduled_audit_name, json_extract_path_text(Properties, 'Frequency') as frequency, json_extract_path_text(Properties, 'DayOfMonth') as day_of_month, @@ -8023,8 +8023,8 @@ components: json_extract_path_text(Properties, 'TargetCheckNames') as target_check_names, json_extract_path_text(Properties, 'ScheduledAuditArn') as scheduled_audit_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ScheduledAudit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ScheduledAudit' + AND Identifier = '' AND region = 'us-east-1' scheduled_audits_list_only: name: scheduled_audits_list_only @@ -8047,7 +8047,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ScheduledAuditName') as scheduled_audit_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ScheduledAudit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ScheduledAudit' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8055,7 +8055,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ScheduledAuditName') as scheduled_audit_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ScheduledAudit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ScheduledAudit' AND region = 'us-east-1' security_profiles: name: security_profiles @@ -8115,11 +8115,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SecurityProfileName') as security_profile_name, JSON_EXTRACT(Properties, '$.SecurityProfileDescription') as security_profile_description, JSON_EXTRACT(Properties, '$.Behaviors') as behaviors, @@ -8129,15 +8129,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TargetArns') as target_arns, JSON_EXTRACT(Properties, '$.SecurityProfileArn') as security_profile_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SecurityProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SecurityProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SecurityProfileName') as security_profile_name, json_extract_path_text(Properties, 'SecurityProfileDescription') as security_profile_description, json_extract_path_text(Properties, 'Behaviors') as behaviors, @@ -8147,8 +8147,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TargetArns') as target_arns, json_extract_path_text(Properties, 'SecurityProfileArn') as security_profile_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SecurityProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SecurityProfile' + AND Identifier = '' AND region = 'us-east-1' security_profiles_list_only: name: security_profiles_list_only @@ -8171,7 +8171,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SecurityProfileName') as security_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SecurityProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SecurityProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8179,7 +8179,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SecurityProfileName') as security_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SecurityProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SecurityProfile' AND region = 'us-east-1' software_packages: name: software_packages @@ -8239,30 +8239,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PackageArn') as package_arn, JSON_EXTRACT(Properties, '$.PackageName') as package_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SoftwarePackage' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PackageArn') as package_arn, json_extract_path_text(Properties, 'PackageName') as package_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SoftwarePackage' + AND Identifier = '' AND region = 'us-east-1' software_packages_list_only: name: software_packages_list_only @@ -8285,7 +8285,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PackageName') as package_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SoftwarePackage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SoftwarePackage' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8293,7 +8293,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PackageName') as package_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SoftwarePackage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SoftwarePackage' AND region = 'us-east-1' software_package_versions: name: software_package_versions @@ -8354,11 +8354,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Attributes') as attributes, JSON_EXTRACT(Properties, '$.Artifact') as artifact, JSON_EXTRACT(Properties, '$.Description') as description, @@ -8371,15 +8371,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VersionName') as version_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SoftwarePackageVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Attributes') as attributes, json_extract_path_text(Properties, 'Artifact') as artifact, json_extract_path_text(Properties, 'Description') as description, @@ -8392,8 +8392,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VersionName') as version_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::SoftwarePackageVersion' + AND Identifier = '|' AND region = 'us-east-1' software_package_versions_list_only: name: software_package_versions_list_only @@ -8418,7 +8418,7 @@ components: region, JSON_EXTRACT(Properties, '$.PackageName') as package_name, JSON_EXTRACT(Properties, '$.VersionName') as version_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SoftwarePackageVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8427,7 +8427,7 @@ components: region, json_extract_path_text(Properties, 'PackageName') as package_name, json_extract_path_text(Properties, 'VersionName') as version_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::SoftwarePackageVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::SoftwarePackageVersion' AND region = 'us-east-1' things: name: things @@ -8487,30 +8487,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AttributePayload') as attribute_payload, JSON_EXTRACT(Properties, '$.ThingName') as thing_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Thing' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Thing' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AttributePayload') as attribute_payload, json_extract_path_text(Properties, 'ThingName') as thing_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::Thing' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::Thing' + AND Identifier = '' AND region = 'us-east-1' things_list_only: name: things_list_only @@ -8533,7 +8533,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ThingName') as thing_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Thing' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Thing' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8541,7 +8541,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ThingName') as thing_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::Thing' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::Thing' AND region = 'us-east-1' thing_groups: name: thing_groups @@ -8601,11 +8601,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ThingGroupName') as thing_group_name, @@ -8613,15 +8613,15 @@ components: JSON_EXTRACT(Properties, '$.QueryString') as query_string, JSON_EXTRACT(Properties, '$.ThingGroupProperties') as thing_group_properties, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ThingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ThingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ThingGroupName') as thing_group_name, @@ -8629,8 +8629,8 @@ components: json_extract_path_text(Properties, 'QueryString') as query_string, json_extract_path_text(Properties, 'ThingGroupProperties') as thing_group_properties, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ThingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ThingGroup' + AND Identifier = '' AND region = 'us-east-1' thing_groups_list_only: name: thing_groups_list_only @@ -8653,7 +8653,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ThingGroupName') as thing_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ThingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ThingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8661,7 +8661,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ThingGroupName') as thing_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ThingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ThingGroup' AND region = 'us-east-1' thing_types: name: thing_types @@ -8721,34 +8721,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ThingTypeName') as thing_type_name, JSON_EXTRACT(Properties, '$.DeprecateThingType') as deprecate_thing_type, JSON_EXTRACT(Properties, '$.ThingTypeProperties') as thing_type_properties, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ThingType' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ThingType' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ThingTypeName') as thing_type_name, json_extract_path_text(Properties, 'DeprecateThingType') as deprecate_thing_type, json_extract_path_text(Properties, 'ThingTypeProperties') as thing_type_properties, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::ThingType' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::ThingType' + AND Identifier = '' AND region = 'us-east-1' thing_types_list_only: name: thing_types_list_only @@ -8771,7 +8771,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ThingTypeName') as thing_type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ThingType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ThingType' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8779,7 +8779,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ThingTypeName') as thing_type_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::ThingType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::ThingType' AND region = 'us-east-1' topic_rules: name: topic_rules @@ -8839,30 +8839,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.RuleName') as rule_name, JSON_EXTRACT(Properties, '$.TopicRulePayload') as topic_rule_payload, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::TopicRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::TopicRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'RuleName') as rule_name, json_extract_path_text(Properties, 'TopicRulePayload') as topic_rule_payload, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::TopicRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::TopicRule' + AND Identifier = '' AND region = 'us-east-1' topic_rules_list_only: name: topic_rules_list_only @@ -8885,7 +8885,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleName') as rule_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::TopicRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::TopicRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -8893,7 +8893,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleName') as rule_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::TopicRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::TopicRule' AND region = 'us-east-1' topic_rule_destinations: name: topic_rule_destinations @@ -8953,32 +8953,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.HttpUrlProperties') as http_url_properties, JSON_EXTRACT(Properties, '$.StatusReason') as status_reason, JSON_EXTRACT(Properties, '$.VpcProperties') as vpc_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::TopicRuleDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::TopicRuleDestination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'HttpUrlProperties') as http_url_properties, json_extract_path_text(Properties, 'StatusReason') as status_reason, json_extract_path_text(Properties, 'VpcProperties') as vpc_properties - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoT::TopicRuleDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoT::TopicRuleDestination' + AND Identifier = '' AND region = 'us-east-1' topic_rule_destinations_list_only: name: topic_rule_destinations_list_only @@ -9001,7 +9001,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::TopicRuleDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::TopicRuleDestination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9009,7 +9009,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoT::TopicRuleDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoT::TopicRuleDestination' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotanalytics.yaml b/providers/src/awscc/v00.00.00000/services/iotanalytics.yaml index 298b8a69..ce15a756 100644 --- a/providers/src/awscc/v00.00.00000/services/iotanalytics.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotanalytics.yaml @@ -1388,11 +1388,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.LateDataRules') as late_data_rules, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name, @@ -1402,15 +1402,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.RetentionPeriod') as retention_period, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTAnalytics::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTAnalytics::Dataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'LateDataRules') as late_data_rules, json_extract_path_text(Properties, 'DatasetName') as dataset_name, @@ -1420,8 +1420,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'RetentionPeriod') as retention_period, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTAnalytics::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTAnalytics::Dataset' + AND Identifier = '' AND region = 'us-east-1' datasets_list_only: name: datasets_list_only @@ -1444,7 +1444,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTAnalytics::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTAnalytics::Dataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1452,7 +1452,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatasetName') as dataset_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTAnalytics::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTAnalytics::Dataset' AND region = 'us-east-1' pipelines: name: pipelines @@ -1512,30 +1512,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.PipelineName') as pipeline_name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.PipelineActivities') as pipeline_activities - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTAnalytics::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTAnalytics::Pipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'PipelineName') as pipeline_name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'PipelineActivities') as pipeline_activities - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTAnalytics::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTAnalytics::Pipeline' + AND Identifier = '' AND region = 'us-east-1' pipelines_list_only: name: pipelines_list_only @@ -1558,7 +1558,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PipelineName') as pipeline_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTAnalytics::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTAnalytics::Pipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1566,7 +1566,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PipelineName') as pipeline_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTAnalytics::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTAnalytics::Pipeline' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotcoredeviceadvisor.yaml b/providers/src/awscc/v00.00.00000/services/iotcoredeviceadvisor.yaml index aef249c1..b8eed454 100644 --- a/providers/src/awscc/v00.00.00000/services/iotcoredeviceadvisor.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotcoredeviceadvisor.yaml @@ -662,32 +662,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SuiteDefinitionConfiguration') as suite_definition_configuration, JSON_EXTRACT(Properties, '$.SuiteDefinitionId') as suite_definition_id, JSON_EXTRACT(Properties, '$.SuiteDefinitionArn') as suite_definition_arn, JSON_EXTRACT(Properties, '$.SuiteDefinitionVersion') as suite_definition_version, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SuiteDefinitionConfiguration') as suite_definition_configuration, json_extract_path_text(Properties, 'SuiteDefinitionId') as suite_definition_id, json_extract_path_text(Properties, 'SuiteDefinitionArn') as suite_definition_arn, json_extract_path_text(Properties, 'SuiteDefinitionVersion') as suite_definition_version, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' + AND Identifier = '' AND region = 'us-east-1' suite_definitions_list_only: name: suite_definitions_list_only @@ -710,7 +710,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SuiteDefinitionId') as suite_definition_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -718,7 +718,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SuiteDefinitionId') as suite_definition_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTCoreDeviceAdvisor::SuiteDefinition' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotevents.yaml b/providers/src/awscc/v00.00.00000/services/iotevents.yaml index d996aa08..15a76589 100644 --- a/providers/src/awscc/v00.00.00000/services/iotevents.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotevents.yaml @@ -1639,11 +1639,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AlarmModelName') as alarm_model_name, JSON_EXTRACT(Properties, '$.AlarmModelDescription') as alarm_model_description, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, @@ -1653,15 +1653,15 @@ components: JSON_EXTRACT(Properties, '$.AlarmEventActions') as alarm_event_actions, JSON_EXTRACT(Properties, '$.AlarmCapabilities') as alarm_capabilities, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::AlarmModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::AlarmModel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AlarmModelName') as alarm_model_name, json_extract_path_text(Properties, 'AlarmModelDescription') as alarm_model_description, json_extract_path_text(Properties, 'RoleArn') as role_arn, @@ -1671,8 +1671,8 @@ components: json_extract_path_text(Properties, 'AlarmEventActions') as alarm_event_actions, json_extract_path_text(Properties, 'AlarmCapabilities') as alarm_capabilities, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::AlarmModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::AlarmModel' + AND Identifier = '' AND region = 'us-east-1' alarm_models_list_only: name: alarm_models_list_only @@ -1695,7 +1695,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AlarmModelName') as alarm_model_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::AlarmModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::AlarmModel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1703,7 +1703,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AlarmModelName') as alarm_model_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::AlarmModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::AlarmModel' AND region = 'us-east-1' detector_models: name: detector_models @@ -1763,11 +1763,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DetectorModelDefinition') as detector_model_definition, JSON_EXTRACT(Properties, '$.DetectorModelDescription') as detector_model_description, JSON_EXTRACT(Properties, '$.DetectorModelName') as detector_model_name, @@ -1775,15 +1775,15 @@ components: JSON_EXTRACT(Properties, '$.Key') as key, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::DetectorModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::DetectorModel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DetectorModelDefinition') as detector_model_definition, json_extract_path_text(Properties, 'DetectorModelDescription') as detector_model_description, json_extract_path_text(Properties, 'DetectorModelName') as detector_model_name, @@ -1791,8 +1791,8 @@ components: json_extract_path_text(Properties, 'Key') as key, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::DetectorModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::DetectorModel' + AND Identifier = '' AND region = 'us-east-1' detector_models_list_only: name: detector_models_list_only @@ -1815,7 +1815,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DetectorModelName') as detector_model_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::DetectorModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::DetectorModel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1823,7 +1823,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DetectorModelName') as detector_model_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::DetectorModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::DetectorModel' AND region = 'us-east-1' inputs: name: inputs @@ -1883,30 +1883,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InputDefinition') as input_definition, JSON_EXTRACT(Properties, '$.InputDescription') as input_description, JSON_EXTRACT(Properties, '$.InputName') as input_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::Input' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::Input' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InputDefinition') as input_definition, json_extract_path_text(Properties, 'InputDescription') as input_description, json_extract_path_text(Properties, 'InputName') as input_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTEvents::Input' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTEvents::Input' + AND Identifier = '' AND region = 'us-east-1' inputs_list_only: name: inputs_list_only @@ -1929,7 +1929,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InputName') as input_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::Input' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::Input' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1937,7 +1937,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InputName') as input_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTEvents::Input' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTEvents::Input' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotfleetwise.yaml b/providers/src/awscc/v00.00.00000/services/iotfleetwise.yaml index 39aa4687..06b18288 100644 --- a/providers/src/awscc/v00.00.00000/services/iotfleetwise.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotfleetwise.yaml @@ -2557,11 +2557,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, @@ -2585,15 +2585,15 @@ components: JSON_EXTRACT(Properties, '$.CollectionScheme') as collection_scheme, JSON_EXTRACT(Properties, '$.DataPartitions') as data_partitions, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Campaign' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'CreationTime') as creation_time, @@ -2617,8 +2617,8 @@ components: json_extract_path_text(Properties, 'CollectionScheme') as collection_scheme, json_extract_path_text(Properties, 'DataPartitions') as data_partitions, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Campaign' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Campaign' + AND Identifier = '' AND region = 'us-east-1' campaigns_list_only: name: campaigns_list_only @@ -2641,7 +2641,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Campaign' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2649,7 +2649,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Campaign' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Campaign' AND region = 'us-east-1' decoder_manifests: name: decoder_manifests @@ -2709,11 +2709,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2725,15 +2725,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.DefaultForUnmappedSignals') as default_for_unmapped_signals, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::DecoderManifest' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::DecoderManifest' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -2745,8 +2745,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'DefaultForUnmappedSignals') as default_for_unmapped_signals, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::DecoderManifest' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::DecoderManifest' + AND Identifier = '' AND region = 'us-east-1' decoder_manifests_list_only: name: decoder_manifests_list_only @@ -2769,7 +2769,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::DecoderManifest' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::DecoderManifest' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2777,7 +2777,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::DecoderManifest' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::DecoderManifest' AND region = 'us-east-1' fleets: name: fleets @@ -2837,11 +2837,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2849,15 +2849,15 @@ components: JSON_EXTRACT(Properties, '$.LastModificationTime') as last_modification_time, JSON_EXTRACT(Properties, '$.SignalCatalogArn') as signal_catalog_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -2865,8 +2865,8 @@ components: json_extract_path_text(Properties, 'LastModificationTime') as last_modification_time, json_extract_path_text(Properties, 'SignalCatalogArn') as signal_catalog_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Fleet' + AND Identifier = '' AND region = 'us-east-1' fleets_list_only: name: fleets_list_only @@ -2889,7 +2889,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2897,7 +2897,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Fleet' AND region = 'us-east-1' model_manifests: name: model_manifests @@ -2957,11 +2957,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2971,15 +2971,15 @@ components: JSON_EXTRACT(Properties, '$.SignalCatalogArn') as signal_catalog_arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::ModelManifest' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::ModelManifest' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -2989,8 +2989,8 @@ components: json_extract_path_text(Properties, 'SignalCatalogArn') as signal_catalog_arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::ModelManifest' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::ModelManifest' + AND Identifier = '' AND region = 'us-east-1' model_manifests_list_only: name: model_manifests_list_only @@ -3013,7 +3013,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::ModelManifest' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::ModelManifest' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3021,7 +3021,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::ModelManifest' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::ModelManifest' AND region = 'us-east-1' signal_catalogs: name: signal_catalogs @@ -3081,11 +3081,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3094,15 +3094,15 @@ components: JSON_EXTRACT(Properties, '$.NodeCounts') as node_counts, JSON_EXTRACT(Properties, '$.Nodes') as nodes, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::SignalCatalog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::SignalCatalog' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -3111,8 +3111,8 @@ components: json_extract_path_text(Properties, 'NodeCounts') as node_counts, json_extract_path_text(Properties, 'Nodes') as nodes, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::SignalCatalog' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::SignalCatalog' + AND Identifier = '' AND region = 'us-east-1' signal_catalogs_list_only: name: signal_catalogs_list_only @@ -3135,7 +3135,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::SignalCatalog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::SignalCatalog' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3143,7 +3143,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::SignalCatalog' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::SignalCatalog' AND region = 'us-east-1' state_templates: name: state_templates @@ -3203,11 +3203,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3219,15 +3219,15 @@ components: JSON_EXTRACT(Properties, '$.DataExtraDimensions') as data_extra_dimensions, JSON_EXTRACT(Properties, '$.MetadataExtraDimensions') as metadata_extra_dimensions, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::StateTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::StateTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -3239,8 +3239,8 @@ components: json_extract_path_text(Properties, 'DataExtraDimensions') as data_extra_dimensions, json_extract_path_text(Properties, 'MetadataExtraDimensions') as metadata_extra_dimensions, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::StateTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::StateTemplate' + AND Identifier = '' AND region = 'us-east-1' state_templates_list_only: name: state_templates_list_only @@ -3263,7 +3263,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::StateTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::StateTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3271,7 +3271,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::StateTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::StateTemplate' AND region = 'us-east-1' vehicles: name: vehicles @@ -3331,11 +3331,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssociationBehavior') as association_behavior, JSON_EXTRACT(Properties, '$.Attributes') as attributes, @@ -3346,15 +3346,15 @@ components: JSON_EXTRACT(Properties, '$.ModelManifestArn') as model_manifest_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.StateTemplates') as state_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Vehicle' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Vehicle' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssociationBehavior') as association_behavior, json_extract_path_text(Properties, 'Attributes') as attributes, @@ -3365,8 +3365,8 @@ components: json_extract_path_text(Properties, 'ModelManifestArn') as model_manifest_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'StateTemplates') as state_templates - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTFleetWise::Vehicle' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTFleetWise::Vehicle' + AND Identifier = '' AND region = 'us-east-1' vehicles_list_only: name: vehicles_list_only @@ -3389,7 +3389,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Vehicle' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Vehicle' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3397,7 +3397,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTFleetWise::Vehicle' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTFleetWise::Vehicle' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotsitewise.yaml b/providers/src/awscc/v00.00.00000/services/iotsitewise.yaml index 2b5e4911..ca674468 100644 --- a/providers/src/awscc/v00.00.00000/services/iotsitewise.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotsitewise.yaml @@ -2428,11 +2428,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PortalAuthMode') as portal_auth_mode, JSON_EXTRACT(Properties, '$.PortalArn') as portal_arn, JSON_EXTRACT(Properties, '$.PortalClientId') as portal_client_id, @@ -2447,15 +2447,15 @@ components: JSON_EXTRACT(Properties, '$.NotificationSenderEmail') as notification_sender_email, JSON_EXTRACT(Properties, '$.Alarms') as alarms, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Portal' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Portal' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PortalAuthMode') as portal_auth_mode, json_extract_path_text(Properties, 'PortalArn') as portal_arn, json_extract_path_text(Properties, 'PortalClientId') as portal_client_id, @@ -2470,8 +2470,8 @@ components: json_extract_path_text(Properties, 'NotificationSenderEmail') as notification_sender_email, json_extract_path_text(Properties, 'Alarms') as alarms, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Portal' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Portal' + AND Identifier = '' AND region = 'us-east-1' portals_list_only: name: portals_list_only @@ -2494,7 +2494,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PortalId') as portal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Portal' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Portal' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2502,7 +2502,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PortalId') as portal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Portal' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Portal' AND region = 'us-east-1' projects: name: projects @@ -2562,11 +2562,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PortalId') as portal_id, JSON_EXTRACT(Properties, '$.ProjectId') as project_id, JSON_EXTRACT(Properties, '$.ProjectName') as project_name, @@ -2574,15 +2574,15 @@ components: JSON_EXTRACT(Properties, '$.ProjectArn') as project_arn, JSON_EXTRACT(Properties, '$.AssetIds') as asset_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PortalId') as portal_id, json_extract_path_text(Properties, 'ProjectId') as project_id, json_extract_path_text(Properties, 'ProjectName') as project_name, @@ -2590,8 +2590,8 @@ components: json_extract_path_text(Properties, 'ProjectArn') as project_arn, json_extract_path_text(Properties, 'AssetIds') as asset_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Project' + AND Identifier = '' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -2614,7 +2614,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProjectId') as project_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2622,7 +2622,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProjectId') as project_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Project' AND region = 'us-east-1' access_policies: name: access_policies @@ -2682,32 +2682,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessPolicyId') as access_policy_id, JSON_EXTRACT(Properties, '$.AccessPolicyArn') as access_policy_arn, JSON_EXTRACT(Properties, '$.AccessPolicyIdentity') as access_policy_identity, JSON_EXTRACT(Properties, '$.AccessPolicyPermission') as access_policy_permission, JSON_EXTRACT(Properties, '$.AccessPolicyResource') as access_policy_resource - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::AccessPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::AccessPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessPolicyId') as access_policy_id, json_extract_path_text(Properties, 'AccessPolicyArn') as access_policy_arn, json_extract_path_text(Properties, 'AccessPolicyIdentity') as access_policy_identity, json_extract_path_text(Properties, 'AccessPolicyPermission') as access_policy_permission, json_extract_path_text(Properties, 'AccessPolicyResource') as access_policy_resource - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::AccessPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::AccessPolicy' + AND Identifier = '' AND region = 'us-east-1' access_policies_list_only: name: access_policies_list_only @@ -2730,7 +2730,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccessPolicyId') as access_policy_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::AccessPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::AccessPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2738,7 +2738,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccessPolicyId') as access_policy_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::AccessPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::AccessPolicy' AND region = 'us-east-1' assets: name: assets @@ -2798,11 +2798,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssetId') as asset_id, JSON_EXTRACT(Properties, '$.AssetExternalId') as asset_external_id, JSON_EXTRACT(Properties, '$.AssetModelId') as asset_model_id, @@ -2812,15 +2812,15 @@ components: JSON_EXTRACT(Properties, '$.AssetProperties') as asset_properties, JSON_EXTRACT(Properties, '$.AssetHierarchies') as asset_hierarchies, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Asset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Asset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssetId') as asset_id, json_extract_path_text(Properties, 'AssetExternalId') as asset_external_id, json_extract_path_text(Properties, 'AssetModelId') as asset_model_id, @@ -2830,8 +2830,8 @@ components: json_extract_path_text(Properties, 'AssetProperties') as asset_properties, json_extract_path_text(Properties, 'AssetHierarchies') as asset_hierarchies, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Asset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Asset' + AND Identifier = '' AND region = 'us-east-1' assets_list_only: name: assets_list_only @@ -2854,7 +2854,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssetId') as asset_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Asset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Asset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2862,7 +2862,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssetId') as asset_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Asset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Asset' AND region = 'us-east-1' asset_models: name: asset_models @@ -2922,11 +2922,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssetModelId') as asset_model_id, JSON_EXTRACT(Properties, '$.AssetModelType') as asset_model_type, JSON_EXTRACT(Properties, '$.AssetModelExternalId') as asset_model_external_id, @@ -2938,15 +2938,15 @@ components: JSON_EXTRACT(Properties, '$.AssetModelHierarchies') as asset_model_hierarchies, JSON_EXTRACT(Properties, '$.EnforcedAssetModelInterfaceRelationships') as enforced_asset_model_interface_relationships, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::AssetModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::AssetModel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssetModelId') as asset_model_id, json_extract_path_text(Properties, 'AssetModelType') as asset_model_type, json_extract_path_text(Properties, 'AssetModelExternalId') as asset_model_external_id, @@ -2958,8 +2958,8 @@ components: json_extract_path_text(Properties, 'AssetModelHierarchies') as asset_model_hierarchies, json_extract_path_text(Properties, 'EnforcedAssetModelInterfaceRelationships') as enforced_asset_model_interface_relationships, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::AssetModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::AssetModel' + AND Identifier = '' AND region = 'us-east-1' asset_models_list_only: name: asset_models_list_only @@ -2982,7 +2982,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssetModelId') as asset_model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::AssetModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::AssetModel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2990,7 +2990,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssetModelId') as asset_model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::AssetModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::AssetModel' AND region = 'us-east-1' computation_models: name: computation_models @@ -3050,11 +3050,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ComputationModelId') as computation_model_id, JSON_EXTRACT(Properties, '$.ComputationModelArn') as computation_model_arn, JSON_EXTRACT(Properties, '$.ComputationModelName') as computation_model_name, @@ -3062,15 +3062,15 @@ components: JSON_EXTRACT(Properties, '$.ComputationModelConfiguration') as computation_model_configuration, JSON_EXTRACT(Properties, '$.ComputationModelDataBinding') as computation_model_data_binding, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::ComputationModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::ComputationModel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ComputationModelId') as computation_model_id, json_extract_path_text(Properties, 'ComputationModelArn') as computation_model_arn, json_extract_path_text(Properties, 'ComputationModelName') as computation_model_name, @@ -3078,8 +3078,8 @@ components: json_extract_path_text(Properties, 'ComputationModelConfiguration') as computation_model_configuration, json_extract_path_text(Properties, 'ComputationModelDataBinding') as computation_model_data_binding, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::ComputationModel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::ComputationModel' + AND Identifier = '' AND region = 'us-east-1' computation_models_list_only: name: computation_models_list_only @@ -3102,7 +3102,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ComputationModelId') as computation_model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::ComputationModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::ComputationModel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3110,7 +3110,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ComputationModelId') as computation_model_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::ComputationModel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::ComputationModel' AND region = 'us-east-1' dashboards: name: dashboards @@ -3170,11 +3170,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProjectId') as project_id, JSON_EXTRACT(Properties, '$.DashboardId') as dashboard_id, JSON_EXTRACT(Properties, '$.DashboardName') as dashboard_name, @@ -3182,15 +3182,15 @@ components: JSON_EXTRACT(Properties, '$.DashboardDefinition') as dashboard_definition, JSON_EXTRACT(Properties, '$.DashboardArn') as dashboard_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Dashboard' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProjectId') as project_id, json_extract_path_text(Properties, 'DashboardId') as dashboard_id, json_extract_path_text(Properties, 'DashboardName') as dashboard_name, @@ -3198,8 +3198,8 @@ components: json_extract_path_text(Properties, 'DashboardDefinition') as dashboard_definition, json_extract_path_text(Properties, 'DashboardArn') as dashboard_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Dashboard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Dashboard' + AND Identifier = '' AND region = 'us-east-1' dashboards_list_only: name: dashboards_list_only @@ -3222,7 +3222,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DashboardId') as dashboard_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Dashboard' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3230,7 +3230,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DashboardId') as dashboard_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Dashboard' AND region = 'us-east-1' datasets: name: datasets @@ -3290,34 +3290,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatasetId') as dataset_id, JSON_EXTRACT(Properties, '$.DatasetArn') as dataset_arn, JSON_EXTRACT(Properties, '$.DatasetName') as dataset_name, JSON_EXTRACT(Properties, '$.DatasetDescription') as dataset_description, JSON_EXTRACT(Properties, '$.DatasetSource') as dataset_source, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Dataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatasetId') as dataset_id, json_extract_path_text(Properties, 'DatasetArn') as dataset_arn, json_extract_path_text(Properties, 'DatasetName') as dataset_name, json_extract_path_text(Properties, 'DatasetDescription') as dataset_description, json_extract_path_text(Properties, 'DatasetSource') as dataset_source, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Dataset' + AND Identifier = '' AND region = 'us-east-1' datasets_list_only: name: datasets_list_only @@ -3340,7 +3340,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatasetId') as dataset_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Dataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3348,7 +3348,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatasetId') as dataset_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Dataset' AND region = 'us-east-1' gateways: name: gateways @@ -3408,34 +3408,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GatewayName') as gateway_name, JSON_EXTRACT(Properties, '$.GatewayPlatform') as gateway_platform, JSON_EXTRACT(Properties, '$.GatewayVersion') as gateway_version, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.GatewayId') as gateway_id, JSON_EXTRACT(Properties, '$.GatewayCapabilitySummaries') as gateway_capability_summaries - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Gateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Gateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GatewayName') as gateway_name, json_extract_path_text(Properties, 'GatewayPlatform') as gateway_platform, json_extract_path_text(Properties, 'GatewayVersion') as gateway_version, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'GatewayId') as gateway_id, json_extract_path_text(Properties, 'GatewayCapabilitySummaries') as gateway_capability_summaries - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTSiteWise::Gateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTSiteWise::Gateway' + AND Identifier = '' AND region = 'us-east-1' gateways_list_only: name: gateways_list_only @@ -3458,7 +3458,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GatewayId') as gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Gateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Gateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3466,7 +3466,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GatewayId') as gateway_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTSiteWise::Gateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTSiteWise::Gateway' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml b/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml index 5c03365f..313baa17 100644 --- a/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/iottwinmaker.yaml @@ -1897,11 +1897,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.ComponentTypeId') as component_type_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1918,15 +1918,15 @@ components: JSON_EXTRACT(Properties, '$.IsAbstract') as is_abstract, JSON_EXTRACT(Properties, '$.IsSchemaInitialized') as is_schema_initialized, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::ComponentType' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'ComponentTypeId') as component_type_id, json_extract_path_text(Properties, 'Description') as description, @@ -1943,8 +1943,8 @@ components: json_extract_path_text(Properties, 'IsAbstract') as is_abstract, json_extract_path_text(Properties, 'IsSchemaInitialized') as is_schema_initialized, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::ComponentType' + AND Identifier = '|' AND region = 'us-east-1' component_types_list_only: name: component_types_list_only @@ -1969,7 +1969,7 @@ components: region, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.ComponentTypeId') as component_type_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::ComponentType' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1978,7 +1978,7 @@ components: region, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'ComponentTypeId') as component_type_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::ComponentType' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::ComponentType' AND region = 'us-east-1' entities: name: entities @@ -2039,11 +2039,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EntityId') as entity_id, JSON_EXTRACT(Properties, '$.EntityName') as entity_name, JSON_EXTRACT(Properties, '$.Status') as status, @@ -2057,15 +2057,15 @@ components: JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.Components') as components, JSON_EXTRACT(Properties, '$.CompositeComponents') as composite_components - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Entity' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EntityId') as entity_id, json_extract_path_text(Properties, 'EntityName') as entity_name, json_extract_path_text(Properties, 'Status') as status, @@ -2079,8 +2079,8 @@ components: json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'Components') as components, json_extract_path_text(Properties, 'CompositeComponents') as composite_components - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Entity' + AND Identifier = '|' AND region = 'us-east-1' entities_list_only: name: entities_list_only @@ -2105,7 +2105,7 @@ components: region, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.EntityId') as entity_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Entity' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2114,7 +2114,7 @@ components: region, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'EntityId') as entity_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Entity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Entity' AND region = 'us-east-1' scenes: name: scenes @@ -2175,11 +2175,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SceneId') as scene_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2191,15 +2191,15 @@ components: JSON_EXTRACT(Properties, '$.Capabilities') as capabilities, JSON_EXTRACT(Properties, '$.SceneMetadata') as scene_metadata, JSON_EXTRACT(Properties, '$.GeneratedSceneMetadata') as generated_scene_metadata - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Scene' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SceneId') as scene_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, @@ -2211,8 +2211,8 @@ components: json_extract_path_text(Properties, 'Capabilities') as capabilities, json_extract_path_text(Properties, 'SceneMetadata') as scene_metadata, json_extract_path_text(Properties, 'GeneratedSceneMetadata') as generated_scene_metadata - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Scene' + AND Identifier = '|' AND region = 'us-east-1' scenes_list_only: name: scenes_list_only @@ -2237,7 +2237,7 @@ components: region, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.SceneId') as scene_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Scene' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2246,7 +2246,7 @@ components: region, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'SceneId') as scene_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Scene' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Scene' AND region = 'us-east-1' sync_jobs: name: sync_jobs @@ -2294,11 +2294,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.SyncSource') as sync_source, JSON_EXTRACT(Properties, '$.SyncRole') as sync_role, @@ -2307,15 +2307,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::SyncJob' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'SyncSource') as sync_source, json_extract_path_text(Properties, 'SyncRole') as sync_role, @@ -2324,8 +2324,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::SyncJob' + AND Identifier = '|' AND region = 'us-east-1' sync_jobs_list_only: name: sync_jobs_list_only @@ -2350,7 +2350,7 @@ components: region, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.SyncSource') as sync_source - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::SyncJob' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2359,7 +2359,7 @@ components: region, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'SyncSource') as sync_source - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::SyncJob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::SyncJob' AND region = 'us-east-1' workspaces: name: workspaces @@ -2419,11 +2419,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2432,15 +2432,15 @@ components: JSON_EXTRACT(Properties, '$.CreationDateTime') as creation_date_time, JSON_EXTRACT(Properties, '$.UpdateDateTime') as update_date_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Workspace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, @@ -2449,8 +2449,8 @@ components: json_extract_path_text(Properties, 'CreationDateTime') as creation_date_time, json_extract_path_text(Properties, 'UpdateDateTime') as update_date_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTTwinMaker::Workspace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTTwinMaker::Workspace' + AND Identifier = '' AND region = 'us-east-1' workspaces_list_only: name: workspaces_list_only @@ -2473,7 +2473,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkspaceId') as workspace_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Workspace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2481,7 +2481,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkspaceId') as workspace_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTTwinMaker::Workspace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTTwinMaker::Workspace' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/iotwireless.yaml b/providers/src/awscc/v00.00.00000/services/iotwireless.yaml index 6a0fc2bb..9b3c69e4 100644 --- a/providers/src/awscc/v00.00.00000/services/iotwireless.yaml +++ b/providers/src/awscc/v00.00.00000/services/iotwireless.yaml @@ -2460,11 +2460,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Expression') as expression, JSON_EXTRACT(Properties, '$.ExpressionType') as expression_type, @@ -2472,15 +2472,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::Destination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::Destination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Expression') as expression, json_extract_path_text(Properties, 'ExpressionType') as expression_type, @@ -2488,8 +2488,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::Destination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::Destination' + AND Identifier = '' AND region = 'us-east-1' destinations_list_only: name: destinations_list_only @@ -2512,7 +2512,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::Destination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::Destination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2520,7 +2520,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::Destination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::Destination' AND region = 'us-east-1' device_profiles: name: device_profiles @@ -2580,32 +2580,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.LoRaWAN') as lo_ra_wan, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::DeviceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::DeviceProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'LoRaWAN') as lo_ra_wan, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::DeviceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::DeviceProfile' + AND Identifier = '' AND region = 'us-east-1' device_profiles_list_only: name: device_profiles_list_only @@ -2628,7 +2628,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::DeviceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::DeviceProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2636,7 +2636,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::DeviceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::DeviceProfile' AND region = 'us-east-1' fuota_tasks: name: fuota_tasks @@ -2696,11 +2696,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.LoRaWAN') as lo_ra_wan, @@ -2714,15 +2714,15 @@ components: JSON_EXTRACT(Properties, '$.DisassociateWirelessDevice') as disassociate_wireless_device, JSON_EXTRACT(Properties, '$.AssociateMulticastGroup') as associate_multicast_group, JSON_EXTRACT(Properties, '$.DisassociateMulticastGroup') as disassociate_multicast_group - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::FuotaTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::FuotaTask' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'LoRaWAN') as lo_ra_wan, @@ -2736,8 +2736,8 @@ components: json_extract_path_text(Properties, 'DisassociateWirelessDevice') as disassociate_wireless_device, json_extract_path_text(Properties, 'AssociateMulticastGroup') as associate_multicast_group, json_extract_path_text(Properties, 'DisassociateMulticastGroup') as disassociate_multicast_group - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::FuotaTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::FuotaTask' + AND Identifier = '' AND region = 'us-east-1' fuota_tasks_list_only: name: fuota_tasks_list_only @@ -2760,7 +2760,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::FuotaTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::FuotaTask' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2768,7 +2768,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::FuotaTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::FuotaTask' AND region = 'us-east-1' multicast_groups: name: multicast_groups @@ -2828,11 +2828,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.LoRaWAN') as lo_ra_wan, @@ -2842,15 +2842,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.AssociateWirelessDevice') as associate_wireless_device, JSON_EXTRACT(Properties, '$.DisassociateWirelessDevice') as disassociate_wireless_device - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::MulticastGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::MulticastGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'LoRaWAN') as lo_ra_wan, @@ -2860,8 +2860,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'AssociateWirelessDevice') as associate_wireless_device, json_extract_path_text(Properties, 'DisassociateWirelessDevice') as disassociate_wireless_device - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::MulticastGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::MulticastGroup' + AND Identifier = '' AND region = 'us-east-1' multicast_groups_list_only: name: multicast_groups_list_only @@ -2884,7 +2884,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::MulticastGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::MulticastGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2892,7 +2892,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::MulticastGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::MulticastGroup' AND region = 'us-east-1' network_analyzer_configurations: name: network_analyzer_configurations @@ -2952,11 +2952,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.TraceContent') as trace_content, @@ -2964,15 +2964,15 @@ components: JSON_EXTRACT(Properties, '$.WirelessGateways') as wireless_gateways, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'TraceContent') as trace_content, @@ -2980,8 +2980,8 @@ components: json_extract_path_text(Properties, 'WirelessGateways') as wireless_gateways, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' + AND Identifier = '' AND region = 'us-east-1' network_analyzer_configurations_list_only: name: network_analyzer_configurations_list_only @@ -3004,7 +3004,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3012,7 +3012,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::NetworkAnalyzerConfiguration' AND region = 'us-east-1' partner_accounts: name: partner_accounts @@ -3072,11 +3072,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Sidewalk') as sidewalk, JSON_EXTRACT(Properties, '$.PartnerAccountId') as partner_account_id, JSON_EXTRACT(Properties, '$.PartnerType') as partner_type, @@ -3086,15 +3086,15 @@ components: JSON_EXTRACT(Properties, '$.Fingerprint') as fingerprint, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::PartnerAccount' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::PartnerAccount' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Sidewalk') as sidewalk, json_extract_path_text(Properties, 'PartnerAccountId') as partner_account_id, json_extract_path_text(Properties, 'PartnerType') as partner_type, @@ -3104,8 +3104,8 @@ components: json_extract_path_text(Properties, 'Fingerprint') as fingerprint, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::PartnerAccount' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::PartnerAccount' + AND Identifier = '' AND region = 'us-east-1' partner_accounts_list_only: name: partner_accounts_list_only @@ -3128,7 +3128,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PartnerAccountId') as partner_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::PartnerAccount' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::PartnerAccount' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3136,7 +3136,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PartnerAccountId') as partner_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::PartnerAccount' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::PartnerAccount' AND region = 'us-east-1' service_profiles: name: service_profiles @@ -3196,32 +3196,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.LoRaWAN') as lo_ra_wan, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::ServiceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::ServiceProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'LoRaWAN') as lo_ra_wan, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::ServiceProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::ServiceProfile' + AND Identifier = '' AND region = 'us-east-1' service_profiles_list_only: name: service_profiles_list_only @@ -3244,7 +3244,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::ServiceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::ServiceProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3252,7 +3252,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::ServiceProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::ServiceProfile' AND region = 'us-east-1' task_definitions: name: task_definitions @@ -3312,11 +3312,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.AutoCreateTasks') as auto_create_tasks, JSON_EXTRACT(Properties, '$.Update') as _update, @@ -3325,15 +3325,15 @@ components: JSON_EXTRACT(Properties, '$.TaskDefinitionType') as task_definition_type, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::TaskDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::TaskDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'AutoCreateTasks') as auto_create_tasks, json_extract_path_text(Properties, 'Update') as _update, @@ -3342,8 +3342,8 @@ components: json_extract_path_text(Properties, 'TaskDefinitionType') as task_definition_type, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::TaskDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::TaskDefinition' + AND Identifier = '' AND region = 'us-east-1' task_definitions_list_only: name: task_definitions_list_only @@ -3366,7 +3366,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::TaskDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::TaskDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3374,7 +3374,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::TaskDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::TaskDefinition' AND region = 'us-east-1' wireless_devices: name: wireless_devices @@ -3434,11 +3434,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3451,15 +3451,15 @@ components: JSON_EXTRACT(Properties, '$.ThingName') as thing_name, JSON_EXTRACT(Properties, '$.LastUplinkReceivedAt') as last_uplink_received_at, JSON_EXTRACT(Properties, '$.Positioning') as positioning - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessDevice' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessDevice' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -3472,8 +3472,8 @@ components: json_extract_path_text(Properties, 'ThingName') as thing_name, json_extract_path_text(Properties, 'LastUplinkReceivedAt') as last_uplink_received_at, json_extract_path_text(Properties, 'Positioning') as positioning - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessDevice' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessDevice' + AND Identifier = '' AND region = 'us-east-1' wireless_devices_list_only: name: wireless_devices_list_only @@ -3496,7 +3496,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessDevice' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessDevice' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3504,7 +3504,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessDevice' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessDevice' AND region = 'us-east-1' wireless_device_import_tasks: name: wireless_device_import_tasks @@ -3564,11 +3564,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DestinationName') as destination_name, @@ -3581,15 +3581,15 @@ components: JSON_EXTRACT(Properties, '$.OnboardedImportedDevicesCount') as onboarded_imported_devices_count, JSON_EXTRACT(Properties, '$.FailedImportedDevicesCount') as failed_imported_devices_count, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DestinationName') as destination_name, @@ -3602,8 +3602,8 @@ components: json_extract_path_text(Properties, 'OnboardedImportedDevicesCount') as onboarded_imported_devices_count, json_extract_path_text(Properties, 'FailedImportedDevicesCount') as failed_imported_devices_count, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' + AND Identifier = '' AND region = 'us-east-1' wireless_device_import_tasks_list_only: name: wireless_device_import_tasks_list_only @@ -3626,7 +3626,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3634,7 +3634,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessDeviceImportTask' AND region = 'us-east-1' wireless_gateways: name: wireless_gateways @@ -3694,11 +3694,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -3708,15 +3708,15 @@ components: JSON_EXTRACT(Properties, '$.ThingArn') as thing_arn, JSON_EXTRACT(Properties, '$.ThingName') as thing_name, JSON_EXTRACT(Properties, '$.LastUplinkReceivedAt') as last_uplink_received_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, @@ -3726,8 +3726,8 @@ components: json_extract_path_text(Properties, 'ThingArn') as thing_arn, json_extract_path_text(Properties, 'ThingName') as thing_name, json_extract_path_text(Properties, 'LastUplinkReceivedAt') as last_uplink_received_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IoTWireless::WirelessGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IoTWireless::WirelessGateway' + AND Identifier = '' AND region = 'us-east-1' wireless_gateways_list_only: name: wireless_gateways_list_only @@ -3750,7 +3750,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3758,7 +3758,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IoTWireless::WirelessGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IoTWireless::WirelessGateway' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ivs.yaml b/providers/src/awscc/v00.00.00000/services/ivs.yaml index af44916c..0bd7e43d 100644 --- a/providers/src/awscc/v00.00.00000/services/ivs.yaml +++ b/providers/src/awscc/v00.00.00000/services/ivs.yaml @@ -2058,11 +2058,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Authorized') as authorized, @@ -2076,15 +2076,15 @@ components: JSON_EXTRACT(Properties, '$.Preset') as preset, JSON_EXTRACT(Properties, '$.MultitrackInputConfiguration') as multitrack_input_configuration, JSON_EXTRACT(Properties, '$.ContainerFormat') as container_format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::Channel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Authorized') as authorized, @@ -2098,8 +2098,8 @@ components: json_extract_path_text(Properties, 'Preset') as preset, json_extract_path_text(Properties, 'MultitrackInputConfiguration') as multitrack_input_configuration, json_extract_path_text(Properties, 'ContainerFormat') as container_format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::Channel' + AND Identifier = '' AND region = 'us-east-1' channels_list_only: name: channels_list_only @@ -2122,7 +2122,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::Channel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2130,7 +2130,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::Channel' AND region = 'us-east-1' encoder_configurations: name: encoder_configurations @@ -2190,30 +2190,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Video') as video, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::EncoderConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::EncoderConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Video') as video, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::EncoderConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::EncoderConfiguration' + AND Identifier = '' AND region = 'us-east-1' encoder_configurations_list_only: name: encoder_configurations_list_only @@ -2236,7 +2236,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::EncoderConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::EncoderConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2244,7 +2244,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::EncoderConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::EncoderConfiguration' AND region = 'us-east-1' ingest_configurations: name: ingest_configurations @@ -2304,11 +2304,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.StageArn') as stage_arn, @@ -2319,15 +2319,15 @@ components: JSON_EXTRACT(Properties, '$.StreamKey') as stream_key, JSON_EXTRACT(Properties, '$.UserId') as user_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::IngestConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::IngestConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'StageArn') as stage_arn, @@ -2338,8 +2338,8 @@ components: json_extract_path_text(Properties, 'StreamKey') as stream_key, json_extract_path_text(Properties, 'UserId') as user_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::IngestConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::IngestConfiguration' + AND Identifier = '' AND region = 'us-east-1' ingest_configurations_list_only: name: ingest_configurations_list_only @@ -2362,7 +2362,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::IngestConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::IngestConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2370,7 +2370,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::IngestConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::IngestConfiguration' AND region = 'us-east-1' playback_key_pairs: name: playback_key_pairs @@ -2430,32 +2430,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.PublicKeyMaterial') as public_key_material, JSON_EXTRACT(Properties, '$.Fingerprint') as fingerprint, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PlaybackKeyPair' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PlaybackKeyPair' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'PublicKeyMaterial') as public_key_material, json_extract_path_text(Properties, 'Fingerprint') as fingerprint, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PlaybackKeyPair' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PlaybackKeyPair' + AND Identifier = '' AND region = 'us-east-1' playback_key_pairs_list_only: name: playback_key_pairs_list_only @@ -2478,7 +2478,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PlaybackKeyPair' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PlaybackKeyPair' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2486,7 +2486,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PlaybackKeyPair' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PlaybackKeyPair' AND region = 'us-east-1' playback_restriction_policies: name: playback_restriction_policies @@ -2546,34 +2546,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AllowedCountries') as allowed_countries, JSON_EXTRACT(Properties, '$.AllowedOrigins') as allowed_origins, JSON_EXTRACT(Properties, '$.EnableStrictOriginEnforcement') as enable_strict_origin_enforcement, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AllowedCountries') as allowed_countries, json_extract_path_text(Properties, 'AllowedOrigins') as allowed_origins, json_extract_path_text(Properties, 'EnableStrictOriginEnforcement') as enable_strict_origin_enforcement, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' + AND Identifier = '' AND region = 'us-east-1' playback_restriction_policies_list_only: name: playback_restriction_policies_list_only @@ -2596,7 +2596,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2604,7 +2604,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PlaybackRestrictionPolicy' AND region = 'us-east-1' public_keys: name: public_keys @@ -2664,32 +2664,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.PublicKeyMaterial') as public_key_material, JSON_EXTRACT(Properties, '$.Fingerprint') as fingerprint, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PublicKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PublicKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'PublicKeyMaterial') as public_key_material, json_extract_path_text(Properties, 'Fingerprint') as fingerprint, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::PublicKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::PublicKey' + AND Identifier = '' AND region = 'us-east-1' public_keys_list_only: name: public_keys_list_only @@ -2712,7 +2712,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PublicKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PublicKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2720,7 +2720,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::PublicKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::PublicKey' AND region = 'us-east-1' recording_configurations: name: recording_configurations @@ -2780,11 +2780,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.State') as state, @@ -2793,15 +2793,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ThumbnailConfiguration') as thumbnail_configuration, JSON_EXTRACT(Properties, '$.RenditionConfiguration') as rendition_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::RecordingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::RecordingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'State') as state, @@ -2810,8 +2810,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ThumbnailConfiguration') as thumbnail_configuration, json_extract_path_text(Properties, 'RenditionConfiguration') as rendition_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::RecordingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::RecordingConfiguration' + AND Identifier = '' AND region = 'us-east-1' recording_configurations_list_only: name: recording_configurations_list_only @@ -2834,7 +2834,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::RecordingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::RecordingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2842,7 +2842,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::RecordingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::RecordingConfiguration' AND region = 'us-east-1' stages: name: stages @@ -2902,32 +2902,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.AutoParticipantRecordingConfiguration') as auto_participant_recording_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ActiveSessionId') as active_session_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::Stage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::Stage' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'AutoParticipantRecordingConfiguration') as auto_participant_recording_configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ActiveSessionId') as active_session_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::Stage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::Stage' + AND Identifier = '' AND region = 'us-east-1' stages_list_only: name: stages_list_only @@ -2950,7 +2950,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::Stage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::Stage' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2958,7 +2958,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::Stage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::Stage' AND region = 'us-east-1' storage_configurations: name: storage_configurations @@ -3018,30 +3018,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.S3') as s3, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::StorageConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::StorageConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'S3') as s3, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::StorageConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::StorageConfiguration' + AND Identifier = '' AND region = 'us-east-1' storage_configurations_list_only: name: storage_configurations_list_only @@ -3064,7 +3064,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::StorageConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::StorageConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3072,7 +3072,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::StorageConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::StorageConfiguration' AND region = 'us-east-1' stream_keys: name: stream_keys @@ -3132,30 +3132,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ChannelArn') as channel_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::StreamKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::StreamKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ChannelArn') as channel_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Value') as value - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVS::StreamKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVS::StreamKey' + AND Identifier = '' AND region = 'us-east-1' stream_keys_list_only: name: stream_keys_list_only @@ -3178,7 +3178,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::StreamKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::StreamKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3186,7 +3186,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVS::StreamKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVS::StreamKey' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ivschat.yaml b/providers/src/awscc/v00.00.00000/services/ivschat.yaml index 5e3682fb..8a0cb463 100644 --- a/providers/src/awscc/v00.00.00000/services/ivschat.yaml +++ b/providers/src/awscc/v00.00.00000/services/ivschat.yaml @@ -862,34 +862,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DestinationConfiguration') as destination_configuration, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVSChat::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVSChat::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DestinationConfiguration') as destination_configuration, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVSChat::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVSChat::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' logging_configurations_list_only: name: logging_configurations_list_only @@ -912,7 +912,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVSChat::LoggingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVSChat::LoggingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -920,7 +920,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVSChat::LoggingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVSChat::LoggingConfiguration' AND region = 'us-east-1' rooms: name: rooms @@ -980,11 +980,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, @@ -993,15 +993,15 @@ components: JSON_EXTRACT(Properties, '$.MaximumMessageRatePerSecond') as maximum_message_rate_per_second, JSON_EXTRACT(Properties, '$.MessageReviewHandler') as message_review_handler, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVSChat::Room' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVSChat::Room' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, @@ -1010,8 +1010,8 @@ components: json_extract_path_text(Properties, 'MaximumMessageRatePerSecond') as maximum_message_rate_per_second, json_extract_path_text(Properties, 'MessageReviewHandler') as message_review_handler, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::IVSChat::Room' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::IVSChat::Room' + AND Identifier = '' AND region = 'us-east-1' rooms_list_only: name: rooms_list_only @@ -1034,7 +1034,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVSChat::Room' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVSChat::Room' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1042,7 +1042,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::IVSChat::Room' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::IVSChat::Room' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kafkaconnect.yaml b/providers/src/awscc/v00.00.00000/services/kafkaconnect.yaml index 2dd77da8..9f8329cb 100644 --- a/providers/src/awscc/v00.00.00000/services/kafkaconnect.yaml +++ b/providers/src/awscc/v00.00.00000/services/kafkaconnect.yaml @@ -1231,11 +1231,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.CustomPluginArn') as custom_plugin_arn, @@ -1244,15 +1244,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.Revision') as revision, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::CustomPlugin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::CustomPlugin' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'CustomPluginArn') as custom_plugin_arn, @@ -1261,8 +1261,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'Revision') as revision, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::CustomPlugin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::CustomPlugin' + AND Identifier = '' AND region = 'us-east-1' custom_plugins_list_only: name: custom_plugins_list_only @@ -1285,7 +1285,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CustomPluginArn') as custom_plugin_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::CustomPlugin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::CustomPlugin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1293,7 +1293,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CustomPluginArn') as custom_plugin_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::CustomPlugin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::CustomPlugin' AND region = 'us-east-1' worker_configurations: name: worker_configurations @@ -1353,34 +1353,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.WorkerConfigurationArn') as worker_configuration_arn, JSON_EXTRACT(Properties, '$.PropertiesFileContent') as properties_file_content, JSON_EXTRACT(Properties, '$.Revision') as revision, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::WorkerConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::WorkerConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'WorkerConfigurationArn') as worker_configuration_arn, json_extract_path_text(Properties, 'PropertiesFileContent') as properties_file_content, json_extract_path_text(Properties, 'Revision') as revision, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::WorkerConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::WorkerConfiguration' + AND Identifier = '' AND region = 'us-east-1' worker_configurations_list_only: name: worker_configurations_list_only @@ -1403,7 +1403,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkerConfigurationArn') as worker_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::WorkerConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::WorkerConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1411,7 +1411,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkerConfigurationArn') as worker_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::WorkerConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::WorkerConfiguration' AND region = 'us-east-1' connectors: name: connectors @@ -1471,11 +1471,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Capacity') as capacity, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.ConnectorConfiguration') as connector_configuration, @@ -1490,15 +1490,15 @@ components: JSON_EXTRACT(Properties, '$.ServiceExecutionRoleArn') as service_execution_role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.WorkerConfiguration') as worker_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::Connector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Capacity') as capacity, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'ConnectorConfiguration') as connector_configuration, @@ -1513,8 +1513,8 @@ components: json_extract_path_text(Properties, 'ServiceExecutionRoleArn') as service_execution_role_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'WorkerConfiguration') as worker_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KafkaConnect::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KafkaConnect::Connector' + AND Identifier = '' AND region = 'us-east-1' connectors_list_only: name: connectors_list_only @@ -1537,7 +1537,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::Connector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1545,7 +1545,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KafkaConnect::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KafkaConnect::Connector' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kendra.yaml b/providers/src/awscc/v00.00.00000/services/kendra.yaml index c74eabbb..715ef05b 100644 --- a/providers/src/awscc/v00.00.00000/services/kendra.yaml +++ b/providers/src/awscc/v00.00.00000/services/kendra.yaml @@ -2254,11 +2254,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2271,15 +2271,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CustomDocumentEnrichmentConfiguration') as custom_document_enrichment_configuration, JSON_EXTRACT(Properties, '$.LanguageCode') as language_code - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::DataSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -2292,8 +2292,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CustomDocumentEnrichmentConfiguration') as custom_document_enrichment_configuration, json_extract_path_text(Properties, 'LanguageCode') as language_code - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::DataSource' + AND Identifier = '|' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -2318,7 +2318,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2327,7 +2327,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::DataSource' AND region = 'us-east-1' faqs: name: faqs @@ -2388,11 +2388,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.IndexId') as index_id, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2403,15 +2403,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.LanguageCode') as language_code - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Faq' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::Faq' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'IndexId') as index_id, json_extract_path_text(Properties, 'Name') as name, @@ -2422,8 +2422,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'LanguageCode') as language_code - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Faq' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::Faq' + AND Identifier = '|' AND region = 'us-east-1' faqs_list_only: name: faqs_list_only @@ -2448,7 +2448,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::Faq' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::Faq' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2457,7 +2457,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::Faq' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::Faq' AND region = 'us-east-1' indices: name: indices @@ -2517,11 +2517,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2534,15 +2534,15 @@ components: JSON_EXTRACT(Properties, '$.CapacityUnits') as capacity_units, JSON_EXTRACT(Properties, '$.UserContextPolicy') as user_context_policy, JSON_EXTRACT(Properties, '$.UserTokenConfigurations') as user_token_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Index' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::Index' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, @@ -2555,8 +2555,8 @@ components: json_extract_path_text(Properties, 'CapacityUnits') as capacity_units, json_extract_path_text(Properties, 'UserContextPolicy') as user_context_policy, json_extract_path_text(Properties, 'UserTokenConfigurations') as user_token_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kendra::Index' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kendra::Index' + AND Identifier = '' AND region = 'us-east-1' indices_list_only: name: indices_list_only @@ -2579,7 +2579,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::Index' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2587,7 +2587,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kendra::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kendra::Index' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kendraranking.yaml b/providers/src/awscc/v00.00.00000/services/kendraranking.yaml index 7bd14e28..d47f7c01 100644 --- a/providers/src/awscc/v00.00.00000/services/kendraranking.yaml +++ b/providers/src/awscc/v00.00.00000/services/kendraranking.yaml @@ -592,34 +592,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.CapacityUnits') as capacity_units - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KendraRanking::ExecutionPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KendraRanking::ExecutionPlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'CapacityUnits') as capacity_units - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KendraRanking::ExecutionPlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KendraRanking::ExecutionPlan' + AND Identifier = '' AND region = 'us-east-1' execution_plans_list_only: name: execution_plans_list_only @@ -642,7 +642,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KendraRanking::ExecutionPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KendraRanking::ExecutionPlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -650,7 +650,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KendraRanking::ExecutionPlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KendraRanking::ExecutionPlan' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kinesis.yaml b/providers/src/awscc/v00.00.00000/services/kinesis.yaml index edd5012b..689675b2 100644 --- a/providers/src/awscc/v00.00.00000/services/kinesis.yaml +++ b/providers/src/awscc/v00.00.00000/services/kinesis.yaml @@ -881,26 +881,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' streams: name: streams @@ -960,11 +960,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DesiredShardLevelMetrics') as desired_shard_level_metrics, @@ -973,15 +973,15 @@ components: JSON_EXTRACT(Properties, '$.StreamModeDetails') as stream_mode_details, JSON_EXTRACT(Properties, '$.StreamEncryption') as stream_encryption, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::Stream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::Stream' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DesiredShardLevelMetrics') as desired_shard_level_metrics, @@ -990,8 +990,8 @@ components: json_extract_path_text(Properties, 'StreamModeDetails') as stream_mode_details, json_extract_path_text(Properties, 'StreamEncryption') as stream_encryption, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::Stream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::Stream' + AND Identifier = '' AND region = 'us-east-1' streams_list_only: name: streams_list_only @@ -1014,7 +1014,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kinesis::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kinesis::Stream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1022,7 +1022,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kinesis::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kinesis::Stream' AND region = 'us-east-1' stream_consumers: name: stream_consumers @@ -1069,34 +1069,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConsumerCreationTimestamp') as consumer_creation_timestamp, JSON_EXTRACT(Properties, '$.ConsumerName') as consumer_name, JSON_EXTRACT(Properties, '$.ConsumerARN') as consumer_arn, JSON_EXTRACT(Properties, '$.ConsumerStatus') as consumer_status, JSON_EXTRACT(Properties, '$.StreamARN') as stream_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::StreamConsumer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::StreamConsumer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConsumerCreationTimestamp') as consumer_creation_timestamp, json_extract_path_text(Properties, 'ConsumerName') as consumer_name, json_extract_path_text(Properties, 'ConsumerARN') as consumer_arn, json_extract_path_text(Properties, 'ConsumerStatus') as consumer_status, json_extract_path_text(Properties, 'StreamARN') as stream_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Kinesis::StreamConsumer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Kinesis::StreamConsumer' + AND Identifier = '' AND region = 'us-east-1' stream_consumers_list_only: name: stream_consumers_list_only @@ -1119,7 +1119,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConsumerARN') as consumer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kinesis::StreamConsumer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kinesis::StreamConsumer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1127,7 +1127,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConsumerARN') as consumer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Kinesis::StreamConsumer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Kinesis::StreamConsumer' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kinesisanalyticsv2.yaml b/providers/src/awscc/v00.00.00000/services/kinesisanalyticsv2.yaml index 81447b15..86b1c39d 100644 --- a/providers/src/awscc/v00.00.00000/services/kinesisanalyticsv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/kinesisanalyticsv2.yaml @@ -1304,11 +1304,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationConfiguration') as application_configuration, JSON_EXTRACT(Properties, '$.ApplicationDescription') as application_description, JSON_EXTRACT(Properties, '$.ApplicationMode') as application_mode, @@ -1318,15 +1318,15 @@ components: JSON_EXTRACT(Properties, '$.RunConfiguration') as run_configuration, JSON_EXTRACT(Properties, '$.ApplicationMaintenanceConfiguration') as application_maintenance_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisAnalyticsV2::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisAnalyticsV2::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationConfiguration') as application_configuration, json_extract_path_text(Properties, 'ApplicationDescription') as application_description, json_extract_path_text(Properties, 'ApplicationMode') as application_mode, @@ -1336,8 +1336,8 @@ components: json_extract_path_text(Properties, 'RunConfiguration') as run_configuration, json_extract_path_text(Properties, 'ApplicationMaintenanceConfiguration') as application_maintenance_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisAnalyticsV2::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisAnalyticsV2::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1360,7 +1360,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisAnalyticsV2::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisAnalyticsV2::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1368,7 +1368,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationName') as application_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisAnalyticsV2::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisAnalyticsV2::Application' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kinesisfirehose.yaml b/providers/src/awscc/v00.00.00000/services/kinesisfirehose.yaml index 62c9976d..d34fefc1 100644 --- a/providers/src/awscc/v00.00.00000/services/kinesisfirehose.yaml +++ b/providers/src/awscc/v00.00.00000/services/kinesisfirehose.yaml @@ -1922,11 +1922,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeliveryStreamEncryptionConfigurationInput') as delivery_stream_encryption_configuration_input, JSON_EXTRACT(Properties, '$.HttpEndpointDestinationConfiguration') as http_endpoint_destination_configuration, JSON_EXTRACT(Properties, '$.KinesisStreamSourceConfiguration') as kinesis_stream_source_configuration, @@ -1946,15 +1946,15 @@ components: JSON_EXTRACT(Properties, '$.DeliveryStreamName') as delivery_stream_name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisFirehose::DeliveryStream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisFirehose::DeliveryStream' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeliveryStreamEncryptionConfigurationInput') as delivery_stream_encryption_configuration_input, json_extract_path_text(Properties, 'HttpEndpointDestinationConfiguration') as http_endpoint_destination_configuration, json_extract_path_text(Properties, 'KinesisStreamSourceConfiguration') as kinesis_stream_source_configuration, @@ -1974,8 +1974,8 @@ components: json_extract_path_text(Properties, 'DeliveryStreamName') as delivery_stream_name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisFirehose::DeliveryStream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisFirehose::DeliveryStream' + AND Identifier = '' AND region = 'us-east-1' delivery_streams_list_only: name: delivery_streams_list_only @@ -1998,7 +1998,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DeliveryStreamName') as delivery_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisFirehose::DeliveryStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisFirehose::DeliveryStream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2006,7 +2006,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DeliveryStreamName') as delivery_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisFirehose::DeliveryStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisFirehose::DeliveryStream' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml b/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml index ecc6c567..1209d5c9 100644 --- a/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml +++ b/providers/src/awscc/v00.00.00000/services/kinesisvideo.yaml @@ -726,32 +726,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.MessageTtlSeconds') as message_ttl_seconds, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisVideo::SignalingChannel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'MessageTtlSeconds') as message_ttl_seconds, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisVideo::SignalingChannel' + AND Identifier = '' AND region = 'us-east-1' signaling_channels_list_only: name: signaling_channels_list_only @@ -774,7 +774,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisVideo::SignalingChannel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -782,7 +782,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::SignalingChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisVideo::SignalingChannel' AND region = 'us-east-1' streams: name: streams @@ -842,11 +842,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DataRetentionInHours') as data_retention_in_hours, @@ -854,15 +854,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.MediaType') as media_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisVideo::Stream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisVideo::Stream' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DataRetentionInHours') as data_retention_in_hours, @@ -870,8 +870,8 @@ components: json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'MediaType') as media_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KinesisVideo::Stream' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KinesisVideo::Stream' + AND Identifier = '' AND region = 'us-east-1' streams_list_only: name: streams_list_only @@ -894,7 +894,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisVideo::Stream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -902,7 +902,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KinesisVideo::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KinesisVideo::Stream' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/kms.yaml b/providers/src/awscc/v00.00.00000/services/kms.yaml index de84eff1..67281be2 100644 --- a/providers/src/awscc/v00.00.00000/services/kms.yaml +++ b/providers/src/awscc/v00.00.00000/services/kms.yaml @@ -1178,26 +1178,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TargetKeyId') as target_key_id, JSON_EXTRACT(Properties, '$.AliasName') as alias_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::Alias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TargetKeyId') as target_key_id, json_extract_path_text(Properties, 'AliasName') as alias_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::Alias' + AND Identifier = '' AND region = 'us-east-1' aliases_list_only: name: aliases_list_only @@ -1220,7 +1220,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AliasName') as alias_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::Alias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1228,7 +1228,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AliasName') as alias_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::Alias' AND region = 'us-east-1' keys: name: keys @@ -1288,11 +1288,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.EnableKeyRotation') as enable_key_rotation, @@ -1307,15 +1307,15 @@ components: JSON_EXTRACT(Properties, '$.KeyId') as key_id, JSON_EXTRACT(Properties, '$.BypassPolicyLockoutSafetyCheck') as bypass_policy_lockout_safety_check, JSON_EXTRACT(Properties, '$.RotationPeriodInDays') as rotation_period_in_days - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::Key' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::Key' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'EnableKeyRotation') as enable_key_rotation, @@ -1330,8 +1330,8 @@ components: json_extract_path_text(Properties, 'KeyId') as key_id, json_extract_path_text(Properties, 'BypassPolicyLockoutSafetyCheck') as bypass_policy_lockout_safety_check, json_extract_path_text(Properties, 'RotationPeriodInDays') as rotation_period_in_days - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::Key' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::Key' + AND Identifier = '' AND region = 'us-east-1' keys_list_only: name: keys_list_only @@ -1354,7 +1354,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyId') as key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::Key' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::Key' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1362,7 +1362,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyId') as key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::Key' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::Key' AND region = 'us-east-1' replica_keys: name: replica_keys @@ -1422,11 +1422,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PendingWindowInDays') as pending_window_in_days, JSON_EXTRACT(Properties, '$.KeyPolicy') as key_policy, @@ -1435,15 +1435,15 @@ components: JSON_EXTRACT(Properties, '$.KeyId') as key_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::ReplicaKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::ReplicaKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PendingWindowInDays') as pending_window_in_days, json_extract_path_text(Properties, 'KeyPolicy') as key_policy, @@ -1452,8 +1452,8 @@ components: json_extract_path_text(Properties, 'KeyId') as key_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::KMS::ReplicaKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::KMS::ReplicaKey' + AND Identifier = '' AND region = 'us-east-1' replica_keys_list_only: name: replica_keys_list_only @@ -1476,7 +1476,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyId') as key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::ReplicaKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::ReplicaKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1484,7 +1484,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyId') as key_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::KMS::ReplicaKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::KMS::ReplicaKey' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lakeformation.yaml b/providers/src/awscc/v00.00.00000/services/lakeformation.yaml index f8cac874..6d323303 100644 --- a/providers/src/awscc/v00.00.00000/services/lakeformation.yaml +++ b/providers/src/awscc/v00.00.00000/services/lakeformation.yaml @@ -1080,11 +1080,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TableCatalogId') as table_catalog_id, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name, JSON_EXTRACT(Properties, '$.TableName') as table_name, @@ -1092,15 +1092,15 @@ components: JSON_EXTRACT(Properties, '$.RowFilter') as row_filter, JSON_EXTRACT(Properties, '$.ColumnNames') as column_names, JSON_EXTRACT(Properties, '$.ColumnWildcard') as column_wildcard - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::DataCellsFilter' + AND Identifier = '|||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TableCatalogId') as table_catalog_id, json_extract_path_text(Properties, 'DatabaseName') as database_name, json_extract_path_text(Properties, 'TableName') as table_name, @@ -1108,8 +1108,8 @@ components: json_extract_path_text(Properties, 'RowFilter') as row_filter, json_extract_path_text(Properties, 'ColumnNames') as column_names, json_extract_path_text(Properties, 'ColumnWildcard') as column_wildcard - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::DataCellsFilter' + AND Identifier = '|||' AND region = 'us-east-1' data_cells_filters_list_only: name: data_cells_filters_list_only @@ -1138,7 +1138,7 @@ components: JSON_EXTRACT(Properties, '$.DatabaseName') as database_name, JSON_EXTRACT(Properties, '$.TableName') as table_name, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LakeFormation::DataCellsFilter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1149,7 +1149,7 @@ components: json_extract_path_text(Properties, 'DatabaseName') as database_name, json_extract_path_text(Properties, 'TableName') as table_name, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::DataCellsFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LakeFormation::DataCellsFilter' AND region = 'us-east-1' principal_permissions: name: principal_permissions @@ -1197,11 +1197,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Catalog') as catalog, JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.Resource') as resource, @@ -1209,15 +1209,15 @@ components: JSON_EXTRACT(Properties, '$.PermissionsWithGrantOption') as permissions_with_grant_option, JSON_EXTRACT(Properties, '$.PrincipalIdentifier') as principal_identifier, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::PrincipalPermissions' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::PrincipalPermissions' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Catalog') as catalog, json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'Resource') as resource, @@ -1225,8 +1225,8 @@ components: json_extract_path_text(Properties, 'PermissionsWithGrantOption') as permissions_with_grant_option, json_extract_path_text(Properties, 'PrincipalIdentifier') as principal_identifier, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::PrincipalPermissions' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::PrincipalPermissions' + AND Identifier = '|' AND region = 'us-east-1' tags: name: tags @@ -1286,28 +1286,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CatalogId') as catalog_id, JSON_EXTRACT(Properties, '$.TagKey') as tag_key, JSON_EXTRACT(Properties, '$.TagValues') as tag_values - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::Tag' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::Tag' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CatalogId') as catalog_id, json_extract_path_text(Properties, 'TagKey') as tag_key, json_extract_path_text(Properties, 'TagValues') as tag_values - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::Tag' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::Tag' + AND Identifier = '' AND region = 'us-east-1' tags_list_only: name: tags_list_only @@ -1330,7 +1330,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TagKey') as tag_key - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::Tag' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LakeFormation::Tag' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1338,7 +1338,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TagKey') as tag_key - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LakeFormation::Tag' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LakeFormation::Tag' AND region = 'us-east-1' tag_associations: name: tag_associations @@ -1386,30 +1386,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Resource') as resource, JSON_EXTRACT(Properties, '$.LFTags') as lf_tags, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, JSON_EXTRACT(Properties, '$.TagsIdentifier') as tags_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::TagAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Resource') as resource, json_extract_path_text(Properties, 'LFTags') as lf_tags, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, json_extract_path_text(Properties, 'TagsIdentifier') as tags_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LakeFormation::TagAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LakeFormation::TagAssociation' + AND Identifier = '|' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lambda.yaml b/providers/src/awscc/v00.00.00000/services/lambda.yaml index 8a8db185..28ce48ad 100644 --- a/providers/src/awscc/v00.00.00000/services/lambda.yaml +++ b/providers/src/awscc/v00.00.00000/services/lambda.yaml @@ -2935,11 +2935,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.AliasArn') as alias_arn, JSON_EXTRACT(Properties, '$.ProvisionedConcurrencyConfig') as provisioned_concurrency_config, @@ -2947,15 +2947,15 @@ components: JSON_EXTRACT(Properties, '$.FunctionVersion') as function_version, JSON_EXTRACT(Properties, '$.RoutingConfig') as routing_config, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Alias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'AliasArn') as alias_arn, json_extract_path_text(Properties, 'ProvisionedConcurrencyConfig') as provisioned_concurrency_config, @@ -2963,8 +2963,8 @@ components: json_extract_path_text(Properties, 'FunctionVersion') as function_version, json_extract_path_text(Properties, 'RoutingConfig') as routing_config, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Alias' + AND Identifier = '' AND region = 'us-east-1' aliases_list_only: name: aliases_list_only @@ -2987,7 +2987,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AliasArn') as alias_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Alias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2995,7 +2995,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AliasArn') as alias_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Alias' AND region = 'us-east-1' code_signing_configs: name: code_signing_configs @@ -3055,34 +3055,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.AllowedPublishers') as allowed_publishers, JSON_EXTRACT(Properties, '$.CodeSigningPolicies') as code_signing_policies, JSON_EXTRACT(Properties, '$.CodeSigningConfigId') as code_signing_config_id, JSON_EXTRACT(Properties, '$.CodeSigningConfigArn') as code_signing_config_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::CodeSigningConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::CodeSigningConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'AllowedPublishers') as allowed_publishers, json_extract_path_text(Properties, 'CodeSigningPolicies') as code_signing_policies, json_extract_path_text(Properties, 'CodeSigningConfigId') as code_signing_config_id, json_extract_path_text(Properties, 'CodeSigningConfigArn') as code_signing_config_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::CodeSigningConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::CodeSigningConfig' + AND Identifier = '' AND region = 'us-east-1' code_signing_configs_list_only: name: code_signing_configs_list_only @@ -3105,7 +3105,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CodeSigningConfigArn') as code_signing_config_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::CodeSigningConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::CodeSigningConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3113,7 +3113,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CodeSigningConfigArn') as code_signing_config_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::CodeSigningConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::CodeSigningConfig' AND region = 'us-east-1' event_invoke_configs: name: event_invoke_configs @@ -3174,32 +3174,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DestinationConfig') as destination_config, JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.MaximumEventAgeInSeconds') as maximum_event_age_in_seconds, JSON_EXTRACT(Properties, '$.MaximumRetryAttempts') as maximum_retry_attempts, JSON_EXTRACT(Properties, '$.Qualifier') as qualifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::EventInvokeConfig' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DestinationConfig') as destination_config, json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'MaximumEventAgeInSeconds') as maximum_event_age_in_seconds, json_extract_path_text(Properties, 'MaximumRetryAttempts') as maximum_retry_attempts, json_extract_path_text(Properties, 'Qualifier') as qualifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::EventInvokeConfig' + AND Identifier = '|' AND region = 'us-east-1' event_invoke_configs_list_only: name: event_invoke_configs_list_only @@ -3224,7 +3224,7 @@ components: region, JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.Qualifier') as qualifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::EventInvokeConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3233,7 +3233,7 @@ components: region, json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'Qualifier') as qualifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::EventInvokeConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::EventInvokeConfig' AND region = 'us-east-1' event_source_mappings: name: event_source_mappings @@ -3293,11 +3293,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.BatchSize') as batch_size, JSON_EXTRACT(Properties, '$.BisectBatchOnFunctionError') as bisect_batch_on_function_error, @@ -3327,15 +3327,15 @@ components: JSON_EXTRACT(Properties, '$.DocumentDBEventSourceConfig') as document_db_event_source_config, JSON_EXTRACT(Properties, '$.ProvisionedPollerConfig') as provisioned_poller_config, JSON_EXTRACT(Properties, '$.MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventSourceMapping' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::EventSourceMapping' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'BatchSize') as batch_size, json_extract_path_text(Properties, 'BisectBatchOnFunctionError') as bisect_batch_on_function_error, @@ -3365,8 +3365,8 @@ components: json_extract_path_text(Properties, 'DocumentDBEventSourceConfig') as document_db_event_source_config, json_extract_path_text(Properties, 'ProvisionedPollerConfig') as provisioned_poller_config, json_extract_path_text(Properties, 'MetricsConfig') as metrics_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::EventSourceMapping' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::EventSourceMapping' + AND Identifier = '' AND region = 'us-east-1' event_source_mappings_list_only: name: event_source_mappings_list_only @@ -3389,7 +3389,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::EventSourceMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::EventSourceMapping' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3397,7 +3397,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::EventSourceMapping' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::EventSourceMapping' AND region = 'us-east-1' functions: name: functions @@ -3457,11 +3457,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.TracingConfig') as tracing_config, JSON_EXTRACT(Properties, '$.VpcConfig') as vpc_config, @@ -3490,15 +3490,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.EphemeralStorage') as ephemeral_storage, JSON_EXTRACT(Properties, '$.Architectures') as architectures - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Function' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Function' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'TracingConfig') as tracing_config, json_extract_path_text(Properties, 'VpcConfig') as vpc_config, @@ -3527,8 +3527,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'EphemeralStorage') as ephemeral_storage, json_extract_path_text(Properties, 'Architectures') as architectures - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Function' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Function' + AND Identifier = '' AND region = 'us-east-1' functions_list_only: name: functions_list_only @@ -3551,7 +3551,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FunctionName') as function_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Function' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Function' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3559,7 +3559,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FunctionName') as function_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Function' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Function' AND region = 'us-east-1' layer_versions: name: layer_versions @@ -3606,11 +3606,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CompatibleRuntimes') as compatible_runtimes, JSON_EXTRACT(Properties, '$.LicenseInfo') as license_info, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3618,15 +3618,15 @@ components: JSON_EXTRACT(Properties, '$.Content') as content, JSON_EXTRACT(Properties, '$.LayerVersionArn') as layer_version_arn, JSON_EXTRACT(Properties, '$.CompatibleArchitectures') as compatible_architectures - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::LayerVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::LayerVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CompatibleRuntimes') as compatible_runtimes, json_extract_path_text(Properties, 'LicenseInfo') as license_info, json_extract_path_text(Properties, 'Description') as description, @@ -3634,8 +3634,8 @@ components: json_extract_path_text(Properties, 'Content') as content, json_extract_path_text(Properties, 'LayerVersionArn') as layer_version_arn, json_extract_path_text(Properties, 'CompatibleArchitectures') as compatible_architectures - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::LayerVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::LayerVersion' + AND Identifier = '' AND region = 'us-east-1' layer_versions_list_only: name: layer_versions_list_only @@ -3658,7 +3658,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LayerVersionArn') as layer_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::LayerVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::LayerVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3666,7 +3666,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LayerVersionArn') as layer_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::LayerVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::LayerVersion' AND region = 'us-east-1' layer_version_permissions: name: layer_version_permissions @@ -3713,32 +3713,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.LayerVersionArn') as layer_version_arn, JSON_EXTRACT(Properties, '$.OrganizationId') as organization_id, JSON_EXTRACT(Properties, '$.Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::LayerVersionPermission' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::LayerVersionPermission' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'LayerVersionArn') as layer_version_arn, json_extract_path_text(Properties, 'OrganizationId') as organization_id, json_extract_path_text(Properties, 'Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::LayerVersionPermission' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::LayerVersionPermission' + AND Identifier = '' AND region = 'us-east-1' layer_version_permissions_list_only: name: layer_version_permissions_list_only @@ -3761,7 +3761,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::LayerVersionPermission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::LayerVersionPermission' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3769,7 +3769,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::LayerVersionPermission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::LayerVersionPermission' AND region = 'us-east-1' permissions: name: permissions @@ -3817,11 +3817,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.EventSourceToken') as event_source_token, @@ -3831,15 +3831,15 @@ components: JSON_EXTRACT(Properties, '$.PrincipalOrgID') as principal_org_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Permission' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'EventSourceToken') as event_source_token, @@ -3849,8 +3849,8 @@ components: json_extract_path_text(Properties, 'PrincipalOrgID') as principal_org_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Permission' + AND Identifier = '|' AND region = 'us-east-1' permissions_list_only: name: permissions_list_only @@ -3875,7 +3875,7 @@ components: region, JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Permission' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3884,7 +3884,7 @@ components: region, json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Permission' AND region = 'us-east-1' urls: name: urls @@ -3944,11 +3944,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TargetFunctionArn') as target_function_arn, JSON_EXTRACT(Properties, '$.Qualifier') as qualifier, JSON_EXTRACT(Properties, '$.AuthType') as auth_type, @@ -3956,15 +3956,15 @@ components: JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn, JSON_EXTRACT(Properties, '$.FunctionUrl') as function_url, JSON_EXTRACT(Properties, '$.Cors') as cors - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Url' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Url' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TargetFunctionArn') as target_function_arn, json_extract_path_text(Properties, 'Qualifier') as qualifier, json_extract_path_text(Properties, 'AuthType') as auth_type, @@ -3972,8 +3972,8 @@ components: json_extract_path_text(Properties, 'FunctionArn') as function_arn, json_extract_path_text(Properties, 'FunctionUrl') as function_url, json_extract_path_text(Properties, 'Cors') as cors - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Url' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Url' + AND Identifier = '' AND region = 'us-east-1' urls_list_only: name: urls_list_only @@ -3996,7 +3996,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Url' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Url' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4004,7 +4004,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Url' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Url' AND region = 'us-east-1' versions: name: versions @@ -4051,11 +4051,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.CodeSha256') as code_sha256, @@ -4063,15 +4063,15 @@ components: JSON_EXTRACT(Properties, '$.FunctionName') as function_name, JSON_EXTRACT(Properties, '$.ProvisionedConcurrencyConfig') as provisioned_concurrency_config, JSON_EXTRACT(Properties, '$.RuntimePolicy') as runtime_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Version' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Version' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FunctionArn') as function_arn, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'CodeSha256') as code_sha256, @@ -4079,8 +4079,8 @@ components: json_extract_path_text(Properties, 'FunctionName') as function_name, json_extract_path_text(Properties, 'ProvisionedConcurrencyConfig') as provisioned_concurrency_config, json_extract_path_text(Properties, 'RuntimePolicy') as runtime_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lambda::Version' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lambda::Version' + AND Identifier = '' AND region = 'us-east-1' versions_list_only: name: versions_list_only @@ -4103,7 +4103,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Version' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Version' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4111,7 +4111,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FunctionArn') as function_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lambda::Version' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lambda::Version' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/launchwizard.yaml b/providers/src/awscc/v00.00.00000/services/launchwizard.yaml index a91015ef..5c4a4899 100644 --- a/providers/src/awscc/v00.00.00000/services/launchwizard.yaml +++ b/providers/src/awscc/v00.00.00000/services/launchwizard.yaml @@ -727,11 +727,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.DeletedAt') as deleted_at, @@ -743,15 +743,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.WorkloadName') as workload_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LaunchWizard::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LaunchWizard::Deployment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'DeletedAt') as deleted_at, @@ -763,8 +763,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'WorkloadName') as workload_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LaunchWizard::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LaunchWizard::Deployment' + AND Identifier = '' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -787,7 +787,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LaunchWizard::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LaunchWizard::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -795,7 +795,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LaunchWizard::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LaunchWizard::Deployment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lex.yaml b/providers/src/awscc/v00.00.00000/services/lex.yaml index 881f5cd5..9814055c 100644 --- a/providers/src/awscc/v00.00.00000/services/lex.yaml +++ b/providers/src/awscc/v00.00.00000/services/lex.yaml @@ -2691,11 +2691,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2711,15 +2711,15 @@ components: JSON_EXTRACT(Properties, '$.AutoBuildBotLocales') as auto_build_bot_locales, JSON_EXTRACT(Properties, '$.TestBotAliasSettings') as test_bot_alias_settings, JSON_EXTRACT(Properties, '$.Replication') as replication - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::Bot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::Bot' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -2735,8 +2735,8 @@ components: json_extract_path_text(Properties, 'AutoBuildBotLocales') as auto_build_bot_locales, json_extract_path_text(Properties, 'TestBotAliasSettings') as test_bot_alias_settings, json_extract_path_text(Properties, 'Replication') as replication - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::Bot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::Bot' + AND Identifier = '' AND region = 'us-east-1' bots_list_only: name: bots_list_only @@ -2759,7 +2759,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::Bot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::Bot' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2767,7 +2767,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::Bot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::Bot' AND region = 'us-east-1' bot_versions: name: bot_versions @@ -2815,30 +2815,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BotId') as bot_id, JSON_EXTRACT(Properties, '$.BotVersion') as bot_version, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.BotVersionLocaleSpecification') as bot_version_locale_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::BotVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BotId') as bot_id, json_extract_path_text(Properties, 'BotVersion') as bot_version, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'BotVersionLocaleSpecification') as bot_version_locale_specification - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::BotVersion' + AND Identifier = '|' AND region = 'us-east-1' bot_versions_list_only: name: bot_versions_list_only @@ -2863,7 +2863,7 @@ components: region, JSON_EXTRACT(Properties, '$.BotId') as bot_id, JSON_EXTRACT(Properties, '$.BotVersion') as bot_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::BotVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::BotVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2872,7 +2872,7 @@ components: region, json_extract_path_text(Properties, 'BotId') as bot_id, json_extract_path_text(Properties, 'BotVersion') as bot_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::BotVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::BotVersion' AND region = 'us-east-1' bot_aliases: name: bot_aliases @@ -2933,11 +2933,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BotAliasId') as bot_alias_id, JSON_EXTRACT(Properties, '$.BotId') as bot_id, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -2949,15 +2949,15 @@ components: JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SentimentAnalysisSettings') as sentiment_analysis_settings, JSON_EXTRACT(Properties, '$.BotAliasTags') as bot_alias_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::BotAlias' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BotAliasId') as bot_alias_id, json_extract_path_text(Properties, 'BotId') as bot_id, json_extract_path_text(Properties, 'Arn') as arn, @@ -2969,8 +2969,8 @@ components: json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SentimentAnalysisSettings') as sentiment_analysis_settings, json_extract_path_text(Properties, 'BotAliasTags') as bot_alias_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::BotAlias' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::BotAlias' + AND Identifier = '|' AND region = 'us-east-1' bot_aliases_list_only: name: bot_aliases_list_only @@ -2995,7 +2995,7 @@ components: region, JSON_EXTRACT(Properties, '$.BotAliasId') as bot_alias_id, JSON_EXTRACT(Properties, '$.BotId') as bot_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::BotAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::BotAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3004,7 +3004,7 @@ components: region, json_extract_path_text(Properties, 'BotAliasId') as bot_alias_id, json_extract_path_text(Properties, 'BotId') as bot_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::BotAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::BotAlias' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -3064,30 +3064,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.RevisionId') as revision_id, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'RevisionId') as revision_id, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lex::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lex::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -3110,7 +3110,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3118,7 +3118,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lex::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lex::ResourcePolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/licensemanager.yaml b/providers/src/awscc/v00.00.00000/services/licensemanager.yaml index 98758384..f1cec5b8 100644 --- a/providers/src/awscc/v00.00.00000/services/licensemanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/licensemanager.yaml @@ -778,11 +778,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GrantArn') as grant_arn, JSON_EXTRACT(Properties, '$.GrantName') as grant_name, JSON_EXTRACT(Properties, '$.LicenseArn') as license_arn, @@ -791,15 +791,15 @@ components: JSON_EXTRACT(Properties, '$.AllowedOperations') as allowed_operations, JSON_EXTRACT(Properties, '$.Principals') as principals, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LicenseManager::Grant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LicenseManager::Grant' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GrantArn') as grant_arn, json_extract_path_text(Properties, 'GrantName') as grant_name, json_extract_path_text(Properties, 'LicenseArn') as license_arn, @@ -808,8 +808,8 @@ components: json_extract_path_text(Properties, 'AllowedOperations') as allowed_operations, json_extract_path_text(Properties, 'Principals') as principals, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LicenseManager::Grant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LicenseManager::Grant' + AND Identifier = '' AND region = 'us-east-1' grants_list_only: name: grants_list_only @@ -832,7 +832,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GrantArn') as grant_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LicenseManager::Grant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LicenseManager::Grant' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -840,7 +840,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GrantArn') as grant_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LicenseManager::Grant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LicenseManager::Grant' AND region = 'us-east-1' licenses: name: licenses @@ -900,11 +900,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProductSKU') as product_sku, JSON_EXTRACT(Properties, '$.Issuer') as issuer, JSON_EXTRACT(Properties, '$.LicenseName') as license_name, @@ -918,15 +918,15 @@ components: JSON_EXTRACT(Properties, '$.LicenseArn') as license_arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LicenseManager::License' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LicenseManager::License' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProductSKU') as product_sku, json_extract_path_text(Properties, 'Issuer') as issuer, json_extract_path_text(Properties, 'LicenseName') as license_name, @@ -940,8 +940,8 @@ components: json_extract_path_text(Properties, 'LicenseArn') as license_arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Version') as version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LicenseManager::License' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LicenseManager::License' + AND Identifier = '' AND region = 'us-east-1' licenses_list_only: name: licenses_list_only @@ -964,7 +964,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LicenseArn') as license_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LicenseManager::License' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LicenseManager::License' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -972,7 +972,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LicenseArn') as license_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LicenseManager::License' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LicenseManager::License' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lightsail.yaml b/providers/src/awscc/v00.00.00000/services/lightsail.yaml index 546a7272..8bd22778 100644 --- a/providers/src/awscc/v00.00.00000/services/lightsail.yaml +++ b/providers/src/awscc/v00.00.00000/services/lightsail.yaml @@ -2831,11 +2831,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AlarmName') as alarm_name, JSON_EXTRACT(Properties, '$.MonitoredResourceName') as monitored_resource_name, JSON_EXTRACT(Properties, '$.MetricName') as metric_name, @@ -2849,15 +2849,15 @@ components: JSON_EXTRACT(Properties, '$.Threshold') as threshold, JSON_EXTRACT(Properties, '$.TreatMissingData') as treat_missing_data, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Alarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Alarm' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AlarmName') as alarm_name, json_extract_path_text(Properties, 'MonitoredResourceName') as monitored_resource_name, json_extract_path_text(Properties, 'MetricName') as metric_name, @@ -2871,8 +2871,8 @@ components: json_extract_path_text(Properties, 'Threshold') as threshold, json_extract_path_text(Properties, 'TreatMissingData') as treat_missing_data, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Alarm' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Alarm' + AND Identifier = '' AND region = 'us-east-1' alarms_list_only: name: alarms_list_only @@ -2895,7 +2895,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Alarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Alarm' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2903,7 +2903,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AlarmName') as alarm_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Alarm' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Alarm' AND region = 'us-east-1' buckets: name: buckets @@ -2963,11 +2963,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name, JSON_EXTRACT(Properties, '$.BundleId') as bundle_id, JSON_EXTRACT(Properties, '$.BucketArn') as bucket_arn, @@ -2978,15 +2978,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.AbleToUpdateBundle') as able_to_update_bundle - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Bucket' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BucketName') as bucket_name, json_extract_path_text(Properties, 'BundleId') as bundle_id, json_extract_path_text(Properties, 'BucketArn') as bucket_arn, @@ -2997,8 +2997,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'AbleToUpdateBundle') as able_to_update_bundle - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Bucket' + AND Identifier = '' AND region = 'us-east-1' buckets_list_only: name: buckets_list_only @@ -3021,7 +3021,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Bucket' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3029,7 +3029,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Bucket' AND region = 'us-east-1' certificates: name: certificates @@ -3089,34 +3089,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateName') as certificate_name, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.SubjectAlternativeNames') as subject_alternative_names, JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Certificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateName') as certificate_name, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'SubjectAlternativeNames') as subject_alternative_names, json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Certificate' + AND Identifier = '' AND region = 'us-east-1' certificates_list_only: name: certificates_list_only @@ -3139,7 +3139,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CertificateName') as certificate_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Certificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3147,7 +3147,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CertificateName') as certificate_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Certificate' AND region = 'us-east-1' containers: name: containers @@ -3207,11 +3207,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ServiceName') as service_name, JSON_EXTRACT(Properties, '$.Power') as power, JSON_EXTRACT(Properties, '$.ContainerArn') as container_arn, @@ -3223,15 +3223,15 @@ components: JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.PrincipalArn') as principal_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Container' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Container' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ServiceName') as service_name, json_extract_path_text(Properties, 'Power') as power, json_extract_path_text(Properties, 'ContainerArn') as container_arn, @@ -3243,8 +3243,8 @@ components: json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'PrincipalArn') as principal_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Container' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Container' + AND Identifier = '' AND region = 'us-east-1' containers_list_only: name: containers_list_only @@ -3267,7 +3267,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ServiceName') as service_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Container' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Container' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3275,7 +3275,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ServiceName') as service_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Container' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Container' AND region = 'us-east-1' databases: name: databases @@ -3335,11 +3335,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RelationalDatabaseName') as relational_database_name, JSON_EXTRACT(Properties, '$.DatabaseArn') as database_arn, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, @@ -3356,15 +3356,15 @@ components: JSON_EXTRACT(Properties, '$.RotateMasterUserPassword') as rotate_master_user_password, JSON_EXTRACT(Properties, '$.RelationalDatabaseParameters') as relational_database_parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Database' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RelationalDatabaseName') as relational_database_name, json_extract_path_text(Properties, 'DatabaseArn') as database_arn, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, @@ -3381,8 +3381,8 @@ components: json_extract_path_text(Properties, 'RotateMasterUserPassword') as rotate_master_user_password, json_extract_path_text(Properties, 'RelationalDatabaseParameters') as relational_database_parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Database' + AND Identifier = '' AND region = 'us-east-1' databases_list_only: name: databases_list_only @@ -3405,7 +3405,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RelationalDatabaseName') as relational_database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Database' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3413,7 +3413,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RelationalDatabaseName') as relational_database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Database' AND region = 'us-east-1' distributions: name: distributions @@ -3473,11 +3473,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DistributionName') as distribution_name, JSON_EXTRACT(Properties, '$.DistributionArn') as distribution_arn, JSON_EXTRACT(Properties, '$.BundleId') as bundle_id, @@ -3491,15 +3491,15 @@ components: JSON_EXTRACT(Properties, '$.IsEnabled') as is_enabled, JSON_EXTRACT(Properties, '$.CertificateName') as certificate_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Distribution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Distribution' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DistributionName') as distribution_name, json_extract_path_text(Properties, 'DistributionArn') as distribution_arn, json_extract_path_text(Properties, 'BundleId') as bundle_id, @@ -3513,8 +3513,8 @@ components: json_extract_path_text(Properties, 'IsEnabled') as is_enabled, json_extract_path_text(Properties, 'CertificateName') as certificate_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Distribution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Distribution' + AND Identifier = '' AND region = 'us-east-1' distributions_list_only: name: distributions_list_only @@ -3537,7 +3537,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DistributionName') as distribution_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Distribution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Distribution' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3545,7 +3545,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DistributionName') as distribution_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Distribution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Distribution' AND region = 'us-east-1' domains: name: domains @@ -3605,11 +3605,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.DomainEntries') as domain_entries, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -3618,15 +3618,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'DomainEntries') as domain_entries, json_extract_path_text(Properties, 'Arn') as arn, @@ -3635,8 +3635,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -3659,7 +3659,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3667,7 +3667,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainName') as domain_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Domain' AND region = 'us-east-1' instances: name: instances @@ -3727,11 +3727,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SupportCode') as support_code, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.IsStaticIp') as is_static_ip, @@ -3753,15 +3753,15 @@ components: JSON_EXTRACT(Properties, '$.KeyPairName') as key_pair_name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Instance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SupportCode') as support_code, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'IsStaticIp') as is_static_ip, @@ -3783,8 +3783,8 @@ components: json_extract_path_text(Properties, 'KeyPairName') as key_pair_name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'InstanceArn') as instance_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::Instance' + AND Identifier = '' AND region = 'us-east-1' instances_list_only: name: instances_list_only @@ -3807,7 +3807,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceName') as instance_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Instance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3815,7 +3815,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceName') as instance_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::Instance' AND region = 'us-east-1' instance_snapshots: name: instance_snapshots @@ -3875,11 +3875,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceSnapshotName') as instance_snapshot_name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.InstanceName') as instance_name, @@ -3892,15 +3892,15 @@ components: JSON_EXTRACT(Properties, '$.SupportCode') as support_code, JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::InstanceSnapshot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::InstanceSnapshot' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceSnapshotName') as instance_snapshot_name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'InstanceName') as instance_name, @@ -3913,8 +3913,8 @@ components: json_extract_path_text(Properties, 'SupportCode') as support_code, json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::InstanceSnapshot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::InstanceSnapshot' + AND Identifier = '' AND region = 'us-east-1' instance_snapshots_list_only: name: instance_snapshots_list_only @@ -3937,7 +3937,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceSnapshotName') as instance_snapshot_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::InstanceSnapshot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::InstanceSnapshot' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3945,7 +3945,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceSnapshotName') as instance_snapshot_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::InstanceSnapshot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::InstanceSnapshot' AND region = 'us-east-1' load_balancers: name: load_balancers @@ -4005,11 +4005,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LoadBalancerName') as load_balancer_name, JSON_EXTRACT(Properties, '$.LoadBalancerArn') as load_balancer_arn, JSON_EXTRACT(Properties, '$.InstancePort') as instance_port, @@ -4020,15 +4020,15 @@ components: JSON_EXTRACT(Properties, '$.SessionStickinessLBCookieDurationSeconds') as session_stickiness_lb_cookie_duration_seconds, JSON_EXTRACT(Properties, '$.TlsPolicyName') as tls_policy_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::LoadBalancer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LoadBalancerName') as load_balancer_name, json_extract_path_text(Properties, 'LoadBalancerArn') as load_balancer_arn, json_extract_path_text(Properties, 'InstancePort') as instance_port, @@ -4039,8 +4039,8 @@ components: json_extract_path_text(Properties, 'SessionStickinessLBCookieDurationSeconds') as session_stickiness_lb_cookie_duration_seconds, json_extract_path_text(Properties, 'TlsPolicyName') as tls_policy_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::LoadBalancer' + AND Identifier = '' AND region = 'us-east-1' load_balancers_list_only: name: load_balancers_list_only @@ -4063,7 +4063,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LoadBalancerName') as load_balancer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::LoadBalancer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::LoadBalancer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4071,7 +4071,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LoadBalancerName') as load_balancer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::LoadBalancer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::LoadBalancer' AND region = 'us-east-1' load_balancer_tls_certificates: name: load_balancer_tls_certificates @@ -4132,11 +4132,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LoadBalancerName') as load_balancer_name, JSON_EXTRACT(Properties, '$.CertificateName') as certificate_name, JSON_EXTRACT(Properties, '$.CertificateDomainName') as certificate_domain_name, @@ -4145,15 +4145,15 @@ components: JSON_EXTRACT(Properties, '$.IsAttached') as is_attached, JSON_EXTRACT(Properties, '$.HttpsRedirectionEnabled') as https_redirection_enabled, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LoadBalancerName') as load_balancer_name, json_extract_path_text(Properties, 'CertificateName') as certificate_name, json_extract_path_text(Properties, 'CertificateDomainName') as certificate_domain_name, @@ -4162,8 +4162,8 @@ components: json_extract_path_text(Properties, 'IsAttached') as is_attached, json_extract_path_text(Properties, 'HttpsRedirectionEnabled') as https_redirection_enabled, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' + AND Identifier = '|' AND region = 'us-east-1' load_balancer_tls_certificates_list_only: name: load_balancer_tls_certificates_list_only @@ -4188,7 +4188,7 @@ components: region, JSON_EXTRACT(Properties, '$.CertificateName') as certificate_name, JSON_EXTRACT(Properties, '$.LoadBalancerName') as load_balancer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4197,7 +4197,7 @@ components: region, json_extract_path_text(Properties, 'CertificateName') as certificate_name, json_extract_path_text(Properties, 'LoadBalancerName') as load_balancer_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::LoadBalancerTlsCertificate' AND region = 'us-east-1' static_ips: name: static_ips @@ -4257,32 +4257,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StaticIpName') as static_ip_name, JSON_EXTRACT(Properties, '$.AttachedTo') as attached_to, JSON_EXTRACT(Properties, '$.IsAttached') as is_attached, JSON_EXTRACT(Properties, '$.IpAddress') as ip_address, JSON_EXTRACT(Properties, '$.StaticIpArn') as static_ip_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::StaticIp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::StaticIp' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StaticIpName') as static_ip_name, json_extract_path_text(Properties, 'AttachedTo') as attached_to, json_extract_path_text(Properties, 'IsAttached') as is_attached, json_extract_path_text(Properties, 'IpAddress') as ip_address, json_extract_path_text(Properties, 'StaticIpArn') as static_ip_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Lightsail::StaticIp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Lightsail::StaticIp' + AND Identifier = '' AND region = 'us-east-1' static_ips_list_only: name: static_ips_list_only @@ -4305,7 +4305,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StaticIpName') as static_ip_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::StaticIp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::StaticIp' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4313,7 +4313,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StaticIpName') as static_ip_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Lightsail::StaticIp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Lightsail::StaticIp' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/location.yaml b/providers/src/awscc/v00.00.00000/services/location.yaml index d8b8ac90..ac39df70 100644 --- a/providers/src/awscc/v00.00.00000/services/location.yaml +++ b/providers/src/awscc/v00.00.00000/services/location.yaml @@ -1552,11 +1552,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ExpireTime') as expire_time, @@ -1569,15 +1569,15 @@ components: JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.ForceDelete') as force_delete, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::APIKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::APIKey' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreateTime') as create_time, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ExpireTime') as expire_time, @@ -1590,8 +1590,8 @@ components: json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'ForceDelete') as force_delete, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::APIKey' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::APIKey' + AND Identifier = '' AND region = 'us-east-1' api_keys_list_only: name: api_keys_list_only @@ -1614,7 +1614,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyName') as key_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::APIKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::APIKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1622,7 +1622,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyName') as key_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::APIKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::APIKey' AND region = 'us-east-1' geofence_collections: name: geofence_collections @@ -1682,11 +1682,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CollectionArn') as collection_arn, JSON_EXTRACT(Properties, '$.CollectionName') as collection_name, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, @@ -1697,15 +1697,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::GeofenceCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::GeofenceCollection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CollectionArn') as collection_arn, json_extract_path_text(Properties, 'CollectionName') as collection_name, json_extract_path_text(Properties, 'CreateTime') as create_time, @@ -1716,8 +1716,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::GeofenceCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::GeofenceCollection' + AND Identifier = '' AND region = 'us-east-1' geofence_collections_list_only: name: geofence_collections_list_only @@ -1740,7 +1740,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CollectionName') as collection_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::GeofenceCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::GeofenceCollection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1748,7 +1748,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CollectionName') as collection_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::GeofenceCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::GeofenceCollection' AND region = 'us-east-1' maps: name: maps @@ -1808,11 +1808,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1822,15 +1822,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::Map' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::Map' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'CreateTime') as create_time, json_extract_path_text(Properties, 'Description') as description, @@ -1840,8 +1840,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::Map' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::Map' + AND Identifier = '' AND region = 'us-east-1' maps_list_only: name: maps_list_only @@ -1864,7 +1864,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MapName') as map_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::Map' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::Map' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1872,7 +1872,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MapName') as map_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::Map' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::Map' AND region = 'us-east-1' place_indices: name: place_indices @@ -1932,11 +1932,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, JSON_EXTRACT(Properties, '$.DataSource') as data_source, JSON_EXTRACT(Properties, '$.DataSourceConfiguration') as data_source_configuration, @@ -1947,15 +1947,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::PlaceIndex' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::PlaceIndex' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreateTime') as create_time, json_extract_path_text(Properties, 'DataSource') as data_source, json_extract_path_text(Properties, 'DataSourceConfiguration') as data_source_configuration, @@ -1966,8 +1966,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::PlaceIndex' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::PlaceIndex' + AND Identifier = '' AND region = 'us-east-1' place_indices_list_only: name: place_indices_list_only @@ -1990,7 +1990,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IndexName') as index_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::PlaceIndex' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::PlaceIndex' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1998,7 +1998,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IndexName') as index_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::PlaceIndex' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::PlaceIndex' AND region = 'us-east-1' route_calculators: name: route_calculators @@ -2058,11 +2058,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CalculatorArn') as calculator_arn, JSON_EXTRACT(Properties, '$.CalculatorName') as calculator_name, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, @@ -2072,15 +2072,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::RouteCalculator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::RouteCalculator' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CalculatorArn') as calculator_arn, json_extract_path_text(Properties, 'CalculatorName') as calculator_name, json_extract_path_text(Properties, 'CreateTime') as create_time, @@ -2090,8 +2090,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::RouteCalculator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::RouteCalculator' + AND Identifier = '' AND region = 'us-east-1' route_calculators_list_only: name: route_calculators_list_only @@ -2114,7 +2114,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CalculatorName') as calculator_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::RouteCalculator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::RouteCalculator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2122,7 +2122,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CalculatorName') as calculator_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::RouteCalculator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::RouteCalculator' AND region = 'us-east-1' trackers: name: trackers @@ -2182,11 +2182,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreateTime') as create_time, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EventBridgeEnabled') as event_bridge_enabled, @@ -2200,15 +2200,15 @@ components: JSON_EXTRACT(Properties, '$.TrackerName') as tracker_name, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::Tracker' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::Tracker' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreateTime') as create_time, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EventBridgeEnabled') as event_bridge_enabled, @@ -2222,8 +2222,8 @@ components: json_extract_path_text(Properties, 'TrackerName') as tracker_name, json_extract_path_text(Properties, 'UpdateTime') as update_time, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::Tracker' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::Tracker' + AND Identifier = '' AND region = 'us-east-1' trackers_list_only: name: trackers_list_only @@ -2246,7 +2246,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrackerName') as tracker_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::Tracker' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::Tracker' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2254,7 +2254,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrackerName') as tracker_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::Tracker' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::Tracker' AND region = 'us-east-1' tracker_consumers: name: tracker_consumers @@ -2302,26 +2302,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConsumerArn') as consumer_arn, JSON_EXTRACT(Properties, '$.TrackerName') as tracker_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::TrackerConsumer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::TrackerConsumer' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConsumerArn') as consumer_arn, json_extract_path_text(Properties, 'TrackerName') as tracker_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Location::TrackerConsumer' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Location::TrackerConsumer' + AND Identifier = '|' AND region = 'us-east-1' tracker_consumers_list_only: name: tracker_consumers_list_only @@ -2346,7 +2346,7 @@ components: region, JSON_EXTRACT(Properties, '$.TrackerName') as tracker_name, JSON_EXTRACT(Properties, '$.ConsumerArn') as consumer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::TrackerConsumer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::TrackerConsumer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2355,7 +2355,7 @@ components: region, json_extract_path_text(Properties, 'TrackerName') as tracker_name, json_extract_path_text(Properties, 'ConsumerArn') as consumer_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Location::TrackerConsumer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Location::TrackerConsumer' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/logs.yaml b/providers/src/awscc/v00.00.00000/services/logs.yaml index 9cc44fad..339ce780 100644 --- a/providers/src/awscc/v00.00.00000/services/logs.yaml +++ b/providers/src/awscc/v00.00.00000/services/logs.yaml @@ -2673,34 +2673,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type, JSON_EXTRACT(Properties, '$.Scope') as scope, JSON_EXTRACT(Properties, '$.SelectionCriteria') as selection_criteria - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::AccountPolicy' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::AccountPolicy' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'PolicyType') as policy_type, json_extract_path_text(Properties, 'Scope') as scope, json_extract_path_text(Properties, 'SelectionCriteria') as selection_criteria - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::AccountPolicy' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::AccountPolicy' + AND Identifier = '||' AND region = 'us-east-1' account_policies_list_only: name: account_policies_list_only @@ -2727,7 +2727,7 @@ components: JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::AccountPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::AccountPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2737,7 +2737,7 @@ components: json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'PolicyType') as policy_type, json_extract_path_text(Properties, 'PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::AccountPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::AccountPolicy' AND region = 'us-east-1' deliveries: name: deliveries @@ -2797,11 +2797,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeliveryId') as delivery_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DeliverySourceName') as delivery_source_name, @@ -2812,15 +2812,15 @@ components: JSON_EXTRACT(Properties, '$.FieldDelimiter') as field_delimiter, JSON_EXTRACT(Properties, '$.S3SuffixPath') as s3_suffix_path, JSON_EXTRACT(Properties, '$.S3EnableHiveCompatiblePath') as s3_enable_hive_compatible_path - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Delivery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Delivery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeliveryId') as delivery_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DeliverySourceName') as delivery_source_name, @@ -2831,8 +2831,8 @@ components: json_extract_path_text(Properties, 'FieldDelimiter') as field_delimiter, json_extract_path_text(Properties, 'S3SuffixPath') as s3_suffix_path, json_extract_path_text(Properties, 'S3EnableHiveCompatiblePath') as s3_enable_hive_compatible_path - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Delivery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Delivery' + AND Identifier = '' AND region = 'us-east-1' deliveries_list_only: name: deliveries_list_only @@ -2855,7 +2855,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DeliveryId') as delivery_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Delivery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Delivery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2863,7 +2863,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DeliveryId') as delivery_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Delivery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Delivery' AND region = 'us-east-1' delivery_destinations: name: delivery_destinations @@ -2923,11 +2923,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DestinationResourceArn') as destination_resource_arn, @@ -2935,15 +2935,15 @@ components: JSON_EXTRACT(Properties, '$.DeliveryDestinationType') as delivery_destination_type, JSON_EXTRACT(Properties, '$.DeliveryDestinationPolicy') as delivery_destination_policy, JSON_EXTRACT(Properties, '$.OutputFormat') as output_format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::DeliveryDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::DeliveryDestination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DestinationResourceArn') as destination_resource_arn, @@ -2951,8 +2951,8 @@ components: json_extract_path_text(Properties, 'DeliveryDestinationType') as delivery_destination_type, json_extract_path_text(Properties, 'DeliveryDestinationPolicy') as delivery_destination_policy, json_extract_path_text(Properties, 'OutputFormat') as output_format - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::DeliveryDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::DeliveryDestination' + AND Identifier = '' AND region = 'us-east-1' delivery_destinations_list_only: name: delivery_destinations_list_only @@ -2975,7 +2975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::DeliveryDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::DeliveryDestination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2983,7 +2983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::DeliveryDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::DeliveryDestination' AND region = 'us-east-1' delivery_sources: name: delivery_sources @@ -3043,11 +3043,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ResourceArns') as resource_arns, @@ -3055,15 +3055,15 @@ components: JSON_EXTRACT(Properties, '$.Service') as service, JSON_EXTRACT(Properties, '$.LogType') as log_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::DeliverySource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::DeliverySource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ResourceArns') as resource_arns, @@ -3071,8 +3071,8 @@ components: json_extract_path_text(Properties, 'Service') as service, json_extract_path_text(Properties, 'LogType') as log_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::DeliverySource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::DeliverySource' + AND Identifier = '' AND region = 'us-east-1' delivery_sources_list_only: name: delivery_sources_list_only @@ -3095,7 +3095,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::DeliverySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::DeliverySource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3103,7 +3103,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::DeliverySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::DeliverySource' AND region = 'us-east-1' destinations: name: destinations @@ -3163,34 +3163,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.DestinationName') as destination_name, JSON_EXTRACT(Properties, '$.DestinationPolicy') as destination_policy, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.TargetArn') as target_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Destination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Destination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'DestinationName') as destination_name, json_extract_path_text(Properties, 'DestinationPolicy') as destination_policy, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'TargetArn') as target_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Destination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Destination' + AND Identifier = '' AND region = 'us-east-1' destinations_list_only: name: destinations_list_only @@ -3213,7 +3213,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DestinationName') as destination_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Destination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Destination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3221,7 +3221,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DestinationName') as destination_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Destination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Destination' AND region = 'us-east-1' integrations: name: integrations @@ -3268,30 +3268,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IntegrationName') as integration_name, JSON_EXTRACT(Properties, '$.IntegrationType') as integration_type, JSON_EXTRACT(Properties, '$.ResourceConfig') as resource_config, JSON_EXTRACT(Properties, '$.IntegrationStatus') as integration_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Integration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IntegrationName') as integration_name, json_extract_path_text(Properties, 'IntegrationType') as integration_type, json_extract_path_text(Properties, 'ResourceConfig') as resource_config, json_extract_path_text(Properties, 'IntegrationStatus') as integration_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Integration' + AND Identifier = '' AND region = 'us-east-1' integrations_list_only: name: integrations_list_only @@ -3314,7 +3314,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IntegrationName') as integration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Integration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3322,7 +3322,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IntegrationName') as integration_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Integration' AND region = 'us-east-1' log_anomaly_detectors: name: log_anomaly_detectors @@ -3382,11 +3382,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.DetectorName') as detector_name, @@ -3398,15 +3398,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTimeStamp') as creation_time_stamp, JSON_EXTRACT(Properties, '$.LastModifiedTimeStamp') as last_modified_time_stamp, JSON_EXTRACT(Properties, '$.AnomalyDetectorArn') as anomaly_detector_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogAnomalyDetector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::LogAnomalyDetector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'DetectorName') as detector_name, @@ -3418,8 +3418,8 @@ components: json_extract_path_text(Properties, 'CreationTimeStamp') as creation_time_stamp, json_extract_path_text(Properties, 'LastModifiedTimeStamp') as last_modified_time_stamp, json_extract_path_text(Properties, 'AnomalyDetectorArn') as anomaly_detector_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogAnomalyDetector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::LogAnomalyDetector' + AND Identifier = '' AND region = 'us-east-1' log_anomaly_detectors_list_only: name: log_anomaly_detectors_list_only @@ -3442,7 +3442,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AnomalyDetectorArn') as anomaly_detector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::LogAnomalyDetector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::LogAnomalyDetector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3450,7 +3450,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AnomalyDetectorArn') as anomaly_detector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::LogAnomalyDetector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::LogAnomalyDetector' AND region = 'us-east-1' log_streams: name: log_streams @@ -3498,26 +3498,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LogStreamName') as log_stream_name, JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogStream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::LogStream' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LogStreamName') as log_stream_name, json_extract_path_text(Properties, 'LogGroupName') as log_group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::LogStream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::LogStream' + AND Identifier = '|' AND region = 'us-east-1' log_streams_list_only: name: log_streams_list_only @@ -3542,7 +3542,7 @@ components: region, JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name, JSON_EXTRACT(Properties, '$.LogStreamName') as log_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::LogStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::LogStream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3551,7 +3551,7 @@ components: region, json_extract_path_text(Properties, 'LogGroupName') as log_group_name, json_extract_path_text(Properties, 'LogStreamName') as log_stream_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::LogStream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::LogStream' AND region = 'us-east-1' metric_filters: name: metric_filters @@ -3612,32 +3612,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MetricTransformations') as metric_transformations, JSON_EXTRACT(Properties, '$.FilterPattern') as filter_pattern, JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name, JSON_EXTRACT(Properties, '$.ApplyOnTransformedLogs') as apply_on_transformed_logs, JSON_EXTRACT(Properties, '$.FilterName') as filter_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::MetricFilter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::MetricFilter' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MetricTransformations') as metric_transformations, json_extract_path_text(Properties, 'FilterPattern') as filter_pattern, json_extract_path_text(Properties, 'LogGroupName') as log_group_name, json_extract_path_text(Properties, 'ApplyOnTransformedLogs') as apply_on_transformed_logs, json_extract_path_text(Properties, 'FilterName') as filter_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::MetricFilter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::MetricFilter' + AND Identifier = '|' AND region = 'us-east-1' metric_filters_list_only: name: metric_filters_list_only @@ -3662,7 +3662,7 @@ components: region, JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name, JSON_EXTRACT(Properties, '$.FilterName') as filter_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::MetricFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::MetricFilter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3671,7 +3671,7 @@ components: region, json_extract_path_text(Properties, 'LogGroupName') as log_group_name, json_extract_path_text(Properties, 'FilterName') as filter_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::MetricFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::MetricFilter' AND region = 'us-east-1' query_definitions: name: query_definitions @@ -3731,32 +3731,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.QueryString') as query_string, JSON_EXTRACT(Properties, '$.LogGroupNames') as log_group_names, JSON_EXTRACT(Properties, '$.QueryDefinitionId') as query_definition_id, JSON_EXTRACT(Properties, '$.QueryLanguage') as query_language - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::QueryDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::QueryDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'QueryString') as query_string, json_extract_path_text(Properties, 'LogGroupNames') as log_group_names, json_extract_path_text(Properties, 'QueryDefinitionId') as query_definition_id, json_extract_path_text(Properties, 'QueryLanguage') as query_language - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::QueryDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::QueryDefinition' + AND Identifier = '' AND region = 'us-east-1' query_definitions_list_only: name: query_definitions_list_only @@ -3779,7 +3779,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QueryDefinitionId') as query_definition_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::QueryDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::QueryDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3787,7 +3787,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QueryDefinitionId') as query_definition_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::QueryDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::QueryDefinition' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -3847,26 +3847,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -3889,7 +3889,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3897,7 +3897,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::ResourcePolicy' AND region = 'us-east-1' subscription_filters: name: subscription_filters @@ -3958,11 +3958,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FilterName') as filter_name, JSON_EXTRACT(Properties, '$.DestinationArn') as destination_arn, JSON_EXTRACT(Properties, '$.FilterPattern') as filter_pattern, @@ -3970,15 +3970,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Distribution') as distribution, JSON_EXTRACT(Properties, '$.ApplyOnTransformedLogs') as apply_on_transformed_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::SubscriptionFilter' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FilterName') as filter_name, json_extract_path_text(Properties, 'DestinationArn') as destination_arn, json_extract_path_text(Properties, 'FilterPattern') as filter_pattern, @@ -3986,8 +3986,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Distribution') as distribution, json_extract_path_text(Properties, 'ApplyOnTransformedLogs') as apply_on_transformed_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::SubscriptionFilter' + AND Identifier = '|' AND region = 'us-east-1' subscription_filters_list_only: name: subscription_filters_list_only @@ -4012,7 +4012,7 @@ components: region, JSON_EXTRACT(Properties, '$.FilterName') as filter_name, JSON_EXTRACT(Properties, '$.LogGroupName') as log_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::SubscriptionFilter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4021,7 +4021,7 @@ components: region, json_extract_path_text(Properties, 'FilterName') as filter_name, json_extract_path_text(Properties, 'LogGroupName') as log_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::SubscriptionFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::SubscriptionFilter' AND region = 'us-east-1' transformers: name: transformers @@ -4081,26 +4081,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LogGroupIdentifier') as log_group_identifier, JSON_EXTRACT(Properties, '$.TransformerConfig') as transformer_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Transformer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Transformer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LogGroupIdentifier') as log_group_identifier, json_extract_path_text(Properties, 'TransformerConfig') as transformer_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Logs::Transformer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Logs::Transformer' + AND Identifier = '' AND region = 'us-east-1' transformers_list_only: name: transformers_list_only @@ -4123,7 +4123,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.LogGroupIdentifier') as log_group_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Transformer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Transformer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4131,7 +4131,7 @@ components: SELECT region, json_extract_path_text(Properties, 'LogGroupIdentifier') as log_group_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Logs::Transformer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Logs::Transformer' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lookoutequipment.yaml b/providers/src/awscc/v00.00.00000/services/lookoutequipment.yaml index 0ebd778b..81bc06e9 100644 --- a/providers/src/awscc/v00.00.00000/services/lookoutequipment.yaml +++ b/providers/src/awscc/v00.00.00000/services/lookoutequipment.yaml @@ -743,11 +743,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DataDelayOffsetInMinutes') as data_delay_offset_in_minutes, JSON_EXTRACT(Properties, '$.DataInputConfiguration') as data_input_configuration, JSON_EXTRACT(Properties, '$.DataOutputConfiguration') as data_output_configuration, @@ -758,15 +758,15 @@ components: JSON_EXTRACT(Properties, '$.ServerSideKmsKeyId') as server_side_kms_key_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.InferenceSchedulerArn') as inference_scheduler_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LookoutEquipment::InferenceScheduler' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LookoutEquipment::InferenceScheduler' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DataDelayOffsetInMinutes') as data_delay_offset_in_minutes, json_extract_path_text(Properties, 'DataInputConfiguration') as data_input_configuration, json_extract_path_text(Properties, 'DataOutputConfiguration') as data_output_configuration, @@ -777,8 +777,8 @@ components: json_extract_path_text(Properties, 'ServerSideKmsKeyId') as server_side_kms_key_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'InferenceSchedulerArn') as inference_scheduler_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LookoutEquipment::InferenceScheduler' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LookoutEquipment::InferenceScheduler' + AND Identifier = '' AND region = 'us-east-1' inference_schedulers_list_only: name: inference_schedulers_list_only @@ -801,7 +801,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InferenceSchedulerName') as inference_scheduler_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LookoutEquipment::InferenceScheduler' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LookoutEquipment::InferenceScheduler' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -809,7 +809,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InferenceSchedulerName') as inference_scheduler_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LookoutEquipment::InferenceScheduler' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LookoutEquipment::InferenceScheduler' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/lookoutvision.yaml b/providers/src/awscc/v00.00.00000/services/lookoutvision.yaml index e5611cd4..42b6fd21 100644 --- a/providers/src/awscc/v00.00.00000/services/lookoutvision.yaml +++ b/providers/src/awscc/v00.00.00000/services/lookoutvision.yaml @@ -500,26 +500,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ProjectName') as project_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LookoutVision::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LookoutVision::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ProjectName') as project_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::LookoutVision::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::LookoutVision::Project' + AND Identifier = '' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -542,7 +542,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProjectName') as project_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LookoutVision::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LookoutVision::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -550,7 +550,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProjectName') as project_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::LookoutVision::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::LookoutVision::Project' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/m2.yaml b/providers/src/awscc/v00.00.00000/services/m2.yaml index c991a4a6..a573a04c 100644 --- a/providers/src/awscc/v00.00.00000/services/m2.yaml +++ b/providers/src/awscc/v00.00.00000/services/m2.yaml @@ -1039,11 +1039,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Definition') as definition, @@ -1053,15 +1053,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Definition') as definition, @@ -1071,8 +1071,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1095,7 +1095,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1103,7 +1103,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Application' AND region = 'us-east-1' deployments: name: deployments @@ -1163,32 +1163,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EnvironmentId') as environment_id, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.ApplicationVersion') as application_version, JSON_EXTRACT(Properties, '$.DeploymentId') as deployment_id, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Deployment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EnvironmentId') as environment_id, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'ApplicationVersion') as application_version, json_extract_path_text(Properties, 'DeploymentId') as deployment_id, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Deployment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Deployment' + AND Identifier = '' AND region = 'us-east-1' deployments_list_only: name: deployments_list_only @@ -1211,7 +1211,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Deployment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1219,7 +1219,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Deployment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Deployment' AND region = 'us-east-1' environments: name: environments @@ -1279,11 +1279,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EngineType') as engine_type, JSON_EXTRACT(Properties, '$.EngineVersion') as engine_version, @@ -1300,15 +1300,15 @@ components: JSON_EXTRACT(Properties, '$.StorageConfigurations') as storage_configurations, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EngineType') as engine_type, json_extract_path_text(Properties, 'EngineVersion') as engine_version, @@ -1325,8 +1325,8 @@ components: json_extract_path_text(Properties, 'StorageConfigurations') as storage_configurations, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::M2::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::M2::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -1349,7 +1349,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnvironmentArn') as environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1357,7 +1357,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnvironmentArn') as environment_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::M2::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::M2::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/macie.yaml b/providers/src/awscc/v00.00.00000/services/macie.yaml index 7fee8ca2..0c233fbd 100644 --- a/providers/src/awscc/v00.00.00000/services/macie.yaml +++ b/providers/src/awscc/v00.00.00000/services/macie.yaml @@ -1024,11 +1024,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Criteria') as criteria, @@ -1036,15 +1036,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::AllowList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::AllowList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Criteria') as criteria, @@ -1052,8 +1052,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::AllowList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::AllowList' + AND Identifier = '' AND region = 'us-east-1' allow_lists_list_only: name: allow_lists_list_only @@ -1076,7 +1076,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::AllowList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::AllowList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1084,7 +1084,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::AllowList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::AllowList' AND region = 'us-east-1' custom_data_identifiers: name: custom_data_identifiers @@ -1144,11 +1144,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Regex') as regex, @@ -1158,15 +1158,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::CustomDataIdentifier' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::CustomDataIdentifier' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Regex') as regex, @@ -1176,8 +1176,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::CustomDataIdentifier' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::CustomDataIdentifier' + AND Identifier = '' AND region = 'us-east-1' custom_data_identifiers_list_only: name: custom_data_identifiers_list_only @@ -1200,7 +1200,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::CustomDataIdentifier' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::CustomDataIdentifier' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1208,7 +1208,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::CustomDataIdentifier' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::CustomDataIdentifier' AND region = 'us-east-1' findings_filters: name: findings_filters @@ -1268,11 +1268,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.FindingCriteria') as finding_criteria, @@ -1281,15 +1281,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::FindingsFilter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::FindingsFilter' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'FindingCriteria') as finding_criteria, @@ -1298,8 +1298,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::FindingsFilter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::FindingsFilter' + AND Identifier = '' AND region = 'us-east-1' findings_filters_list_only: name: findings_filters_list_only @@ -1322,7 +1322,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::FindingsFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::FindingsFilter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1330,7 +1330,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::FindingsFilter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::FindingsFilter' AND region = 'us-east-1' sessions: name: sessions @@ -1390,32 +1390,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.FindingPublishingFrequency') as finding_publishing_frequency, JSON_EXTRACT(Properties, '$.ServiceRole') as service_role, JSON_EXTRACT(Properties, '$.AutomatedDiscoveryStatus') as automated_discovery_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::Session' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::Session' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'FindingPublishingFrequency') as finding_publishing_frequency, json_extract_path_text(Properties, 'ServiceRole') as service_role, json_extract_path_text(Properties, 'AutomatedDiscoveryStatus') as automated_discovery_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Macie::Session' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Macie::Session' + AND Identifier = '' AND region = 'us-east-1' sessions_list_only: name: sessions_list_only @@ -1438,7 +1438,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::Session' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::Session' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1446,7 +1446,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Macie::Session' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Macie::Session' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/managedblockchain.yaml b/providers/src/awscc/v00.00.00000/services/managedblockchain.yaml index 55426258..a448ce2b 100644 --- a/providers/src/awscc/v00.00.00000/services/managedblockchain.yaml +++ b/providers/src/awscc/v00.00.00000/services/managedblockchain.yaml @@ -608,11 +608,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.BillingToken') as billing_token, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, @@ -621,15 +621,15 @@ components: JSON_EXTRACT(Properties, '$.AccessorType') as accessor_type, JSON_EXTRACT(Properties, '$.NetworkType') as network_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ManagedBlockchain::Accessor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ManagedBlockchain::Accessor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'BillingToken') as billing_token, json_extract_path_text(Properties, 'CreationDate') as creation_date, @@ -638,8 +638,8 @@ components: json_extract_path_text(Properties, 'AccessorType') as accessor_type, json_extract_path_text(Properties, 'NetworkType') as network_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ManagedBlockchain::Accessor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ManagedBlockchain::Accessor' + AND Identifier = '' AND region = 'us-east-1' accessors_list_only: name: accessors_list_only @@ -662,7 +662,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ManagedBlockchain::Accessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ManagedBlockchain::Accessor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -670,7 +670,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ManagedBlockchain::Accessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ManagedBlockchain::Accessor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml b/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml index 3b1a9b5b..9d346129 100644 --- a/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediaconnect.yaml @@ -2333,28 +2333,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn, JSON_EXTRACT(Properties, '$.NetworkOutput') as network_output, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::BridgeOutput' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BridgeArn') as bridge_arn, json_extract_path_text(Properties, 'NetworkOutput') as network_output, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeOutput' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::BridgeOutput' + AND Identifier = '|' AND region = 'us-east-1' bridge_sources: name: bridge_sources @@ -2415,30 +2415,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn, JSON_EXTRACT(Properties, '$.FlowSource') as flow_source, JSON_EXTRACT(Properties, '$.NetworkSource') as network_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::BridgeSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'BridgeArn') as bridge_arn, json_extract_path_text(Properties, 'FlowSource') as flow_source, json_extract_path_text(Properties, 'NetworkSource') as network_source - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::BridgeSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::BridgeSource' + AND Identifier = '|' AND region = 'us-east-1' bridges: name: bridges @@ -2498,11 +2498,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn, JSON_EXTRACT(Properties, '$.PlacementArn') as placement_arn, @@ -2512,15 +2512,15 @@ components: JSON_EXTRACT(Properties, '$.Sources') as sources, JSON_EXTRACT(Properties, '$.IngressGatewayBridge') as ingress_gateway_bridge, JSON_EXTRACT(Properties, '$.EgressGatewayBridge') as egress_gateway_bridge - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Bridge' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Bridge' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'BridgeArn') as bridge_arn, json_extract_path_text(Properties, 'PlacementArn') as placement_arn, @@ -2530,8 +2530,8 @@ components: json_extract_path_text(Properties, 'Sources') as sources, json_extract_path_text(Properties, 'IngressGatewayBridge') as ingress_gateway_bridge, json_extract_path_text(Properties, 'EgressGatewayBridge') as egress_gateway_bridge - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Bridge' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Bridge' + AND Identifier = '' AND region = 'us-east-1' bridges_list_only: name: bridges_list_only @@ -2554,7 +2554,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BridgeArn') as bridge_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Bridge' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Bridge' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2562,7 +2562,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BridgeArn') as bridge_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Bridge' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Bridge' AND region = 'us-east-1' flows: name: flows @@ -2622,11 +2622,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.EgressIp') as egress_ip, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2641,15 +2641,15 @@ components: JSON_EXTRACT(Properties, '$.FlowSize') as flow_size, JSON_EXTRACT(Properties, '$.NdiConfig') as ndi_config, JSON_EXTRACT(Properties, '$.FlowNdiMachineName') as flow_ndi_machine_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Flow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'EgressIp') as egress_ip, json_extract_path_text(Properties, 'Name') as name, @@ -2664,8 +2664,8 @@ components: json_extract_path_text(Properties, 'FlowSize') as flow_size, json_extract_path_text(Properties, 'NdiConfig') as ndi_config, json_extract_path_text(Properties, 'FlowNdiMachineName') as flow_ndi_machine_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Flow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Flow' + AND Identifier = '' AND region = 'us-east-1' flows_list_only: name: flows_list_only @@ -2688,7 +2688,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Flow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2696,7 +2696,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FlowArn') as flow_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Flow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Flow' AND region = 'us-east-1' flow_entitlements: name: flow_entitlements @@ -2756,11 +2756,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.EntitlementArn') as entitlement_arn, JSON_EXTRACT(Properties, '$.DataTransferSubscriberFeePercent') as data_transfer_subscriber_fee_percent, @@ -2769,15 +2769,15 @@ components: JSON_EXTRACT(Properties, '$.EntitlementStatus') as entitlement_status, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Subscribers') as subscribers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowEntitlement' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowEntitlement' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'EntitlementArn') as entitlement_arn, json_extract_path_text(Properties, 'DataTransferSubscriberFeePercent') as data_transfer_subscriber_fee_percent, @@ -2786,8 +2786,8 @@ components: json_extract_path_text(Properties, 'EntitlementStatus') as entitlement_status, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Subscribers') as subscribers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowEntitlement' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowEntitlement' + AND Identifier = '' AND region = 'us-east-1' flow_entitlements_list_only: name: flow_entitlements_list_only @@ -2810,7 +2810,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EntitlementArn') as entitlement_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowEntitlement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowEntitlement' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2818,7 +2818,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EntitlementArn') as entitlement_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowEntitlement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowEntitlement' AND region = 'us-east-1' flow_outputs: name: flow_outputs @@ -2878,11 +2878,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.OutputArn') as output_arn, JSON_EXTRACT(Properties, '$.CidrAllowList') as cidr_allow_list, @@ -2902,15 +2902,15 @@ components: JSON_EXTRACT(Properties, '$.OutputStatus') as output_status, JSON_EXTRACT(Properties, '$.NdiProgramName') as ndi_program_name, JSON_EXTRACT(Properties, '$.NdiSpeedHqQuality') as ndi_speed_hq_quality - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowOutput' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowOutput' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'OutputArn') as output_arn, json_extract_path_text(Properties, 'CidrAllowList') as cidr_allow_list, @@ -2930,8 +2930,8 @@ components: json_extract_path_text(Properties, 'OutputStatus') as output_status, json_extract_path_text(Properties, 'NdiProgramName') as ndi_program_name, json_extract_path_text(Properties, 'NdiSpeedHqQuality') as ndi_speed_hq_quality - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowOutput' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowOutput' + AND Identifier = '' AND region = 'us-east-1' flow_outputs_list_only: name: flow_outputs_list_only @@ -2954,7 +2954,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.OutputArn') as output_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowOutput' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowOutput' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2962,7 +2962,7 @@ components: SELECT region, json_extract_path_text(Properties, 'OutputArn') as output_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowOutput' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowOutput' AND region = 'us-east-1' flow_sources: name: flow_sources @@ -3022,11 +3022,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.SourceArn') as source_arn, JSON_EXTRACT(Properties, '$.Decryption') as decryption, @@ -3048,15 +3048,15 @@ components: JSON_EXTRACT(Properties, '$.SourceListenerPort') as source_listener_port, JSON_EXTRACT(Properties, '$.VpcInterfaceName') as vpc_interface_name, JSON_EXTRACT(Properties, '$.WhitelistCidr') as whitelist_cidr - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowSource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'SourceArn') as source_arn, json_extract_path_text(Properties, 'Decryption') as decryption, @@ -3078,8 +3078,8 @@ components: json_extract_path_text(Properties, 'SourceListenerPort') as source_listener_port, json_extract_path_text(Properties, 'VpcInterfaceName') as vpc_interface_name, json_extract_path_text(Properties, 'WhitelistCidr') as whitelist_cidr - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowSource' + AND Identifier = '' AND region = 'us-east-1' flow_sources_list_only: name: flow_sources_list_only @@ -3102,7 +3102,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SourceArn') as source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3110,7 +3110,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SourceArn') as source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowSource' AND region = 'us-east-1' flow_vpc_interfaces: name: flow_vpc_interfaces @@ -3171,34 +3171,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.SubnetId') as subnet_id, JSON_EXTRACT(Properties, '$.NetworkInterfaceIds') as network_interface_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowVpcInterface' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'SubnetId') as subnet_id, json_extract_path_text(Properties, 'NetworkInterfaceIds') as network_interface_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::FlowVpcInterface' + AND Identifier = '|' AND region = 'us-east-1' flow_vpc_interfaces_list_only: name: flow_vpc_interfaces_list_only @@ -3223,7 +3223,7 @@ components: region, JSON_EXTRACT(Properties, '$.FlowArn') as flow_arn, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowVpcInterface' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3232,7 +3232,7 @@ components: region, json_extract_path_text(Properties, 'FlowArn') as flow_arn, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::FlowVpcInterface' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::FlowVpcInterface' AND region = 'us-east-1' gateways: name: gateways @@ -3279,32 +3279,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.GatewayArn') as gateway_arn, JSON_EXTRACT(Properties, '$.GatewayState') as gateway_state, JSON_EXTRACT(Properties, '$.EgressCidrBlocks') as egress_cidr_blocks, JSON_EXTRACT(Properties, '$.Networks') as networks - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Gateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Gateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'GatewayArn') as gateway_arn, json_extract_path_text(Properties, 'GatewayState') as gateway_state, json_extract_path_text(Properties, 'EgressCidrBlocks') as egress_cidr_blocks, json_extract_path_text(Properties, 'Networks') as networks - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaConnect::Gateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaConnect::Gateway' + AND Identifier = '' AND region = 'us-east-1' gateways_list_only: name: gateways_list_only @@ -3327,7 +3327,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GatewayArn') as gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Gateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Gateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3335,7 +3335,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GatewayArn') as gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaConnect::Gateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaConnect::Gateway' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/medialive.yaml b/providers/src/awscc/v00.00.00000/services/medialive.yaml index 0bea6c17..658880fa 100644 --- a/providers/src/awscc/v00.00.00000/services/medialive.yaml +++ b/providers/src/awscc/v00.00.00000/services/medialive.yaml @@ -2698,11 +2698,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Channels') as channels, JSON_EXTRACT(Properties, '$.ClusterId') as cluster_id, @@ -2711,15 +2711,15 @@ components: JSON_EXTRACT(Properties, '$.Nodes') as nodes, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::ChannelPlacementGroup' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::ChannelPlacementGroup' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Channels') as channels, json_extract_path_text(Properties, 'ClusterId') as cluster_id, @@ -2728,8 +2728,8 @@ components: json_extract_path_text(Properties, 'Nodes') as nodes, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::ChannelPlacementGroup' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::ChannelPlacementGroup' + AND Identifier = '|' AND region = 'us-east-1' channel_placement_groups_list_only: name: channel_placement_groups_list_only @@ -2754,7 +2754,7 @@ components: region, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.ClusterId') as cluster_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::ChannelPlacementGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::ChannelPlacementGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2763,7 +2763,7 @@ components: region, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'ClusterId') as cluster_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::ChannelPlacementGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::ChannelPlacementGroup' AND region = 'us-east-1' cloud_watch_alarm_templates: name: cloud_watch_alarm_templates @@ -2823,11 +2823,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ComparisonOperator') as comparison_operator, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -2847,15 +2847,15 @@ components: JSON_EXTRACT(Properties, '$.TargetResourceType') as target_resource_type, JSON_EXTRACT(Properties, '$.Threshold') as threshold, JSON_EXTRACT(Properties, '$.TreatMissingData') as treat_missing_data - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ComparisonOperator') as comparison_operator, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -2875,8 +2875,8 @@ components: json_extract_path_text(Properties, 'TargetResourceType') as target_resource_type, json_extract_path_text(Properties, 'Threshold') as threshold, json_extract_path_text(Properties, 'TreatMissingData') as treat_missing_data - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' + AND Identifier = '' AND region = 'us-east-1' cloud_watch_alarm_templates_list_only: name: cloud_watch_alarm_templates_list_only @@ -2899,7 +2899,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2907,7 +2907,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplate' AND region = 'us-east-1' cloud_watch_alarm_template_groups: name: cloud_watch_alarm_template_groups @@ -2967,11 +2967,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2980,15 +2980,15 @@ components: JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, @@ -2997,8 +2997,8 @@ components: json_extract_path_text(Properties, 'ModifiedAt') as modified_at, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' + AND Identifier = '' AND region = 'us-east-1' cloud_watch_alarm_template_groups_list_only: name: cloud_watch_alarm_template_groups_list_only @@ -3021,7 +3021,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3029,7 +3029,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::CloudWatchAlarmTemplateGroup' AND region = 'us-east-1' clusters: name: clusters @@ -3089,11 +3089,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ChannelIds') as channel_ids, JSON_EXTRACT(Properties, '$.ClusterType') as cluster_type, @@ -3103,15 +3103,15 @@ components: JSON_EXTRACT(Properties, '$.NetworkSettings') as network_settings, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ChannelIds') as channel_ids, json_extract_path_text(Properties, 'ClusterType') as cluster_type, @@ -3121,8 +3121,8 @@ components: json_extract_path_text(Properties, 'NetworkSettings') as network_settings, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -3145,7 +3145,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3153,7 +3153,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Cluster' AND region = 'us-east-1' event_bridge_rule_templates: name: event_bridge_rule_templates @@ -3213,11 +3213,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3230,15 +3230,15 @@ components: JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, @@ -3251,8 +3251,8 @@ components: json_extract_path_text(Properties, 'ModifiedAt') as modified_at, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' + AND Identifier = '' AND region = 'us-east-1' event_bridge_rule_templates_list_only: name: event_bridge_rule_templates_list_only @@ -3275,7 +3275,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3283,7 +3283,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplate' AND region = 'us-east-1' event_bridge_rule_template_groups: name: event_bridge_rule_template_groups @@ -3343,11 +3343,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3356,15 +3356,15 @@ components: JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, @@ -3373,8 +3373,8 @@ components: json_extract_path_text(Properties, 'ModifiedAt') as modified_at, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' + AND Identifier = '' AND region = 'us-east-1' event_bridge_rule_template_groups_list_only: name: event_bridge_rule_template_groups_list_only @@ -3397,7 +3397,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3405,7 +3405,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::EventBridgeRuleTemplateGroup' AND region = 'us-east-1' multiplexes: name: multiplexes @@ -3465,11 +3465,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AvailabilityZones') as availability_zones, JSON_EXTRACT(Properties, '$.Destinations') as destinations, @@ -3480,15 +3480,15 @@ components: JSON_EXTRACT(Properties, '$.ProgramCount') as program_count, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplex' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Multiplex' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AvailabilityZones') as availability_zones, json_extract_path_text(Properties, 'Destinations') as destinations, @@ -3499,8 +3499,8 @@ components: json_extract_path_text(Properties, 'ProgramCount') as program_count, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplex' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Multiplex' + AND Identifier = '' AND region = 'us-east-1' multiplexes_list_only: name: multiplexes_list_only @@ -3523,7 +3523,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Multiplex' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Multiplex' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3531,7 +3531,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Multiplex' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Multiplex' AND region = 'us-east-1' multiplexprograms: name: multiplexprograms @@ -3592,11 +3592,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ChannelId') as channel_id, JSON_EXTRACT(Properties, '$.MultiplexId') as multiplex_id, JSON_EXTRACT(Properties, '$.MultiplexProgramSettings') as multiplex_program_settings, @@ -3604,15 +3604,15 @@ components: JSON_EXTRACT(Properties, '$.PacketIdentifiersMap') as packet_identifiers_map, JSON_EXTRACT(Properties, '$.PipelineDetails') as pipeline_details, JSON_EXTRACT(Properties, '$.ProgramName') as program_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Multiplexprogram' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ChannelId') as channel_id, json_extract_path_text(Properties, 'MultiplexId') as multiplex_id, json_extract_path_text(Properties, 'MultiplexProgramSettings') as multiplex_program_settings, @@ -3620,8 +3620,8 @@ components: json_extract_path_text(Properties, 'PacketIdentifiersMap') as packet_identifiers_map, json_extract_path_text(Properties, 'PipelineDetails') as pipeline_details, json_extract_path_text(Properties, 'ProgramName') as program_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Multiplexprogram' + AND Identifier = '|' AND region = 'us-east-1' multiplexprograms_list_only: name: multiplexprograms_list_only @@ -3646,7 +3646,7 @@ components: region, JSON_EXTRACT(Properties, '$.ProgramName') as program_name, JSON_EXTRACT(Properties, '$.MultiplexId') as multiplex_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Multiplexprogram' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3655,7 +3655,7 @@ components: region, json_extract_path_text(Properties, 'ProgramName') as program_name, json_extract_path_text(Properties, 'MultiplexId') as multiplex_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Multiplexprogram' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Multiplexprogram' AND region = 'us-east-1' networks: name: networks @@ -3715,11 +3715,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AssociatedClusterIds') as associated_cluster_ids, JSON_EXTRACT(Properties, '$.Id') as id, @@ -3728,15 +3728,15 @@ components: JSON_EXTRACT(Properties, '$.Routes') as routes, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Network' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Network' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AssociatedClusterIds') as associated_cluster_ids, json_extract_path_text(Properties, 'Id') as id, @@ -3745,8 +3745,8 @@ components: json_extract_path_text(Properties, 'Routes') as routes, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::Network' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::Network' + AND Identifier = '' AND region = 'us-east-1' networks_list_only: name: networks_list_only @@ -3769,7 +3769,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Network' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Network' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3777,7 +3777,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::Network' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::Network' AND region = 'us-east-1' sdi_sources: name: sdi_sources @@ -3837,11 +3837,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Mode') as mode, @@ -3850,15 +3850,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Inputs') as inputs, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::SdiSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::SdiSource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Mode') as mode, @@ -3867,8 +3867,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Inputs') as inputs, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::SdiSource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::SdiSource' + AND Identifier = '' AND region = 'us-east-1' sdi_sources_list_only: name: sdi_sources_list_only @@ -3891,7 +3891,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::SdiSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::SdiSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3899,7 +3899,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::SdiSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::SdiSource' AND region = 'us-east-1' signal_maps: name: signal_maps @@ -3959,11 +3959,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CloudWatchAlarmTemplateGroupIdentifiers') as cloud_watch_alarm_template_group_identifiers, JSON_EXTRACT(Properties, '$.CloudWatchAlarmTemplateGroupIds') as cloud_watch_alarm_template_group_ids, @@ -3986,15 +3986,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::SignalMap' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::SignalMap' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CloudWatchAlarmTemplateGroupIdentifiers') as cloud_watch_alarm_template_group_identifiers, json_extract_path_text(Properties, 'CloudWatchAlarmTemplateGroupIds') as cloud_watch_alarm_template_group_ids, @@ -4017,8 +4017,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaLive::SignalMap' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaLive::SignalMap' + AND Identifier = '' AND region = 'us-east-1' signal_maps_list_only: name: signal_maps_list_only @@ -4041,7 +4041,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::SignalMap' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::SignalMap' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4049,7 +4049,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Identifier') as identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaLive::SignalMap' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaLive::SignalMap' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mediapackage.yaml b/providers/src/awscc/v00.00.00000/services/mediapackage.yaml index 906d5fd2..cd3d02c7 100644 --- a/providers/src/awscc/v00.00.00000/services/mediapackage.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediapackage.yaml @@ -1464,11 +1464,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.EgressEndpoints') as egress_endpoints, @@ -1478,15 +1478,15 @@ components: JSON_EXTRACT(Properties, '$.SourceArn') as source_arn, JSON_EXTRACT(Properties, '$.SourceRoleArn') as source_role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::Asset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::Asset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'EgressEndpoints') as egress_endpoints, @@ -1496,8 +1496,8 @@ components: json_extract_path_text(Properties, 'SourceArn') as source_arn, json_extract_path_text(Properties, 'SourceRoleArn') as source_role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::Asset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::Asset' + AND Identifier = '' AND region = 'us-east-1' assets_list_only: name: assets_list_only @@ -1520,7 +1520,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::Asset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::Asset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1528,7 +1528,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::Asset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::Asset' AND region = 'us-east-1' channels: name: channels @@ -1588,11 +1588,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1600,15 +1600,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.EgressAccessLogs') as egress_access_logs, JSON_EXTRACT(Properties, '$.IngressAccessLogs') as ingress_access_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::Channel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Description') as description, @@ -1616,8 +1616,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'EgressAccessLogs') as egress_access_logs, json_extract_path_text(Properties, 'IngressAccessLogs') as ingress_access_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::Channel' + AND Identifier = '' AND region = 'us-east-1' channels_list_only: name: channels_list_only @@ -1640,7 +1640,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::Channel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1648,7 +1648,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::Channel' AND region = 'us-east-1' origin_endpoints: name: origin_endpoints @@ -1708,11 +1708,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.Id') as id, @@ -1729,15 +1729,15 @@ components: JSON_EXTRACT(Properties, '$.MssPackage') as mss_package, JSON_EXTRACT(Properties, '$.CmafPackage') as cmaf_package, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::OriginEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::OriginEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'Id') as id, @@ -1754,8 +1754,8 @@ components: json_extract_path_text(Properties, 'MssPackage') as mss_package, json_extract_path_text(Properties, 'CmafPackage') as cmaf_package, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::OriginEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::OriginEndpoint' + AND Identifier = '' AND region = 'us-east-1' origin_endpoints_list_only: name: origin_endpoints_list_only @@ -1778,7 +1778,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::OriginEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::OriginEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1786,7 +1786,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::OriginEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::OriginEndpoint' AND region = 'us-east-1' packaging_configurations: name: packaging_configurations @@ -1833,11 +1833,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.PackagingGroupId') as packaging_group_id, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -1846,15 +1846,15 @@ components: JSON_EXTRACT(Properties, '$.HlsPackage') as hls_package, JSON_EXTRACT(Properties, '$.MssPackage') as mss_package, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::PackagingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::PackagingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'PackagingGroupId') as packaging_group_id, json_extract_path_text(Properties, 'Arn') as arn, @@ -1863,8 +1863,8 @@ components: json_extract_path_text(Properties, 'HlsPackage') as hls_package, json_extract_path_text(Properties, 'MssPackage') as mss_package, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::PackagingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::PackagingConfiguration' + AND Identifier = '' AND region = 'us-east-1' packaging_configurations_list_only: name: packaging_configurations_list_only @@ -1887,7 +1887,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::PackagingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::PackagingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1895,7 +1895,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::PackagingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::PackagingConfiguration' AND region = 'us-east-1' packaging_groups: name: packaging_groups @@ -1955,34 +1955,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Authorization') as authorization, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.EgressAccessLogs') as egress_access_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::PackagingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::PackagingGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Authorization') as authorization, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'EgressAccessLogs') as egress_access_logs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackage::PackagingGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackage::PackagingGroup' + AND Identifier = '' AND region = 'us-east-1' packaging_groups_list_only: name: packaging_groups_list_only @@ -2005,7 +2005,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::PackagingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::PackagingGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2013,7 +2013,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackage::PackagingGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackage::PackagingGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml b/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml index 89b9689f..2abea060 100644 --- a/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediapackagev2.yaml @@ -1784,11 +1784,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, @@ -1801,15 +1801,15 @@ components: JSON_EXTRACT(Properties, '$.OutputHeaderConfiguration') as output_header_configuration, JSON_EXTRACT(Properties, '$.IngestEndpointUrls') as ingest_endpoint_urls, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::Channel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, json_extract_path_text(Properties, 'ChannelName') as channel_name, @@ -1822,8 +1822,8 @@ components: json_extract_path_text(Properties, 'OutputHeaderConfiguration') as output_header_configuration, json_extract_path_text(Properties, 'IngestEndpointUrls') as ingest_endpoint_urls, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::Channel' + AND Identifier = '' AND region = 'us-east-1' channels_list_only: name: channels_list_only @@ -1846,7 +1846,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::Channel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1854,7 +1854,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::Channel' AND region = 'us-east-1' channel_groups: name: channel_groups @@ -1914,11 +1914,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -1926,15 +1926,15 @@ components: JSON_EXTRACT(Properties, '$.EgressDomain') as egress_domain, JSON_EXTRACT(Properties, '$.ModifiedAt') as modified_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::ChannelGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -1942,8 +1942,8 @@ components: json_extract_path_text(Properties, 'EgressDomain') as egress_domain, json_extract_path_text(Properties, 'ModifiedAt') as modified_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::ChannelGroup' + AND Identifier = '' AND region = 'us-east-1' channel_groups_list_only: name: channel_groups_list_only @@ -1966,7 +1966,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::ChannelGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1974,7 +1974,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::ChannelGroup' AND region = 'us-east-1' channel_policies: name: channel_policies @@ -2035,28 +2035,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::ChannelPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, json_extract_path_text(Properties, 'ChannelName') as channel_name, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::ChannelPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::ChannelPolicy' + AND Identifier = '|' AND region = 'us-east-1' origin_endpoints: name: origin_endpoints @@ -2116,11 +2116,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, @@ -2139,15 +2139,15 @@ components: JSON_EXTRACT(Properties, '$.HlsManifestUrls') as hls_manifest_urls, JSON_EXTRACT(Properties, '$.LowLatencyHlsManifestUrls') as low_latency_hls_manifest_urls, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, json_extract_path_text(Properties, 'ChannelName') as channel_name, @@ -2166,8 +2166,8 @@ components: json_extract_path_text(Properties, 'HlsManifestUrls') as hls_manifest_urls, json_extract_path_text(Properties, 'LowLatencyHlsManifestUrls') as low_latency_hls_manifest_urls, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpoint' + AND Identifier = '' AND region = 'us-east-1' origin_endpoints_list_only: name: origin_endpoints_list_only @@ -2190,7 +2190,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2198,7 +2198,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpoint' AND region = 'us-east-1' origin_endpoint_policies: name: origin_endpoint_policies @@ -2260,32 +2260,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CdnAuthConfiguration') as cdn_auth_configuration, JSON_EXTRACT(Properties, '$.ChannelGroupName') as channel_group_name, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, JSON_EXTRACT(Properties, '$.OriginEndpointName') as origin_endpoint_name, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CdnAuthConfiguration') as cdn_auth_configuration, json_extract_path_text(Properties, 'ChannelGroupName') as channel_group_name, json_extract_path_text(Properties, 'ChannelName') as channel_name, json_extract_path_text(Properties, 'OriginEndpointName') as origin_endpoint_name, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaPackageV2::OriginEndpointPolicy' + AND Identifier = '||' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mediatailor.yaml b/providers/src/awscc/v00.00.00000/services/mediatailor.yaml index c5954e14..c62b1c64 100644 --- a/providers/src/awscc/v00.00.00000/services/mediatailor.yaml +++ b/providers/src/awscc/v00.00.00000/services/mediatailor.yaml @@ -1529,11 +1529,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Audiences') as audiences, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, @@ -1544,15 +1544,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Tier') as tier, JSON_EXTRACT(Properties, '$.TimeShiftConfiguration') as time_shift_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::Channel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Audiences') as audiences, json_extract_path_text(Properties, 'ChannelName') as channel_name, @@ -1563,8 +1563,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Tier') as tier, json_extract_path_text(Properties, 'TimeShiftConfiguration') as time_shift_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::Channel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::Channel' + AND Identifier = '' AND region = 'us-east-1' channels_list_only: name: channels_list_only @@ -1587,7 +1587,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::Channel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1595,7 +1595,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ChannelName') as channel_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::Channel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::Channel' AND region = 'us-east-1' channel_policies: name: channel_policies @@ -1655,26 +1655,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::ChannelPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::ChannelPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ChannelName') as channel_name, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::ChannelPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::ChannelPolicy' + AND Identifier = '' AND region = 'us-east-1' live_sources: name: live_sources @@ -1735,32 +1735,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.HttpPackageConfigurations') as http_package_configurations, JSON_EXTRACT(Properties, '$.LiveSourceName') as live_source_name, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::LiveSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'HttpPackageConfigurations') as http_package_configurations, json_extract_path_text(Properties, 'LiveSourceName') as live_source_name, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::LiveSource' + AND Identifier = '|' AND region = 'us-east-1' live_sources_list_only: name: live_sources_list_only @@ -1785,7 +1785,7 @@ components: region, JSON_EXTRACT(Properties, '$.LiveSourceName') as live_source_name, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::LiveSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1794,7 +1794,7 @@ components: region, json_extract_path_text(Properties, 'LiveSourceName') as live_source_name, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::LiveSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::LiveSource' AND region = 'us-east-1' playback_configurations: name: playback_configurations @@ -1854,11 +1854,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdConditioningConfiguration') as ad_conditioning_configuration, JSON_EXTRACT(Properties, '$.AdDecisionServerUrl') as ad_decision_server_url, JSON_EXTRACT(Properties, '$.AvailSuppression') as avail_suppression, @@ -1880,15 +1880,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TranscodeProfileName') as transcode_profile_name, JSON_EXTRACT(Properties, '$.VideoContentSourceUrl') as video_content_source_url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::PlaybackConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::PlaybackConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdConditioningConfiguration') as ad_conditioning_configuration, json_extract_path_text(Properties, 'AdDecisionServerUrl') as ad_decision_server_url, json_extract_path_text(Properties, 'AvailSuppression') as avail_suppression, @@ -1910,8 +1910,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TranscodeProfileName') as transcode_profile_name, json_extract_path_text(Properties, 'VideoContentSourceUrl') as video_content_source_url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::PlaybackConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::PlaybackConfiguration' + AND Identifier = '' AND region = 'us-east-1' playback_configurations_list_only: name: playback_configurations_list_only @@ -1934,7 +1934,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::PlaybackConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::PlaybackConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1942,7 +1942,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::PlaybackConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::PlaybackConfiguration' AND region = 'us-east-1' source_locations: name: source_locations @@ -2002,11 +2002,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessConfiguration') as access_configuration, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DefaultSegmentDeliveryConfiguration') as default_segment_delivery_configuration, @@ -2014,15 +2014,15 @@ components: JSON_EXTRACT(Properties, '$.SegmentDeliveryConfigurations') as segment_delivery_configurations, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::SourceLocation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::SourceLocation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessConfiguration') as access_configuration, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DefaultSegmentDeliveryConfiguration') as default_segment_delivery_configuration, @@ -2030,8 +2030,8 @@ components: json_extract_path_text(Properties, 'SegmentDeliveryConfigurations') as segment_delivery_configurations, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::SourceLocation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::SourceLocation' + AND Identifier = '' AND region = 'us-east-1' source_locations_list_only: name: source_locations_list_only @@ -2054,7 +2054,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::SourceLocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::SourceLocation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2062,7 +2062,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::SourceLocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::SourceLocation' AND region = 'us-east-1' vod_sources: name: vod_sources @@ -2123,32 +2123,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.HttpPackageConfigurations') as http_package_configurations, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VodSourceName') as vod_source_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::VodSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::VodSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'HttpPackageConfigurations') as http_package_configurations, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VodSourceName') as vod_source_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MediaTailor::VodSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MediaTailor::VodSource' + AND Identifier = '|' AND region = 'us-east-1' vod_sources_list_only: name: vod_sources_list_only @@ -2173,7 +2173,7 @@ components: region, JSON_EXTRACT(Properties, '$.SourceLocationName') as source_location_name, JSON_EXTRACT(Properties, '$.VodSourceName') as vod_source_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::VodSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::VodSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2182,7 +2182,7 @@ components: region, json_extract_path_text(Properties, 'SourceLocationName') as source_location_name, json_extract_path_text(Properties, 'VodSourceName') as vod_source_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MediaTailor::VodSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MediaTailor::VodSource' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/memorydb.yaml b/providers/src/awscc/v00.00.00000/services/memorydb.yaml index 1a602ff0..0b90df38 100644 --- a/providers/src/awscc/v00.00.00000/services/memorydb.yaml +++ b/providers/src/awscc/v00.00.00000/services/memorydb.yaml @@ -1516,32 +1516,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ACLName') as acl_name, JSON_EXTRACT(Properties, '$.UserNames') as user_names, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::ACL' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::ACL' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ACLName') as acl_name, json_extract_path_text(Properties, 'UserNames') as user_names, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::ACL' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::ACL' + AND Identifier = '' AND region = 'us-east-1' acls_list_only: name: acls_list_only @@ -1564,7 +1564,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ACLName') as acl_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::ACL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::ACL' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1572,7 +1572,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ACLName') as acl_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::ACL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::ACL' AND region = 'us-east-1' clusters: name: clusters @@ -1632,11 +1632,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.MultiRegionClusterName') as multi_region_cluster_name, @@ -1669,15 +1669,15 @@ components: JSON_EXTRACT(Properties, '$.ClusterEndpoint') as cluster_endpoint, JSON_EXTRACT(Properties, '$.AutoMinorVersionUpgrade') as auto_minor_version_upgrade, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'MultiRegionClusterName') as multi_region_cluster_name, @@ -1710,8 +1710,8 @@ components: json_extract_path_text(Properties, 'ClusterEndpoint') as cluster_endpoint, json_extract_path_text(Properties, 'AutoMinorVersionUpgrade') as auto_minor_version_upgrade, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -1734,7 +1734,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1742,7 +1742,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterName') as cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::Cluster' AND region = 'us-east-1' multi_region_clusters: name: multi_region_clusters @@ -1802,11 +1802,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MultiRegionClusterNameSuffix') as multi_region_cluster_name_suffix, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.MultiRegionClusterName') as multi_region_cluster_name, @@ -1820,15 +1820,15 @@ components: JSON_EXTRACT(Properties, '$.EngineVersion') as engine_version, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateStrategy') as update_strategy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::MultiRegionCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::MultiRegionCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MultiRegionClusterNameSuffix') as multi_region_cluster_name_suffix, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'MultiRegionClusterName') as multi_region_cluster_name, @@ -1842,8 +1842,8 @@ components: json_extract_path_text(Properties, 'EngineVersion') as engine_version, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateStrategy') as update_strategy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::MultiRegionCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::MultiRegionCluster' + AND Identifier = '' AND region = 'us-east-1' multi_region_clusters_list_only: name: multi_region_clusters_list_only @@ -1866,7 +1866,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MultiRegionClusterName') as multi_region_cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::MultiRegionCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::MultiRegionCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1874,7 +1874,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MultiRegionClusterName') as multi_region_cluster_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::MultiRegionCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::MultiRegionCluster' AND region = 'us-east-1' parameter_groups: name: parameter_groups @@ -1934,34 +1934,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ParameterGroupName') as parameter_group_name, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.ARN') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::ParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::ParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ParameterGroupName') as parameter_group_name, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'ARN') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::ParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::ParameterGroup' + AND Identifier = '' AND region = 'us-east-1' parameter_groups_list_only: name: parameter_groups_list_only @@ -1984,7 +1984,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ParameterGroupName') as parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::ParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::ParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1992,7 +1992,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ParameterGroupName') as parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::ParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::ParameterGroup' AND region = 'us-east-1' subnet_groups: name: subnet_groups @@ -2052,34 +2052,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SubnetGroupName') as subnet_group_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ARN') as arn, JSON_EXTRACT(Properties, '$.SupportedNetworkTypes') as supported_network_types - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::SubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::SubnetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SubnetGroupName') as subnet_group_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ARN') as arn, json_extract_path_text(Properties, 'SupportedNetworkTypes') as supported_network_types - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::SubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::SubnetGroup' + AND Identifier = '' AND region = 'us-east-1' subnet_groups_list_only: name: subnet_groups_list_only @@ -2102,7 +2102,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubnetGroupName') as subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::SubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::SubnetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2110,7 +2110,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubnetGroupName') as subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::SubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::SubnetGroup' AND region = 'us-east-1' users: name: users @@ -2170,34 +2170,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.UserName') as user_name, JSON_EXTRACT(Properties, '$.AccessString') as access_string, JSON_EXTRACT(Properties, '$.AuthenticationMode') as authentication_mode, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::User' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'UserName') as user_name, json_extract_path_text(Properties, 'AccessString') as access_string, json_extract_path_text(Properties, 'AuthenticationMode') as authentication_mode, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MemoryDB::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MemoryDB::User' + AND Identifier = '' AND region = 'us-east-1' users_list_only: name: users_list_only @@ -2220,7 +2220,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::User' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2228,7 +2228,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserName') as user_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MemoryDB::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MemoryDB::User' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mpa.yaml b/providers/src/awscc/v00.00.00000/services/mpa.yaml index 3cec5872..6e188eac 100644 --- a/providers/src/awscc/v00.00.00000/services/mpa.yaml +++ b/providers/src/awscc/v00.00.00000/services/mpa.yaml @@ -822,11 +822,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApprovalStrategy') as approval_strategy, JSON_EXTRACT(Properties, '$.Approvers') as approvers, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -842,15 +842,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusCode') as status_code, JSON_EXTRACT(Properties, '$.StatusMessage') as status_message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MPA::ApprovalTeam' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MPA::ApprovalTeam' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApprovalStrategy') as approval_strategy, json_extract_path_text(Properties, 'Approvers') as approvers, json_extract_path_text(Properties, 'Tags') as tags, @@ -866,8 +866,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusCode') as status_code, json_extract_path_text(Properties, 'StatusMessage') as status_message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MPA::ApprovalTeam' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MPA::ApprovalTeam' + AND Identifier = '' AND region = 'us-east-1' approval_teams_list_only: name: approval_teams_list_only @@ -890,7 +890,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MPA::ApprovalTeam' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MPA::ApprovalTeam' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -898,7 +898,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MPA::ApprovalTeam' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MPA::ApprovalTeam' AND region = 'us-east-1' identity_sources: name: identity_sources @@ -958,11 +958,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentitySourceArn') as identity_source_arn, JSON_EXTRACT(Properties, '$.IdentitySourceParameters') as identity_source_parameters, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -971,15 +971,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusCode') as status_code, JSON_EXTRACT(Properties, '$.StatusMessage') as status_message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MPA::IdentitySource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MPA::IdentitySource' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentitySourceArn') as identity_source_arn, json_extract_path_text(Properties, 'IdentitySourceParameters') as identity_source_parameters, json_extract_path_text(Properties, 'Tags') as tags, @@ -988,8 +988,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusCode') as status_code, json_extract_path_text(Properties, 'StatusMessage') as status_message - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MPA::IdentitySource' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MPA::IdentitySource' + AND Identifier = '' AND region = 'us-east-1' identity_sources_list_only: name: identity_sources_list_only @@ -1012,7 +1012,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IdentitySourceArn') as identity_source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MPA::IdentitySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MPA::IdentitySource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1020,7 +1020,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IdentitySourceArn') as identity_source_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MPA::IdentitySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MPA::IdentitySource' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/msk.yaml b/providers/src/awscc/v00.00.00000/services/msk.yaml index 90d0048c..d6161eca 100644 --- a/providers/src/awscc/v00.00.00000/services/msk.yaml +++ b/providers/src/awscc/v00.00.00000/services/msk.yaml @@ -1886,26 +1886,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.SecretArnList') as secret_arn_list - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::BatchScramSecret' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::BatchScramSecret' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'SecretArnList') as secret_arn_list - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::BatchScramSecret' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::BatchScramSecret' + AND Identifier = '' AND region = 'us-east-1' batch_scram_secrets_list_only: name: batch_scram_secrets_list_only @@ -1928,7 +1928,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::BatchScramSecret' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::BatchScramSecret' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1936,7 +1936,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::BatchScramSecret' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::BatchScramSecret' AND region = 'us-east-1' clusters: name: clusters @@ -1996,11 +1996,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BrokerNodeGroupInfo') as broker_node_group_info, JSON_EXTRACT(Properties, '$.EnhancedMonitoring') as enhanced_monitoring, JSON_EXTRACT(Properties, '$.KafkaVersion') as kafka_version, @@ -2015,15 +2015,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ConfigurationInfo') as configuration_info, JSON_EXTRACT(Properties, '$.StorageMode') as storage_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BrokerNodeGroupInfo') as broker_node_group_info, json_extract_path_text(Properties, 'EnhancedMonitoring') as enhanced_monitoring, json_extract_path_text(Properties, 'KafkaVersion') as kafka_version, @@ -2038,8 +2038,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ConfigurationInfo') as configuration_info, json_extract_path_text(Properties, 'StorageMode') as storage_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -2062,7 +2062,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2070,7 +2070,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Cluster' AND region = 'us-east-1' cluster_policies: name: cluster_policies @@ -2130,28 +2130,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.CurrentVersion') as current_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::ClusterPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::ClusterPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'CurrentVersion') as current_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::ClusterPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::ClusterPolicy' + AND Identifier = '' AND region = 'us-east-1' cluster_policies_list_only: name: cluster_policies_list_only @@ -2174,7 +2174,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::ClusterPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::ClusterPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2182,7 +2182,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::ClusterPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::ClusterPolicy' AND region = 'us-east-1' configurations: name: configurations @@ -2242,34 +2242,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ServerProperties') as server_properties, JSON_EXTRACT(Properties, '$.KafkaVersionsList') as kafka_versions_list, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.LatestRevision') as latest_revision - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Configuration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Configuration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ServerProperties') as server_properties, json_extract_path_text(Properties, 'KafkaVersionsList') as kafka_versions_list, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'LatestRevision') as latest_revision - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Configuration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Configuration' + AND Identifier = '' AND region = 'us-east-1' configurations_list_only: name: configurations_list_only @@ -2292,7 +2292,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Configuration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Configuration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2300,7 +2300,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Configuration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Configuration' AND region = 'us-east-1' replicators: name: replicators @@ -2360,11 +2360,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ReplicatorArn') as replicator_arn, JSON_EXTRACT(Properties, '$.ReplicatorName') as replicator_name, JSON_EXTRACT(Properties, '$.CurrentVersion') as current_version, @@ -2373,15 +2373,15 @@ components: JSON_EXTRACT(Properties, '$.ReplicationInfoList') as replication_info_list, JSON_EXTRACT(Properties, '$.ServiceExecutionRoleArn') as service_execution_role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Replicator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Replicator' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ReplicatorArn') as replicator_arn, json_extract_path_text(Properties, 'ReplicatorName') as replicator_name, json_extract_path_text(Properties, 'CurrentVersion') as current_version, @@ -2390,8 +2390,8 @@ components: json_extract_path_text(Properties, 'ReplicationInfoList') as replication_info_list, json_extract_path_text(Properties, 'ServiceExecutionRoleArn') as service_execution_role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::Replicator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::Replicator' + AND Identifier = '' AND region = 'us-east-1' replicators_list_only: name: replicators_list_only @@ -2414,7 +2414,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReplicatorArn') as replicator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Replicator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Replicator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2422,7 +2422,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReplicatorArn') as replicator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::Replicator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::Replicator' AND region = 'us-east-1' serverless_clusters: name: serverless_clusters @@ -2469,32 +2469,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ClusterName') as cluster_name, JSON_EXTRACT(Properties, '$.VpcConfigs') as vpc_configs, JSON_EXTRACT(Properties, '$.ClientAuthentication') as client_authentication, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::ServerlessCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::ServerlessCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ClusterName') as cluster_name, json_extract_path_text(Properties, 'VpcConfigs') as vpc_configs, json_extract_path_text(Properties, 'ClientAuthentication') as client_authentication, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::ServerlessCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::ServerlessCluster' + AND Identifier = '' AND region = 'us-east-1' serverless_clusters_list_only: name: serverless_clusters_list_only @@ -2517,7 +2517,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::ServerlessCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::ServerlessCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2525,7 +2525,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::ServerlessCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::ServerlessCluster' AND region = 'us-east-1' vpc_connections: name: vpc_connections @@ -2585,11 +2585,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Authentication') as authentication, JSON_EXTRACT(Properties, '$.ClientSubnets') as client_subnets, @@ -2597,15 +2597,15 @@ components: JSON_EXTRACT(Properties, '$.SecurityGroups') as security_groups, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::VpcConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::VpcConnection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Authentication') as authentication, json_extract_path_text(Properties, 'ClientSubnets') as client_subnets, @@ -2613,8 +2613,8 @@ components: json_extract_path_text(Properties, 'SecurityGroups') as security_groups, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MSK::VpcConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MSK::VpcConnection' + AND Identifier = '' AND region = 'us-east-1' vpc_connections_list_only: name: vpc_connections_list_only @@ -2637,7 +2637,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::VpcConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::VpcConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2645,7 +2645,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MSK::VpcConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MSK::VpcConnection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/mwaa.yaml b/providers/src/awscc/v00.00.00000/services/mwaa.yaml index 1a15e353..ca45bbad 100644 --- a/providers/src/awscc/v00.00.00000/services/mwaa.yaml +++ b/providers/src/awscc/v00.00.00000/services/mwaa.yaml @@ -1006,11 +1006,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.WebserverUrl') as webserver_url, @@ -1042,15 +1042,15 @@ components: JSON_EXTRACT(Properties, '$.DatabaseVpcEndpointService') as database_vpc_endpoint_service, JSON_EXTRACT(Properties, '$.WebserverVpcEndpointService') as webserver_vpc_endpoint_service, JSON_EXTRACT(Properties, '$.WorkerReplacementStrategy') as worker_replacement_strategy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MWAA::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MWAA::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'WebserverUrl') as webserver_url, @@ -1082,8 +1082,8 @@ components: json_extract_path_text(Properties, 'DatabaseVpcEndpointService') as database_vpc_endpoint_service, json_extract_path_text(Properties, 'WebserverVpcEndpointService') as webserver_vpc_endpoint_service, json_extract_path_text(Properties, 'WorkerReplacementStrategy') as worker_replacement_strategy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::MWAA::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::MWAA::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -1106,7 +1106,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MWAA::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MWAA::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1114,7 +1114,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::MWAA::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::MWAA::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/neptune.yaml b/providers/src/awscc/v00.00.00000/services/neptune.yaml index f1db0bab..2ffd3010 100644 --- a/providers/src/awscc/v00.00.00000/services/neptune.yaml +++ b/providers/src/awscc/v00.00.00000/services/neptune.yaml @@ -1504,11 +1504,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Endpoint') as endpoint, JSON_EXTRACT(Properties, '$.ReadEndpoint') as read_endpoint, JSON_EXTRACT(Properties, '$.ClusterResourceId') as cluster_resource_id, @@ -1538,15 +1538,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UseLatestRestorableTime') as use_latest_restorable_time, JSON_EXTRACT(Properties, '$.VpcSecurityGroupIds') as vpc_security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Endpoint') as endpoint, json_extract_path_text(Properties, 'ReadEndpoint') as read_endpoint, json_extract_path_text(Properties, 'ClusterResourceId') as cluster_resource_id, @@ -1576,8 +1576,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UseLatestRestorableTime') as use_latest_restorable_time, json_extract_path_text(Properties, 'VpcSecurityGroupIds') as vpc_security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBCluster' + AND Identifier = '' AND region = 'us-east-1' db_clusters_list_only: name: db_clusters_list_only @@ -1600,7 +1600,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBClusterIdentifier') as db_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1608,7 +1608,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBClusterIdentifier') as db_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBCluster' AND region = 'us-east-1' db_cluster_parameter_groups: name: db_cluster_parameter_groups @@ -1668,32 +1668,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' db_cluster_parameter_groups_list_only: name: db_cluster_parameter_groups_list_only @@ -1716,7 +1716,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBClusterParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1724,7 +1724,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBClusterParameterGroup' AND region = 'us-east-1' db_instances: name: db_instances @@ -1784,11 +1784,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowMajorVersionUpgrade') as allow_major_version_upgrade, JSON_EXTRACT(Properties, '$.AutoMinorVersionUpgrade') as auto_minor_version_upgrade, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, @@ -1802,15 +1802,15 @@ components: JSON_EXTRACT(Properties, '$.PreferredMaintenanceWindow') as preferred_maintenance_window, JSON_EXTRACT(Properties, '$.Port') as port, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowMajorVersionUpgrade') as allow_major_version_upgrade, json_extract_path_text(Properties, 'AutoMinorVersionUpgrade') as auto_minor_version_upgrade, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, @@ -1824,8 +1824,8 @@ components: json_extract_path_text(Properties, 'PreferredMaintenanceWindow') as preferred_maintenance_window, json_extract_path_text(Properties, 'Port') as port, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBInstance' + AND Identifier = '' AND region = 'us-east-1' db_instances_list_only: name: db_instances_list_only @@ -1848,7 +1848,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBInstanceIdentifier') as db_instance_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1856,7 +1856,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBInstanceIdentifier') as db_instance_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBInstance' AND region = 'us-east-1' db_parameter_groups: name: db_parameter_groups @@ -1916,32 +1916,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBParameterGroup' + AND Identifier = '' AND region = 'us-east-1' db_parameter_groups_list_only: name: db_parameter_groups_list_only @@ -1964,7 +1964,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1972,7 +1972,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBParameterGroup' AND region = 'us-east-1' db_subnet_groups: name: db_subnet_groups @@ -2032,30 +2032,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBSubnetGroupName') as db_subnet_group_name, JSON_EXTRACT(Properties, '$.DBSubnetGroupDescription') as db_subnet_group_description, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBSubnetGroupName') as db_subnet_group_name, json_extract_path_text(Properties, 'DBSubnetGroupDescription') as db_subnet_group_description, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Neptune::DBSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Neptune::DBSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' db_subnet_groups_list_only: name: db_subnet_groups_list_only @@ -2078,7 +2078,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBSubnetGroupName') as db_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBSubnetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2086,7 +2086,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBSubnetGroupName') as db_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Neptune::DBSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Neptune::DBSubnetGroup' AND region = 'us-east-1' event_subscriptions: name: event_subscriptions diff --git a/providers/src/awscc/v00.00.00000/services/neptunegraph.yaml b/providers/src/awscc/v00.00.00000/services/neptunegraph.yaml index 720d0b2d..6d8983ec 100644 --- a/providers/src/awscc/v00.00.00000/services/neptunegraph.yaml +++ b/providers/src/awscc/v00.00.00000/services/neptunegraph.yaml @@ -820,11 +820,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeletionProtection') as deletion_protection, JSON_EXTRACT(Properties, '$.GraphName') as graph_name, JSON_EXTRACT(Properties, '$.ProvisionedMemory') as provisioned_memory, @@ -835,15 +835,15 @@ components: JSON_EXTRACT(Properties, '$.Endpoint') as endpoint, JSON_EXTRACT(Properties, '$.GraphArn') as graph_arn, JSON_EXTRACT(Properties, '$.GraphId') as graph_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NeptuneGraph::Graph' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NeptuneGraph::Graph' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeletionProtection') as deletion_protection, json_extract_path_text(Properties, 'GraphName') as graph_name, json_extract_path_text(Properties, 'ProvisionedMemory') as provisioned_memory, @@ -854,8 +854,8 @@ components: json_extract_path_text(Properties, 'Endpoint') as endpoint, json_extract_path_text(Properties, 'GraphArn') as graph_arn, json_extract_path_text(Properties, 'GraphId') as graph_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NeptuneGraph::Graph' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NeptuneGraph::Graph' + AND Identifier = '' AND region = 'us-east-1' graphs_list_only: name: graphs_list_only @@ -878,7 +878,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GraphId') as graph_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NeptuneGraph::Graph' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NeptuneGraph::Graph' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -886,7 +886,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GraphId') as graph_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NeptuneGraph::Graph' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NeptuneGraph::Graph' AND region = 'us-east-1' private_graph_endpoints: name: private_graph_endpoints @@ -946,34 +946,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GraphIdentifier') as graph_identifier, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.PrivateGraphEndpointIdentifier') as private_graph_endpoint_identifier, JSON_EXTRACT(Properties, '$.VpcEndpointId') as vpc_endpoint_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GraphIdentifier') as graph_identifier, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'PrivateGraphEndpointIdentifier') as private_graph_endpoint_identifier, json_extract_path_text(Properties, 'VpcEndpointId') as vpc_endpoint_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' + AND Identifier = '' AND region = 'us-east-1' private_graph_endpoints_list_only: name: private_graph_endpoints_list_only @@ -996,7 +996,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PrivateGraphEndpointIdentifier') as private_graph_endpoint_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1004,7 +1004,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PrivateGraphEndpointIdentifier') as private_graph_endpoint_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NeptuneGraph::PrivateGraphEndpoint' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/networkfirewall.yaml b/providers/src/awscc/v00.00.00000/services/networkfirewall.yaml index 0ba210f3..0aa3877f 100644 --- a/providers/src/awscc/v00.00.00000/services/networkfirewall.yaml +++ b/providers/src/awscc/v00.00.00000/services/networkfirewall.yaml @@ -1933,11 +1933,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FirewallName') as firewall_name, JSON_EXTRACT(Properties, '$.FirewallArn') as firewall_arn, JSON_EXTRACT(Properties, '$.FirewallId') as firewall_id, @@ -1954,15 +1954,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointIds') as endpoint_ids, JSON_EXTRACT(Properties, '$.EnabledAnalysisTypes') as enabled_analysis_types, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::Firewall' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::Firewall' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FirewallName') as firewall_name, json_extract_path_text(Properties, 'FirewallArn') as firewall_arn, json_extract_path_text(Properties, 'FirewallId') as firewall_id, @@ -1979,8 +1979,8 @@ components: json_extract_path_text(Properties, 'EndpointIds') as endpoint_ids, json_extract_path_text(Properties, 'EnabledAnalysisTypes') as enabled_analysis_types, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::Firewall' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::Firewall' + AND Identifier = '' AND region = 'us-east-1' firewalls_list_only: name: firewalls_list_only @@ -2003,7 +2003,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FirewallArn') as firewall_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::Firewall' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::Firewall' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2011,7 +2011,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FirewallArn') as firewall_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::Firewall' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::Firewall' AND region = 'us-east-1' firewall_policies: name: firewall_policies @@ -2071,34 +2071,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FirewallPolicyName') as firewall_policy_name, JSON_EXTRACT(Properties, '$.FirewallPolicyArn') as firewall_policy_arn, JSON_EXTRACT(Properties, '$.FirewallPolicy') as firewall_policy, JSON_EXTRACT(Properties, '$.FirewallPolicyId') as firewall_policy_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::FirewallPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::FirewallPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FirewallPolicyName') as firewall_policy_name, json_extract_path_text(Properties, 'FirewallPolicyArn') as firewall_policy_arn, json_extract_path_text(Properties, 'FirewallPolicy') as firewall_policy, json_extract_path_text(Properties, 'FirewallPolicyId') as firewall_policy_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::FirewallPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::FirewallPolicy' + AND Identifier = '' AND region = 'us-east-1' firewall_policies_list_only: name: firewall_policies_list_only @@ -2121,7 +2121,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FirewallPolicyArn') as firewall_policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::FirewallPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::FirewallPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2129,7 +2129,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FirewallPolicyArn') as firewall_policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::FirewallPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::FirewallPolicy' AND region = 'us-east-1' logging_configurations: name: logging_configurations @@ -2189,30 +2189,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FirewallName') as firewall_name, JSON_EXTRACT(Properties, '$.FirewallArn') as firewall_arn, JSON_EXTRACT(Properties, '$.LoggingConfiguration') as logging_configuration, JSON_EXTRACT(Properties, '$.EnableMonitoringDashboard') as enable_monitoring_dashboard - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FirewallName') as firewall_name, json_extract_path_text(Properties, 'FirewallArn') as firewall_arn, json_extract_path_text(Properties, 'LoggingConfiguration') as logging_configuration, json_extract_path_text(Properties, 'EnableMonitoringDashboard') as enable_monitoring_dashboard - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' rule_groups: name: rule_groups @@ -2272,11 +2272,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleGroupName') as rule_group_name, JSON_EXTRACT(Properties, '$.RuleGroupArn') as rule_group_arn, JSON_EXTRACT(Properties, '$.RuleGroupId') as rule_group_id, @@ -2286,15 +2286,15 @@ components: JSON_EXTRACT(Properties, '$.SummaryConfiguration') as summary_configuration, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::RuleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::RuleGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleGroupName') as rule_group_name, json_extract_path_text(Properties, 'RuleGroupArn') as rule_group_arn, json_extract_path_text(Properties, 'RuleGroupId') as rule_group_id, @@ -2304,8 +2304,8 @@ components: json_extract_path_text(Properties, 'SummaryConfiguration') as summary_configuration, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::RuleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::RuleGroup' + AND Identifier = '' AND region = 'us-east-1' rule_groups_list_only: name: rule_groups_list_only @@ -2328,7 +2328,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleGroupArn') as rule_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::RuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::RuleGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2336,7 +2336,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleGroupArn') as rule_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::RuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::RuleGroup' AND region = 'us-east-1' tls_inspection_configurations: name: tls_inspection_configurations @@ -2396,34 +2396,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TLSInspectionConfigurationName') as tls_inspection_configuration_name, JSON_EXTRACT(Properties, '$.TLSInspectionConfigurationArn') as tls_inspection_configuration_arn, JSON_EXTRACT(Properties, '$.TLSInspectionConfiguration') as tls_inspection_configuration, JSON_EXTRACT(Properties, '$.TLSInspectionConfigurationId') as tls_inspection_configuration_id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TLSInspectionConfigurationName') as tls_inspection_configuration_name, json_extract_path_text(Properties, 'TLSInspectionConfigurationArn') as tls_inspection_configuration_arn, json_extract_path_text(Properties, 'TLSInspectionConfiguration') as tls_inspection_configuration, json_extract_path_text(Properties, 'TLSInspectionConfigurationId') as tls_inspection_configuration_id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' + AND Identifier = '' AND region = 'us-east-1' tls_inspection_configurations_list_only: name: tls_inspection_configurations_list_only @@ -2446,7 +2446,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TLSInspectionConfigurationArn') as tls_inspection_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2454,7 +2454,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TLSInspectionConfigurationArn') as tls_inspection_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::TLSInspectionConfiguration' AND region = 'us-east-1' vpc_endpoint_associations: name: vpc_endpoint_associations @@ -2514,11 +2514,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VpcEndpointAssociationArn') as vpc_endpoint_association_arn, JSON_EXTRACT(Properties, '$.VpcEndpointAssociationId') as vpc_endpoint_association_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2527,15 +2527,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointId') as endpoint_id, JSON_EXTRACT(Properties, '$.SubnetMapping') as subnet_mapping, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VpcEndpointAssociationArn') as vpc_endpoint_association_arn, json_extract_path_text(Properties, 'VpcEndpointAssociationId') as vpc_endpoint_association_id, json_extract_path_text(Properties, 'Description') as description, @@ -2544,8 +2544,8 @@ components: json_extract_path_text(Properties, 'EndpointId') as endpoint_id, json_extract_path_text(Properties, 'SubnetMapping') as subnet_mapping, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoint_associations_list_only: name: vpc_endpoint_associations_list_only @@ -2568,7 +2568,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VpcEndpointAssociationArn') as vpc_endpoint_association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2576,7 +2576,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VpcEndpointAssociationArn') as vpc_endpoint_association_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkFirewall::VpcEndpointAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/networkmanager.yaml b/providers/src/awscc/v00.00.00000/services/networkmanager.yaml index 9c08fb80..8ebfdf08 100644 --- a/providers/src/awscc/v00.00.00000/services/networkmanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/networkmanager.yaml @@ -2928,11 +2928,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id, @@ -2951,15 +2951,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.TransportAttachmentId') as transport_attachment_id, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::ConnectAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::ConnectAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, json_extract_path_text(Properties, 'AttachmentId') as attachment_id, @@ -2978,8 +2978,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'TransportAttachmentId') as transport_attachment_id, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::ConnectAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::ConnectAttachment' + AND Identifier = '' AND region = 'us-east-1' connect_attachments_list_only: name: connect_attachments_list_only @@ -3002,7 +3002,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::ConnectAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::ConnectAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3010,7 +3010,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::ConnectAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::ConnectAttachment' AND region = 'us-east-1' connect_peers: name: connect_peers @@ -3070,11 +3070,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PeerAddress') as peer_address, JSON_EXTRACT(Properties, '$.CoreNetworkAddress') as core_network_address, JSON_EXTRACT(Properties, '$.BgpOptions') as bgp_options, @@ -3088,15 +3088,15 @@ components: JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.SubnetArn') as subnet_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::ConnectPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::ConnectPeer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PeerAddress') as peer_address, json_extract_path_text(Properties, 'CoreNetworkAddress') as core_network_address, json_extract_path_text(Properties, 'BgpOptions') as bgp_options, @@ -3110,8 +3110,8 @@ components: json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'SubnetArn') as subnet_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::ConnectPeer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::ConnectPeer' + AND Identifier = '' AND region = 'us-east-1' connect_peers_list_only: name: connect_peers_list_only @@ -3134,7 +3134,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectPeerId') as connect_peer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::ConnectPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::ConnectPeer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3142,7 +3142,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectPeerId') as connect_peer_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::ConnectPeer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::ConnectPeer' AND region = 'us-east-1' core_networks: name: core_networks @@ -3202,11 +3202,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, @@ -3219,15 +3219,15 @@ components: JSON_EXTRACT(Properties, '$.Edges') as edges, JSON_EXTRACT(Properties, '$.OwnerAccount') as owner_account, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CoreNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::CoreNetwork' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, @@ -3240,8 +3240,8 @@ components: json_extract_path_text(Properties, 'Edges') as edges, json_extract_path_text(Properties, 'OwnerAccount') as owner_account, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CoreNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::CoreNetwork' + AND Identifier = '' AND region = 'us-east-1' core_networks_list_only: name: core_networks_list_only @@ -3264,7 +3264,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::CoreNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::CoreNetwork' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3272,7 +3272,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::CoreNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::CoreNetwork' AND region = 'us-east-1' customer_gateway_associations: name: customer_gateway_associations @@ -3320,30 +3320,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.CustomerGatewayArn') as customer_gateway_arn, JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'CustomerGatewayArn') as customer_gateway_arn, json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'LinkId') as link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' + AND Identifier = '|' AND region = 'us-east-1' customer_gateway_associations_list_only: name: customer_gateway_associations_list_only @@ -3368,7 +3368,7 @@ components: region, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.CustomerGatewayArn') as customer_gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3377,7 +3377,7 @@ components: region, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'CustomerGatewayArn') as customer_gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::CustomerGatewayAssociation' AND region = 'us-east-1' devices: name: devices @@ -3438,11 +3438,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeviceArn') as device_arn, JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3457,15 +3457,15 @@ components: JSON_EXTRACT(Properties, '$.Vendor') as vendor, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Device' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Device' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeviceArn') as device_arn, json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'Description') as description, @@ -3480,8 +3480,8 @@ components: json_extract_path_text(Properties, 'Vendor') as vendor, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Device' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Device' + AND Identifier = '|' AND region = 'us-east-1' devices_list_only: name: devices_list_only @@ -3506,7 +3506,7 @@ components: region, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.DeviceId') as device_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Device' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Device' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3515,7 +3515,7 @@ components: region, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'DeviceId') as device_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Device' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Device' AND region = 'us-east-1' direct_connect_gateway_attachments: name: direct_connect_gateway_attachments @@ -3575,11 +3575,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id, @@ -3597,15 +3597,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, json_extract_path_text(Properties, 'AttachmentId') as attachment_id, @@ -3623,8 +3623,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' + AND Identifier = '' AND region = 'us-east-1' direct_connect_gateway_attachments_list_only: name: direct_connect_gateway_attachments_list_only @@ -3647,7 +3647,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3655,7 +3655,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::DirectConnectGatewayAttachment' AND region = 'us-east-1' global_networks: name: global_networks @@ -3715,34 +3715,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::GlobalNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::GlobalNetwork' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::GlobalNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::GlobalNetwork' + AND Identifier = '' AND region = 'us-east-1' global_networks_list_only: name: global_networks_list_only @@ -3765,7 +3765,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::GlobalNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::GlobalNetwork' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3773,7 +3773,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::GlobalNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::GlobalNetwork' AND region = 'us-east-1' links: name: links @@ -3834,11 +3834,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LinkArn') as link_arn, JSON_EXTRACT(Properties, '$.LinkId') as link_id, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, @@ -3850,15 +3850,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Link' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Link' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LinkArn') as link_arn, json_extract_path_text(Properties, 'LinkId') as link_id, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, @@ -3870,8 +3870,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Link' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Link' + AND Identifier = '|' AND region = 'us-east-1' links_list_only: name: links_list_only @@ -3896,7 +3896,7 @@ components: region, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Link' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Link' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3905,7 +3905,7 @@ components: region, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'LinkId') as link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Link' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Link' AND region = 'us-east-1' link_associations: name: link_associations @@ -3954,28 +3954,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::LinkAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'LinkId') as link_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::LinkAssociation' + AND Identifier = '||' AND region = 'us-east-1' link_associations_list_only: name: link_associations_list_only @@ -4002,7 +4002,7 @@ components: JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.DeviceId') as device_id, JSON_EXTRACT(Properties, '$.LinkId') as link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::LinkAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4012,7 +4012,7 @@ components: json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'DeviceId') as device_id, json_extract_path_text(Properties, 'LinkId') as link_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::LinkAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::LinkAssociation' AND region = 'us-east-1' sites: name: sites @@ -4073,11 +4073,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SiteArn') as site_arn, JSON_EXTRACT(Properties, '$.SiteId') as site_id, JSON_EXTRACT(Properties, '$.Description') as description, @@ -4086,15 +4086,15 @@ components: JSON_EXTRACT(Properties, '$.Location') as location, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Site' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Site' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SiteArn') as site_arn, json_extract_path_text(Properties, 'SiteId') as site_id, json_extract_path_text(Properties, 'Description') as description, @@ -4103,8 +4103,8 @@ components: json_extract_path_text(Properties, 'Location') as location, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::Site' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::Site' + AND Identifier = '|' AND region = 'us-east-1' sites_list_only: name: sites_list_only @@ -4129,7 +4129,7 @@ components: region, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.SiteId') as site_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Site' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Site' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4138,7 +4138,7 @@ components: region, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'SiteId') as site_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::Site' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::Site' AND region = 'us-east-1' site_to_site_vpn_attachments: name: site_to_site_vpn_attachments @@ -4198,11 +4198,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id, @@ -4220,15 +4220,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.VpnConnectionArn') as vpn_connection_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, json_extract_path_text(Properties, 'AttachmentId') as attachment_id, @@ -4246,8 +4246,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'VpnConnectionArn') as vpn_connection_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' + AND Identifier = '' AND region = 'us-east-1' site_to_site_vpn_attachments_list_only: name: site_to_site_vpn_attachments_list_only @@ -4270,7 +4270,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4278,7 +4278,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::SiteToSiteVpnAttachment' AND region = 'us-east-1' transit_gateway_peerings: name: transit_gateway_peerings @@ -4338,11 +4338,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, JSON_EXTRACT(Properties, '$.TransitGatewayArn') as transit_gateway_arn, @@ -4355,15 +4355,15 @@ components: JSON_EXTRACT(Properties, '$.PeeringType') as peering_type, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayPeering' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayPeering' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, json_extract_path_text(Properties, 'TransitGatewayArn') as transit_gateway_arn, @@ -4376,8 +4376,8 @@ components: json_extract_path_text(Properties, 'PeeringType') as peering_type, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayPeering' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayPeering' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_peerings_list_only: name: transit_gateway_peerings_list_only @@ -4400,7 +4400,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PeeringId') as peering_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayPeering' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayPeering' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4408,7 +4408,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PeeringId') as peering_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayPeering' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayPeering' AND region = 'us-east-1' transit_gateway_registrations: name: transit_gateway_registrations @@ -4456,26 +4456,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.TransitGatewayArn') as transit_gateway_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'TransitGatewayArn') as transit_gateway_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' + AND Identifier = '|' AND region = 'us-east-1' transit_gateway_registrations_list_only: name: transit_gateway_registrations_list_only @@ -4500,7 +4500,7 @@ components: region, JSON_EXTRACT(Properties, '$.GlobalNetworkId') as global_network_id, JSON_EXTRACT(Properties, '$.TransitGatewayArn') as transit_gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4509,7 +4509,7 @@ components: region, json_extract_path_text(Properties, 'GlobalNetworkId') as global_network_id, json_extract_path_text(Properties, 'TransitGatewayArn') as transit_gateway_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRegistration' AND region = 'us-east-1' transit_gateway_route_table_attachments: name: transit_gateway_route_table_attachments @@ -4569,11 +4569,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PeeringId') as peering_id, JSON_EXTRACT(Properties, '$.TransitGatewayRouteTableArn') as transit_gateway_route_table_arn, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, @@ -4592,15 +4592,15 @@ components: JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PeeringId') as peering_id, json_extract_path_text(Properties, 'TransitGatewayRouteTableArn') as transit_gateway_route_table_arn, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, @@ -4619,8 +4619,8 @@ components: json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' + AND Identifier = '' AND region = 'us-east-1' transit_gateway_route_table_attachments_list_only: name: transit_gateway_route_table_attachments_list_only @@ -4643,7 +4643,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4651,7 +4651,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::TransitGatewayRouteTableAttachment' AND region = 'us-east-1' vpc_attachments: name: vpc_attachments @@ -4711,11 +4711,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CoreNetworkId') as core_network_id, JSON_EXTRACT(Properties, '$.CoreNetworkArn') as core_network_arn, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id, @@ -4735,15 +4735,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.SubnetArns') as subnet_arns, JSON_EXTRACT(Properties, '$.Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::VpcAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::VpcAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CoreNetworkId') as core_network_id, json_extract_path_text(Properties, 'CoreNetworkArn') as core_network_arn, json_extract_path_text(Properties, 'AttachmentId') as attachment_id, @@ -4763,8 +4763,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'SubnetArns') as subnet_arns, json_extract_path_text(Properties, 'Options') as options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NetworkManager::VpcAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NetworkManager::VpcAttachment' + AND Identifier = '' AND region = 'us-east-1' vpc_attachments_list_only: name: vpc_attachments_list_only @@ -4787,7 +4787,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::VpcAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::VpcAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4795,7 +4795,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AttachmentId') as attachment_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NetworkManager::VpcAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NetworkManager::VpcAttachment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/notifications.yaml b/providers/src/awscc/v00.00.00000/services/notifications.yaml index 4eeedf3a..3075bf38 100644 --- a/providers/src/awscc/v00.00.00000/services/notifications.yaml +++ b/providers/src/awscc/v00.00.00000/services/notifications.yaml @@ -1125,26 +1125,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.NotificationConfigurationArn') as notification_configuration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ChannelAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ChannelAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'NotificationConfigurationArn') as notification_configuration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ChannelAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ChannelAssociation' + AND Identifier = '|' AND region = 'us-east-1' channel_associations_list_only: name: channel_associations_list_only @@ -1169,7 +1169,7 @@ components: region, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.NotificationConfigurationArn') as notification_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ChannelAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ChannelAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1178,7 +1178,7 @@ components: region, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'NotificationConfigurationArn') as notification_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ChannelAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ChannelAssociation' AND region = 'us-east-1' event_rules: name: event_rules @@ -1238,11 +1238,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.EventPattern') as event_pattern, @@ -1252,15 +1252,15 @@ components: JSON_EXTRACT(Properties, '$.Regions') as regions, JSON_EXTRACT(Properties, '$.Source') as source, JSON_EXTRACT(Properties, '$.StatusSummaryByRegion') as status_summary_by_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::EventRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::EventRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'EventPattern') as event_pattern, @@ -1270,8 +1270,8 @@ components: json_extract_path_text(Properties, 'Regions') as regions, json_extract_path_text(Properties, 'Source') as source, json_extract_path_text(Properties, 'StatusSummaryByRegion') as status_summary_by_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::EventRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::EventRule' + AND Identifier = '' AND region = 'us-east-1' event_rules_list_only: name: event_rules_list_only @@ -1294,7 +1294,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::EventRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::EventRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1302,7 +1302,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::EventRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::EventRule' AND region = 'us-east-1' managed_notification_account_contact_associations: name: managed_notification_account_contact_associations @@ -1363,26 +1363,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ManagedNotificationConfigurationArn') as managed_notification_configuration_arn, JSON_EXTRACT(Properties, '$.ContactIdentifier') as contact_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ManagedNotificationConfigurationArn') as managed_notification_configuration_arn, json_extract_path_text(Properties, 'ContactIdentifier') as contact_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' + AND Identifier = '|' AND region = 'us-east-1' managed_notification_account_contact_associations_list_only: name: managed_notification_account_contact_associations_list_only @@ -1407,7 +1407,7 @@ components: region, JSON_EXTRACT(Properties, '$.ManagedNotificationConfigurationArn') as managed_notification_configuration_arn, JSON_EXTRACT(Properties, '$.ContactIdentifier') as contact_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1416,7 +1416,7 @@ components: region, json_extract_path_text(Properties, 'ManagedNotificationConfigurationArn') as managed_notification_configuration_arn, json_extract_path_text(Properties, 'ContactIdentifier') as contact_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ManagedNotificationAccountContactAssociation' AND region = 'us-east-1' managed_notification_additional_channel_associations: name: managed_notification_additional_channel_associations @@ -1464,26 +1464,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ChannelArn') as channel_arn, JSON_EXTRACT(Properties, '$.ManagedNotificationConfigurationArn') as managed_notification_configuration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ChannelArn') as channel_arn, json_extract_path_text(Properties, 'ManagedNotificationConfigurationArn') as managed_notification_configuration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' + AND Identifier = '|' AND region = 'us-east-1' managed_notification_additional_channel_associations_list_only: name: managed_notification_additional_channel_associations_list_only @@ -1508,7 +1508,7 @@ components: region, JSON_EXTRACT(Properties, '$.ChannelArn') as channel_arn, JSON_EXTRACT(Properties, '$.ManagedNotificationConfigurationArn') as managed_notification_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1517,7 +1517,7 @@ components: region, json_extract_path_text(Properties, 'ChannelArn') as channel_arn, json_extract_path_text(Properties, 'ManagedNotificationConfigurationArn') as managed_notification_configuration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::ManagedNotificationAdditionalChannelAssociation' AND region = 'us-east-1' notification_configurations: name: notification_configurations @@ -1577,11 +1577,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AggregationDuration') as aggregation_duration, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, @@ -1589,15 +1589,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::NotificationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::NotificationConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AggregationDuration') as aggregation_duration, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, @@ -1605,8 +1605,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::NotificationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::NotificationConfiguration' + AND Identifier = '' AND region = 'us-east-1' notification_configurations_list_only: name: notification_configurations_list_only @@ -1629,7 +1629,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::NotificationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::NotificationConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1637,7 +1637,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::NotificationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::NotificationConfiguration' AND region = 'us-east-1' notification_hubs: name: notification_hubs @@ -1684,28 +1684,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Region') as region, JSON_EXTRACT(Properties, '$.NotificationHubStatusSummary') as notification_hub_status_summary, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::NotificationHub' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::NotificationHub' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Region') as region, json_extract_path_text(Properties, 'NotificationHubStatusSummary') as notification_hub_status_summary, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::NotificationHub' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::NotificationHub' + AND Identifier = '' AND region = 'us-east-1' notification_hubs_list_only: name: notification_hubs_list_only @@ -1728,7 +1728,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Region') as region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::NotificationHub' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::NotificationHub' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1736,7 +1736,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Region') as region - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::NotificationHub' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::NotificationHub' AND region = 'us-east-1' organizational_unit_associations: name: organizational_unit_associations @@ -1784,26 +1784,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NotificationConfigurationArn') as notification_configuration_arn, JSON_EXTRACT(Properties, '$.OrganizationalUnitId') as organizational_unit_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NotificationConfigurationArn') as notification_configuration_arn, json_extract_path_text(Properties, 'OrganizationalUnitId') as organizational_unit_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' + AND Identifier = '|' AND region = 'us-east-1' organizational_unit_associations_list_only: name: organizational_unit_associations_list_only @@ -1828,7 +1828,7 @@ components: region, JSON_EXTRACT(Properties, '$.NotificationConfigurationArn') as notification_configuration_arn, JSON_EXTRACT(Properties, '$.OrganizationalUnitId') as organizational_unit_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1837,7 +1837,7 @@ components: region, json_extract_path_text(Properties, 'NotificationConfigurationArn') as notification_configuration_arn, json_extract_path_text(Properties, 'OrganizationalUnitId') as organizational_unit_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Notifications::OrganizationalUnitAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/notificationscontacts.yaml b/providers/src/awscc/v00.00.00000/services/notificationscontacts.yaml index 64ae3425..a2cb93e2 100644 --- a/providers/src/awscc/v00.00.00000/services/notificationscontacts.yaml +++ b/providers/src/awscc/v00.00.00000/services/notificationscontacts.yaml @@ -574,32 +574,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.EmailAddress') as email_address, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.EmailContact') as email_contact, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NotificationsContacts::EmailContact' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NotificationsContacts::EmailContact' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'EmailAddress') as email_address, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'EmailContact') as email_contact, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::NotificationsContacts::EmailContact' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::NotificationsContacts::EmailContact' + AND Identifier = '' AND region = 'us-east-1' email_contacts_list_only: name: email_contacts_list_only @@ -622,7 +622,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NotificationsContacts::EmailContact' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NotificationsContacts::EmailContact' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -630,7 +630,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::NotificationsContacts::EmailContact' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::NotificationsContacts::EmailContact' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/oam.yaml b/providers/src/awscc/v00.00.00000/services/oam.yaml index f1b43b70..2e4b7202 100644 --- a/providers/src/awscc/v00.00.00000/services/oam.yaml +++ b/providers/src/awscc/v00.00.00000/services/oam.yaml @@ -745,11 +745,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Label') as label, JSON_EXTRACT(Properties, '$.LabelTemplate') as label_template, @@ -757,15 +757,15 @@ components: JSON_EXTRACT(Properties, '$.SinkIdentifier') as sink_identifier, JSON_EXTRACT(Properties, '$.LinkConfiguration') as link_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Oam::Link' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Oam::Link' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Label') as label, json_extract_path_text(Properties, 'LabelTemplate') as label_template, @@ -773,8 +773,8 @@ components: json_extract_path_text(Properties, 'SinkIdentifier') as sink_identifier, json_extract_path_text(Properties, 'LinkConfiguration') as link_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Oam::Link' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Oam::Link' + AND Identifier = '' AND region = 'us-east-1' links_list_only: name: links_list_only @@ -797,7 +797,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Oam::Link' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Oam::Link' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -805,7 +805,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Oam::Link' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Oam::Link' AND region = 'us-east-1' sinks: name: sinks @@ -865,30 +865,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Oam::Sink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Oam::Sink' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Oam::Sink' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Oam::Sink' + AND Identifier = '' AND region = 'us-east-1' sinks_list_only: name: sinks_list_only @@ -911,7 +911,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Oam::Sink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Oam::Sink' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -919,7 +919,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Oam::Sink' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Oam::Sink' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/observabilityadmin.yaml b/providers/src/awscc/v00.00.00000/services/observabilityadmin.yaml index 2d71d568..b40a828b 100644 --- a/providers/src/awscc/v00.00.00000/services/observabilityadmin.yaml +++ b/providers/src/awscc/v00.00.00000/services/observabilityadmin.yaml @@ -754,30 +754,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleName') as rule_name, JSON_EXTRACT(Properties, '$.Rule') as rule, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleName') as rule_name, json_extract_path_text(Properties, 'Rule') as rule, json_extract_path_text(Properties, 'RuleArn') as rule_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' + AND Identifier = '' AND region = 'us-east-1' telemetry_rules_list_only: name: telemetry_rules_list_only @@ -800,7 +800,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -808,7 +808,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ObservabilityAdmin::TelemetryRule' AND region = 'us-east-1' organization_telemetry_rules: name: organization_telemetry_rules @@ -868,30 +868,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleName') as rule_name, JSON_EXTRACT(Properties, '$.Rule') as rule, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleName') as rule_name, json_extract_path_text(Properties, 'Rule') as rule, json_extract_path_text(Properties, 'RuleArn') as rule_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' + AND Identifier = '' AND region = 'us-east-1' organization_telemetry_rules_list_only: name: organization_telemetry_rules_list_only @@ -914,7 +914,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -922,7 +922,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ObservabilityAdmin::OrganizationTelemetryRule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/odb.yaml b/providers/src/awscc/v00.00.00000/services/odb.yaml index 97ebf2a6..6a4724ca 100644 --- a/providers/src/awscc/v00.00.00000/services/odb.yaml +++ b/providers/src/awscc/v00.00.00000/services/odb.yaml @@ -1953,11 +1953,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CloudAutonomousVmClusterId') as cloud_autonomous_vm_cluster_id, JSON_EXTRACT(Properties, '$.CloudAutonomousVmClusterArn') as cloud_autonomous_vm_cluster_arn, JSON_EXTRACT(Properties, '$.OdbNetworkId') as odb_network_id, @@ -2002,15 +2002,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TimeZone') as time_zone, JSON_EXTRACT(Properties, '$.TotalContainerDatabases') as total_container_databases - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudAutonomousVmCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudAutonomousVmCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CloudAutonomousVmClusterId') as cloud_autonomous_vm_cluster_id, json_extract_path_text(Properties, 'CloudAutonomousVmClusterArn') as cloud_autonomous_vm_cluster_arn, json_extract_path_text(Properties, 'OdbNetworkId') as odb_network_id, @@ -2055,8 +2055,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TimeZone') as time_zone, json_extract_path_text(Properties, 'TotalContainerDatabases') as total_container_databases - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudAutonomousVmCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudAutonomousVmCluster' + AND Identifier = '' AND region = 'us-east-1' cloud_autonomous_vm_clusters_list_only: name: cloud_autonomous_vm_clusters_list_only @@ -2079,7 +2079,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CloudAutonomousVmClusterArn') as cloud_autonomous_vm_cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudAutonomousVmCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudAutonomousVmCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2087,7 +2087,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CloudAutonomousVmClusterArn') as cloud_autonomous_vm_cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudAutonomousVmCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudAutonomousVmCluster' AND region = 'us-east-1' cloud_exadata_infrastructures: name: cloud_exadata_infrastructures @@ -2147,11 +2147,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActivatedStorageCount') as activated_storage_count, JSON_EXTRACT(Properties, '$.AdditionalStorageCount') as additional_storage_count, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, @@ -2183,15 +2183,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TotalStorageSizeInGBs') as total_storage_size_in_gbs, JSON_EXTRACT(Properties, '$.DbServerIds') as db_server_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudExadataInfrastructure' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudExadataInfrastructure' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActivatedStorageCount') as activated_storage_count, json_extract_path_text(Properties, 'AdditionalStorageCount') as additional_storage_count, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, @@ -2223,8 +2223,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TotalStorageSizeInGBs') as total_storage_size_in_gbs, json_extract_path_text(Properties, 'DbServerIds') as db_server_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudExadataInfrastructure' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudExadataInfrastructure' + AND Identifier = '' AND region = 'us-east-1' cloud_exadata_infrastructures_list_only: name: cloud_exadata_infrastructures_list_only @@ -2247,7 +2247,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CloudExadataInfrastructureArn') as cloud_exadata_infrastructure_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudExadataInfrastructure' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudExadataInfrastructure' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2255,7 +2255,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CloudExadataInfrastructureArn') as cloud_exadata_infrastructure_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudExadataInfrastructure' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudExadataInfrastructure' AND region = 'us-east-1' cloud_vm_clusters: name: cloud_vm_clusters @@ -2315,11 +2315,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CloudExadataInfrastructureId') as cloud_exadata_infrastructure_id, JSON_EXTRACT(Properties, '$.CloudVmClusterArn') as cloud_vm_cluster_arn, JSON_EXTRACT(Properties, '$.CloudVmClusterId') as cloud_vm_cluster_id, @@ -2355,15 +2355,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TimeZone') as time_zone, JSON_EXTRACT(Properties, '$.VipIds') as vip_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudVmCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudVmCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CloudExadataInfrastructureId') as cloud_exadata_infrastructure_id, json_extract_path_text(Properties, 'CloudVmClusterArn') as cloud_vm_cluster_arn, json_extract_path_text(Properties, 'CloudVmClusterId') as cloud_vm_cluster_id, @@ -2399,8 +2399,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TimeZone') as time_zone, json_extract_path_text(Properties, 'VipIds') as vip_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::CloudVmCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::CloudVmCluster' + AND Identifier = '' AND region = 'us-east-1' cloud_vm_clusters_list_only: name: cloud_vm_clusters_list_only @@ -2423,7 +2423,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CloudVmClusterArn') as cloud_vm_cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudVmCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudVmCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2431,7 +2431,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CloudVmClusterArn') as cloud_vm_cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::CloudVmCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::CloudVmCluster' AND region = 'us-east-1' odb_networks: name: odb_networks @@ -2491,11 +2491,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, JSON_EXTRACT(Properties, '$.AvailabilityZoneId') as availability_zone_id, JSON_EXTRACT(Properties, '$.BackupSubnetCidr') as backup_subnet_cidr, @@ -2509,15 +2509,15 @@ components: JSON_EXTRACT(Properties, '$.OdbNetworkArn') as odb_network_arn, JSON_EXTRACT(Properties, '$.OdbNetworkId') as odb_network_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::OdbNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::OdbNetwork' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, json_extract_path_text(Properties, 'AvailabilityZoneId') as availability_zone_id, json_extract_path_text(Properties, 'BackupSubnetCidr') as backup_subnet_cidr, @@ -2531,8 +2531,8 @@ components: json_extract_path_text(Properties, 'OdbNetworkArn') as odb_network_arn, json_extract_path_text(Properties, 'OdbNetworkId') as odb_network_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ODB::OdbNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ODB::OdbNetwork' + AND Identifier = '' AND region = 'us-east-1' odb_networks_list_only: name: odb_networks_list_only @@ -2555,7 +2555,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.OdbNetworkArn') as odb_network_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::OdbNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::OdbNetwork' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2563,7 +2563,7 @@ components: SELECT region, json_extract_path_text(Properties, 'OdbNetworkArn') as odb_network_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ODB::OdbNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ODB::OdbNetwork' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/omics.yaml b/providers/src/awscc/v00.00.00000/services/omics.yaml index cd0f82f7..0da850f7 100644 --- a/providers/src/awscc/v00.00.00000/services/omics.yaml +++ b/providers/src/awscc/v00.00.00000/services/omics.yaml @@ -1989,11 +1989,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, @@ -2008,15 +2008,15 @@ components: JSON_EXTRACT(Properties, '$.StoreSizeBytes') as store_size_bytes, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::AnnotationStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::AnnotationStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, @@ -2031,8 +2031,8 @@ components: json_extract_path_text(Properties, 'StoreSizeBytes') as store_size_bytes, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::AnnotationStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::AnnotationStore' + AND Identifier = '' AND region = 'us-east-1' annotation_stores_list_only: name: annotation_stores_list_only @@ -2055,7 +2055,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::AnnotationStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::AnnotationStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2063,7 +2063,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::AnnotationStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::AnnotationStore' AND region = 'us-east-1' reference_stores: name: reference_stores @@ -2110,11 +2110,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2122,15 +2122,15 @@ components: JSON_EXTRACT(Properties, '$.ReferenceStoreId') as reference_store_id, JSON_EXTRACT(Properties, '$.SseConfig') as sse_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::ReferenceStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::ReferenceStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, @@ -2138,8 +2138,8 @@ components: json_extract_path_text(Properties, 'ReferenceStoreId') as reference_store_id, json_extract_path_text(Properties, 'SseConfig') as sse_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::ReferenceStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::ReferenceStore' + AND Identifier = '' AND region = 'us-east-1' reference_stores_list_only: name: reference_stores_list_only @@ -2162,7 +2162,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReferenceStoreId') as reference_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::ReferenceStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::ReferenceStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2170,7 +2170,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReferenceStoreId') as reference_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::ReferenceStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::ReferenceStore' AND region = 'us-east-1' run_groups: name: run_groups @@ -2230,11 +2230,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Id') as id, @@ -2244,15 +2244,15 @@ components: JSON_EXTRACT(Properties, '$.MaxRuns') as max_runs, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::RunGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::RunGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Id') as id, @@ -2262,8 +2262,8 @@ components: json_extract_path_text(Properties, 'MaxRuns') as max_runs, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::RunGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::RunGroup' + AND Identifier = '' AND region = 'us-east-1' run_groups_list_only: name: run_groups_list_only @@ -2286,7 +2286,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::RunGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::RunGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2294,7 +2294,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::RunGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::RunGroup' AND region = 'us-east-1' sequence_stores: name: sequence_stores @@ -2354,11 +2354,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessLogLocation') as access_log_location, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, @@ -2376,15 +2376,15 @@ components: JSON_EXTRACT(Properties, '$.StatusMessage') as status_message, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::SequenceStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::SequenceStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessLogLocation') as access_log_location, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, @@ -2402,8 +2402,8 @@ components: json_extract_path_text(Properties, 'StatusMessage') as status_message, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::SequenceStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::SequenceStore' + AND Identifier = '' AND region = 'us-east-1' sequence_stores_list_only: name: sequence_stores_list_only @@ -2426,7 +2426,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SequenceStoreId') as sequence_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::SequenceStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::SequenceStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2434,7 +2434,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SequenceStoreId') as sequence_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::SequenceStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::SequenceStore' AND region = 'us-east-1' variant_stores: name: variant_stores @@ -2494,11 +2494,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, @@ -2511,15 +2511,15 @@ components: JSON_EXTRACT(Properties, '$.StoreSizeBytes') as store_size_bytes, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::VariantStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::VariantStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, @@ -2532,8 +2532,8 @@ components: json_extract_path_text(Properties, 'StoreSizeBytes') as store_size_bytes, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdateTime') as update_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::VariantStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::VariantStore' + AND Identifier = '' AND region = 'us-east-1' variant_stores_list_only: name: variant_stores_list_only @@ -2556,7 +2556,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::VariantStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::VariantStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2564,7 +2564,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::VariantStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::VariantStore' AND region = 'us-east-1' workflows: name: workflows @@ -2624,11 +2624,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.DefinitionUri') as definition_uri, @@ -2651,15 +2651,15 @@ components: JSON_EXTRACT(Properties, '$.readmePath') as readme_path, JSON_EXTRACT(Properties, '$.readmeUri') as readme_uri, JSON_EXTRACT(Properties, '$.readmeMarkdown') as readme_markdown - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::Workflow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'DefinitionUri') as definition_uri, @@ -2682,8 +2682,8 @@ components: json_extract_path_text(Properties, 'readmePath') as readme_path, json_extract_path_text(Properties, 'readmeUri') as readme_uri, json_extract_path_text(Properties, 'readmeMarkdown') as readme_markdown - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::Workflow' + AND Identifier = '' AND region = 'us-east-1' workflows_list_only: name: workflows_list_only @@ -2706,7 +2706,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::Workflow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2714,7 +2714,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::Workflow' AND region = 'us-east-1' workflow_versions: name: workflow_versions @@ -2774,11 +2774,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.WorkflowId') as workflow_id, JSON_EXTRACT(Properties, '$.VersionName') as version_name, @@ -2801,15 +2801,15 @@ components: JSON_EXTRACT(Properties, '$.readmePath') as readme_path, JSON_EXTRACT(Properties, '$.readmeUri') as readme_uri, JSON_EXTRACT(Properties, '$.readmeMarkdown') as readme_markdown - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::WorkflowVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::WorkflowVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'WorkflowId') as workflow_id, json_extract_path_text(Properties, 'VersionName') as version_name, @@ -2832,8 +2832,8 @@ components: json_extract_path_text(Properties, 'readmePath') as readme_path, json_extract_path_text(Properties, 'readmeUri') as readme_uri, json_extract_path_text(Properties, 'readmeMarkdown') as readme_markdown - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Omics::WorkflowVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Omics::WorkflowVersion' + AND Identifier = '' AND region = 'us-east-1' workflow_versions_list_only: name: workflow_versions_list_only @@ -2856,7 +2856,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::WorkflowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::WorkflowVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2864,7 +2864,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Omics::WorkflowVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Omics::WorkflowVersion' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml b/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml index c2ce4a25..6659c345 100644 --- a/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml +++ b/providers/src/awscc/v00.00.00000/services/opensearchserverless.yaml @@ -1499,30 +1499,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::AccessPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::AccessPolicy' + AND Identifier = '|' AND region = 'us-east-1' access_policies_list_only: name: access_policies_list_only @@ -1547,7 +1547,7 @@ components: region, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::AccessPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1556,7 +1556,7 @@ components: region, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::AccessPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::AccessPolicy' AND region = 'us-east-1' collections: name: collections @@ -1616,11 +1616,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1630,15 +1630,15 @@ components: JSON_EXTRACT(Properties, '$.DashboardEndpoint') as dashboard_endpoint, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.StandbyReplicas') as standby_replicas - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::Collection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::Collection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, @@ -1648,8 +1648,8 @@ components: json_extract_path_text(Properties, 'DashboardEndpoint') as dashboard_endpoint, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'StandbyReplicas') as standby_replicas - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::Collection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::Collection' + AND Identifier = '' AND region = 'us-east-1' collections_list_only: name: collections_list_only @@ -1672,7 +1672,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::Collection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::Collection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1680,7 +1680,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::Collection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::Collection' AND region = 'us-east-1' indices: name: indices @@ -1741,32 +1741,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CollectionEndpoint') as collection_endpoint, JSON_EXTRACT(Properties, '$.IndexName') as index_name, JSON_EXTRACT(Properties, '$.Settings') as settings, JSON_EXTRACT(Properties, '$.Mappings') as mappings, JSON_EXTRACT(Properties, '$.Uuid') as uuid - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::Index' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::Index' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CollectionEndpoint') as collection_endpoint, json_extract_path_text(Properties, 'IndexName') as index_name, json_extract_path_text(Properties, 'Settings') as settings, json_extract_path_text(Properties, 'Mappings') as mappings, json_extract_path_text(Properties, 'Uuid') as uuid - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::Index' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::Index' + AND Identifier = '|' AND region = 'us-east-1' indices_list_only: name: indices_list_only @@ -1791,7 +1791,7 @@ components: region, JSON_EXTRACT(Properties, '$.IndexName') as index_name, JSON_EXTRACT(Properties, '$.CollectionEndpoint') as collection_endpoint - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::Index' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1800,7 +1800,7 @@ components: region, json_extract_path_text(Properties, 'IndexName') as index_name, json_extract_path_text(Properties, 'CollectionEndpoint') as collection_endpoint - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::Index' AND region = 'us-east-1' lifecycle_policies: name: lifecycle_policies @@ -1861,30 +1861,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' + AND Identifier = '|' AND region = 'us-east-1' lifecycle_policies_list_only: name: lifecycle_policies_list_only @@ -1909,7 +1909,7 @@ components: region, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1918,7 +1918,7 @@ components: region, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::LifecyclePolicy' AND region = 'us-east-1' security_configs: name: security_configs @@ -1978,34 +1978,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SamlOptions') as saml_options, JSON_EXTRACT(Properties, '$.IamIdentityCenterOptions') as iam_identity_center_options, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::SecurityConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SamlOptions') as saml_options, json_extract_path_text(Properties, 'IamIdentityCenterOptions') as iam_identity_center_options, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::SecurityConfig' + AND Identifier = '' AND region = 'us-east-1' security_configs_list_only: name: security_configs_list_only @@ -2028,7 +2028,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::SecurityConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2036,7 +2036,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::SecurityConfig' AND region = 'us-east-1' security_policies: name: security_policies @@ -2097,30 +2097,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' + AND Identifier = '|' AND region = 'us-east-1' security_policies_list_only: name: security_policies_list_only @@ -2145,7 +2145,7 @@ components: region, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2154,7 +2154,7 @@ components: region, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::SecurityPolicy' AND region = 'us-east-1' vpc_endpoints: name: vpc_endpoints @@ -2214,32 +2214,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' + AND Identifier = '' AND region = 'us-east-1' vpc_endpoints_list_only: name: vpc_endpoints_list_only @@ -2262,7 +2262,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2270,7 +2270,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchServerless::VpcEndpoint' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml b/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml index d6769c7d..4cc96695 100644 --- a/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml +++ b/providers/src/awscc/v00.00.00000/services/opensearchservice.yaml @@ -1205,11 +1205,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IamIdentityCenterOptions') as iam_identity_center_options, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, @@ -1218,15 +1218,15 @@ components: JSON_EXTRACT(Properties, '$.AppConfigs') as app_configs, JSON_EXTRACT(Properties, '$.DataSources') as data_sources, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchService::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchService::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IamIdentityCenterOptions') as iam_identity_center_options, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, @@ -1235,8 +1235,8 @@ components: json_extract_path_text(Properties, 'AppConfigs') as app_configs, json_extract_path_text(Properties, 'DataSources') as data_sources, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchService::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchService::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1259,7 +1259,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchService::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchService::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1267,7 +1267,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OpenSearchService::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OpenSearchService::Application' AND region = 'us-east-1' domains: name: domains @@ -1327,11 +1327,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterConfig') as cluster_config, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.AccessPolicies') as access_policies, @@ -1359,15 +1359,15 @@ components: JSON_EXTRACT(Properties, '$.SoftwareUpdateOptions') as software_update_options, JSON_EXTRACT(Properties, '$.SkipShardMigrationWait') as skip_shard_migration_wait, JSON_EXTRACT(Properties, '$.IdentityCenterOptions') as identity_center_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchService::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchService::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterConfig') as cluster_config, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'AccessPolicies') as access_policies, @@ -1395,8 +1395,8 @@ components: json_extract_path_text(Properties, 'SoftwareUpdateOptions') as software_update_options, json_extract_path_text(Properties, 'SkipShardMigrationWait') as skip_shard_migration_wait, json_extract_path_text(Properties, 'IdentityCenterOptions') as identity_center_options - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OpenSearchService::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OpenSearchService::Domain' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/organizations.yaml b/providers/src/awscc/v00.00.00000/services/organizations.yaml index f4da4a6d..352f4005 100644 --- a/providers/src/awscc/v00.00.00000/services/organizations.yaml +++ b/providers/src/awscc/v00.00.00000/services/organizations.yaml @@ -1198,11 +1198,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountName') as account_name, JSON_EXTRACT(Properties, '$.Email') as email, JSON_EXTRACT(Properties, '$.RoleName') as role_name, @@ -1213,15 +1213,15 @@ components: JSON_EXTRACT(Properties, '$.JoinedMethod') as joined_method, JSON_EXTRACT(Properties, '$.JoinedTimestamp') as joined_timestamp, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Account' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountName') as account_name, json_extract_path_text(Properties, 'Email') as email, json_extract_path_text(Properties, 'RoleName') as role_name, @@ -1232,8 +1232,8 @@ components: json_extract_path_text(Properties, 'JoinedMethod') as joined_method, json_extract_path_text(Properties, 'JoinedTimestamp') as joined_timestamp, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Account' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Account' + AND Identifier = '' AND region = 'us-east-1' accounts_list_only: name: accounts_list_only @@ -1256,7 +1256,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Account' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Account' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1264,7 +1264,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Account' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Account' AND region = 'us-east-1' organizations: name: organizations @@ -1324,11 +1324,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.FeatureSet') as feature_set, @@ -1336,15 +1336,15 @@ components: JSON_EXTRACT(Properties, '$.ManagementAccountId') as management_account_id, JSON_EXTRACT(Properties, '$.ManagementAccountEmail') as management_account_email, JSON_EXTRACT(Properties, '$.RootId') as root_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Organization' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Organization' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'FeatureSet') as feature_set, @@ -1352,8 +1352,8 @@ components: json_extract_path_text(Properties, 'ManagementAccountId') as management_account_id, json_extract_path_text(Properties, 'ManagementAccountEmail') as management_account_email, json_extract_path_text(Properties, 'RootId') as root_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Organization' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Organization' + AND Identifier = '' AND region = 'us-east-1' organizations_list_only: name: organizations_list_only @@ -1376,7 +1376,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Organization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Organization' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1384,7 +1384,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Organization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Organization' AND region = 'us-east-1' organizational_units: name: organizational_units @@ -1444,32 +1444,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ParentId') as parent_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::OrganizationalUnit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::OrganizationalUnit' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ParentId') as parent_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::OrganizationalUnit' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::OrganizationalUnit' + AND Identifier = '' AND region = 'us-east-1' organizational_units_list_only: name: organizational_units_list_only @@ -1492,7 +1492,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::OrganizationalUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::OrganizationalUnit' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1500,7 +1500,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::OrganizationalUnit' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::OrganizationalUnit' AND region = 'us-east-1' policies: name: policies @@ -1560,11 +1560,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Content') as content, @@ -1574,15 +1574,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsManaged') as aws_managed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Policy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Content') as content, @@ -1592,8 +1592,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsManaged') as aws_managed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::Policy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::Policy' + AND Identifier = '' AND region = 'us-east-1' policies_list_only: name: policies_list_only @@ -1616,7 +1616,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Policy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1624,7 +1624,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::Policy' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -1684,30 +1684,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Content') as content, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Content') as content, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Organizations::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Organizations::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -1730,7 +1730,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1738,7 +1738,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Organizations::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Organizations::ResourcePolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/osis.yaml b/providers/src/awscc/v00.00.00000/services/osis.yaml index 1c91e149..0ea4d83a 100644 --- a/providers/src/awscc/v00.00.00000/services/osis.yaml +++ b/providers/src/awscc/v00.00.00000/services/osis.yaml @@ -772,11 +772,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BufferOptions') as buffer_options, JSON_EXTRACT(Properties, '$.EncryptionAtRestOptions') as encryption_at_rest_options, JSON_EXTRACT(Properties, '$.LogPublishingOptions') as log_publishing_options, @@ -790,15 +790,15 @@ components: JSON_EXTRACT(Properties, '$.VpcEndpointService') as vpc_endpoint_service, JSON_EXTRACT(Properties, '$.PipelineArn') as pipeline_arn, JSON_EXTRACT(Properties, '$.IngestEndpointUrls') as ingest_endpoint_urls - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OSIS::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OSIS::Pipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BufferOptions') as buffer_options, json_extract_path_text(Properties, 'EncryptionAtRestOptions') as encryption_at_rest_options, json_extract_path_text(Properties, 'LogPublishingOptions') as log_publishing_options, @@ -812,8 +812,8 @@ components: json_extract_path_text(Properties, 'VpcEndpointService') as vpc_endpoint_service, json_extract_path_text(Properties, 'PipelineArn') as pipeline_arn, json_extract_path_text(Properties, 'IngestEndpointUrls') as ingest_endpoint_urls - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::OSIS::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::OSIS::Pipeline' + AND Identifier = '' AND region = 'us-east-1' pipelines_list_only: name: pipelines_list_only @@ -836,7 +836,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PipelineArn') as pipeline_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OSIS::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OSIS::Pipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -844,7 +844,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PipelineArn') as pipeline_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::OSIS::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::OSIS::Pipeline' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/panorama.yaml b/providers/src/awscc/v00.00.00000/services/panorama.yaml index 521a26a7..9222653b 100644 --- a/providers/src/awscc/v00.00.00000/services/panorama.yaml +++ b/providers/src/awscc/v00.00.00000/services/panorama.yaml @@ -1114,11 +1114,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DefaultRuntimeContextDeviceName') as default_runtime_context_device_name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.DefaultRuntimeContextDevice') as default_runtime_context_device, @@ -1135,15 +1135,15 @@ components: JSON_EXTRACT(Properties, '$.ManifestPayload') as manifest_payload, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::ApplicationInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::ApplicationInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DefaultRuntimeContextDeviceName') as default_runtime_context_device_name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'DefaultRuntimeContextDevice') as default_runtime_context_device, @@ -1160,8 +1160,8 @@ components: json_extract_path_text(Properties, 'ManifestPayload') as manifest_payload, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::ApplicationInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::ApplicationInstance' + AND Identifier = '' AND region = 'us-east-1' application_instances_list_only: name: application_instances_list_only @@ -1184,7 +1184,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationInstanceId') as application_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::ApplicationInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Panorama::ApplicationInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1192,7 +1192,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationInstanceId') as application_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::ApplicationInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Panorama::ApplicationInstance' AND region = 'us-east-1' packages: name: packages @@ -1252,34 +1252,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PackageName') as package_name, JSON_EXTRACT(Properties, '$.PackageId') as package_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StorageLocation') as storage_location, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::Package' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::Package' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PackageName') as package_name, json_extract_path_text(Properties, 'PackageId') as package_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StorageLocation') as storage_location, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::Package' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::Package' + AND Identifier = '' AND region = 'us-east-1' packages_list_only: name: packages_list_only @@ -1302,7 +1302,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PackageId') as package_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::Package' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Panorama::Package' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1310,7 +1310,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PackageId') as package_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Panorama::Package' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Panorama::Package' AND region = 'us-east-1' package_versions: name: package_versions @@ -1372,11 +1372,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OwnerAccount') as owner_account, JSON_EXTRACT(Properties, '$.PackageId') as package_id, JSON_EXTRACT(Properties, '$.PackageArn') as package_arn, @@ -1389,15 +1389,15 @@ components: JSON_EXTRACT(Properties, '$.StatusDescription') as status_description, JSON_EXTRACT(Properties, '$.RegisteredTime') as registered_time, JSON_EXTRACT(Properties, '$.UpdatedLatestPatchVersion') as updated_latest_patch_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::PackageVersion' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OwnerAccount') as owner_account, json_extract_path_text(Properties, 'PackageId') as package_id, json_extract_path_text(Properties, 'PackageArn') as package_arn, @@ -1410,8 +1410,8 @@ components: json_extract_path_text(Properties, 'StatusDescription') as status_description, json_extract_path_text(Properties, 'RegisteredTime') as registered_time, json_extract_path_text(Properties, 'UpdatedLatestPatchVersion') as updated_latest_patch_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Panorama::PackageVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Panorama::PackageVersion' + AND Identifier = '||' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/paymentcryptography.yaml b/providers/src/awscc/v00.00.00000/services/paymentcryptography.yaml index 14269c2b..9cc713a8 100644 --- a/providers/src/awscc/v00.00.00000/services/paymentcryptography.yaml +++ b/providers/src/awscc/v00.00.00000/services/paymentcryptography.yaml @@ -789,26 +789,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AliasName') as alias_name, JSON_EXTRACT(Properties, '$.KeyArn') as key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PaymentCryptography::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PaymentCryptography::Alias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AliasName') as alias_name, json_extract_path_text(Properties, 'KeyArn') as key_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PaymentCryptography::Alias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PaymentCryptography::Alias' + AND Identifier = '' AND region = 'us-east-1' aliases_list_only: name: aliases_list_only @@ -831,7 +831,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AliasName') as alias_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PaymentCryptography::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PaymentCryptography::Alias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -839,7 +839,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AliasName') as alias_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PaymentCryptography::Alias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PaymentCryptography::Alias' AND region = 'us-east-1' keys: name: keys @@ -899,11 +899,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeriveKeyUsage') as derive_key_usage, JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.Exportable') as exportable, @@ -913,15 +913,15 @@ components: JSON_EXTRACT(Properties, '$.KeyOrigin') as key_origin, JSON_EXTRACT(Properties, '$.KeyState') as key_state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PaymentCryptography::Key' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PaymentCryptography::Key' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeriveKeyUsage') as derive_key_usage, json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'Exportable') as exportable, @@ -931,8 +931,8 @@ components: json_extract_path_text(Properties, 'KeyOrigin') as key_origin, json_extract_path_text(Properties, 'KeyState') as key_state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PaymentCryptography::Key' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PaymentCryptography::Key' + AND Identifier = '' AND region = 'us-east-1' keys_list_only: name: keys_list_only @@ -955,7 +955,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KeyIdentifier') as key_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PaymentCryptography::Key' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PaymentCryptography::Key' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -963,7 +963,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KeyIdentifier') as key_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PaymentCryptography::Key' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PaymentCryptography::Key' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml b/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml index 85a4bb22..3379a037 100644 --- a/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml +++ b/providers/src/awscc/v00.00.00000/services/pcaconnectorad.yaml @@ -1616,32 +1616,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.DirectoryId') as directory_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VpcInformation') as vpc_information - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::Connector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'DirectoryId') as directory_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VpcInformation') as vpc_information - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::Connector' + AND Identifier = '' AND region = 'us-east-1' connectors_list_only: name: connectors_list_only @@ -1664,7 +1664,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::Connector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1672,7 +1672,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::Connector' AND region = 'us-east-1' directory_registrations: name: directory_registrations @@ -1732,28 +1732,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DirectoryId') as directory_id, JSON_EXTRACT(Properties, '$.DirectoryRegistrationArn') as directory_registration_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DirectoryId') as directory_id, json_extract_path_text(Properties, 'DirectoryRegistrationArn') as directory_registration_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' + AND Identifier = '' AND region = 'us-east-1' directory_registrations_list_only: name: directory_registrations_list_only @@ -1776,7 +1776,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1784,7 +1784,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::DirectoryRegistration' AND region = 'us-east-1' service_principal_names: name: service_principal_names @@ -1832,26 +1832,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' + AND Identifier = '|' AND region = 'us-east-1' service_principal_names_list_only: name: service_principal_names_list_only @@ -1876,7 +1876,7 @@ components: region, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1885,7 +1885,7 @@ components: region, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'DirectoryRegistrationArn') as directory_registration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::ServicePrincipalName' AND region = 'us-east-1' templates: name: templates @@ -1945,34 +1945,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ReenrollAllCertificateHolders') as reenroll_all_certificate_holders, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::Template' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::Template' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ReenrollAllCertificateHolders') as reenroll_all_certificate_holders, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TemplateArn') as template_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::Template' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::Template' + AND Identifier = '' AND region = 'us-east-1' templates_list_only: name: templates_list_only @@ -1995,7 +1995,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::Template' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2003,7 +2003,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TemplateArn') as template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::Template' AND region = 'us-east-1' template_group_access_control_entries: name: template_group_access_control_entries @@ -2064,30 +2064,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessRights') as access_rights, JSON_EXTRACT(Properties, '$.GroupDisplayName') as group_display_name, JSON_EXTRACT(Properties, '$.GroupSecurityIdentifier') as group_security_identifier, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessRights') as access_rights, json_extract_path_text(Properties, 'GroupDisplayName') as group_display_name, json_extract_path_text(Properties, 'GroupSecurityIdentifier') as group_security_identifier, json_extract_path_text(Properties, 'TemplateArn') as template_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' + AND Identifier = '|' AND region = 'us-east-1' template_group_access_control_entries_list_only: name: template_group_access_control_entries_list_only @@ -2112,7 +2112,7 @@ components: region, JSON_EXTRACT(Properties, '$.GroupSecurityIdentifier') as group_security_identifier, JSON_EXTRACT(Properties, '$.TemplateArn') as template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2121,7 +2121,7 @@ components: region, json_extract_path_text(Properties, 'GroupSecurityIdentifier') as group_security_identifier, json_extract_path_text(Properties, 'TemplateArn') as template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorAD::TemplateGroupAccessControlEntry' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/pcaconnectorscep.yaml b/providers/src/awscc/v00.00.00000/services/pcaconnectorscep.yaml index a2569396..0bce8950 100644 --- a/providers/src/awscc/v00.00.00000/services/pcaconnectorscep.yaml +++ b/providers/src/awscc/v00.00.00000/services/pcaconnectorscep.yaml @@ -703,28 +703,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ChallengeArn') as challenge_arn, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Challenge' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorSCEP::Challenge' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ChallengeArn') as challenge_arn, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Challenge' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorSCEP::Challenge' + AND Identifier = '' AND region = 'us-east-1' challenges_list_only: name: challenges_list_only @@ -747,7 +747,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ChallengeArn') as challenge_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Challenge' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorSCEP::Challenge' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -755,7 +755,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ChallengeArn') as challenge_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Challenge' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorSCEP::Challenge' AND region = 'us-east-1' connectors: name: connectors @@ -815,11 +815,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CertificateAuthorityArn') as certificate_authority_arn, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn, JSON_EXTRACT(Properties, '$.Type') as type, @@ -827,15 +827,15 @@ components: JSON_EXTRACT(Properties, '$.MobileDeviceManagement') as mobile_device_management, JSON_EXTRACT(Properties, '$.OpenIdConfiguration') as open_id_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorSCEP::Connector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CertificateAuthorityArn') as certificate_authority_arn, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn, json_extract_path_text(Properties, 'Type') as type, @@ -843,8 +843,8 @@ components: json_extract_path_text(Properties, 'MobileDeviceManagement') as mobile_device_management, json_extract_path_text(Properties, 'OpenIdConfiguration') as open_id_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCAConnectorSCEP::Connector' + AND Identifier = '' AND region = 'us-east-1' connectors_list_only: name: connectors_list_only @@ -867,7 +867,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorSCEP::Connector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -875,7 +875,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorArn') as connector_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCAConnectorSCEP::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCAConnectorSCEP::Connector' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/pcs.yaml b/providers/src/awscc/v00.00.00000/services/pcs.yaml index c29b1f4b..02ebbe2d 100644 --- a/providers/src/awscc/v00.00.00000/services/pcs.yaml +++ b/providers/src/awscc/v00.00.00000/services/pcs.yaml @@ -1376,11 +1376,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Endpoints') as endpoints, JSON_EXTRACT(Properties, '$.ErrorInfo') as error_info, @@ -1392,15 +1392,15 @@ components: JSON_EXTRACT(Properties, '$.SlurmConfiguration') as slurm_configuration, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Endpoints') as endpoints, json_extract_path_text(Properties, 'ErrorInfo') as error_info, @@ -1412,8 +1412,8 @@ components: json_extract_path_text(Properties, 'SlurmConfiguration') as slurm_configuration, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -1436,7 +1436,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1444,7 +1444,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::Cluster' AND region = 'us-east-1' compute_node_groups: name: compute_node_groups @@ -1504,11 +1504,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ClusterId') as cluster_id, JSON_EXTRACT(Properties, '$.ErrorInfo') as error_info, @@ -1525,15 +1525,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AmiId') as ami_id, JSON_EXTRACT(Properties, '$.IamInstanceProfileArn') as iam_instance_profile_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::ComputeNodeGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::ComputeNodeGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ClusterId') as cluster_id, json_extract_path_text(Properties, 'ErrorInfo') as error_info, @@ -1550,8 +1550,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AmiId') as ami_id, json_extract_path_text(Properties, 'IamInstanceProfileArn') as iam_instance_profile_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::ComputeNodeGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::ComputeNodeGroup' + AND Identifier = '' AND region = 'us-east-1' compute_node_groups_list_only: name: compute_node_groups_list_only @@ -1574,7 +1574,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::ComputeNodeGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::ComputeNodeGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1582,7 +1582,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::ComputeNodeGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::ComputeNodeGroup' AND region = 'us-east-1' queues: name: queues @@ -1642,11 +1642,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ClusterId') as cluster_id, JSON_EXTRACT(Properties, '$.ComputeNodeGroupConfigurations') as compute_node_group_configurations, @@ -1655,15 +1655,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::Queue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ClusterId') as cluster_id, json_extract_path_text(Properties, 'ComputeNodeGroupConfigurations') as compute_node_group_configurations, @@ -1672,8 +1672,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::PCS::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::PCS::Queue' + AND Identifier = '' AND region = 'us-east-1' queues_list_only: name: queues_list_only @@ -1696,7 +1696,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::Queue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1704,7 +1704,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::PCS::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::PCS::Queue' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/personalize.yaml b/providers/src/awscc/v00.00.00000/services/personalize.yaml index 78cc6fd1..a923051b 100644 --- a/providers/src/awscc/v00.00.00000/services/personalize.yaml +++ b/providers/src/awscc/v00.00.00000/services/personalize.yaml @@ -1079,34 +1079,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DatasetArn') as dataset_arn, JSON_EXTRACT(Properties, '$.DatasetType') as dataset_type, JSON_EXTRACT(Properties, '$.DatasetGroupArn') as dataset_group_arn, JSON_EXTRACT(Properties, '$.SchemaArn') as schema_arn, JSON_EXTRACT(Properties, '$.DatasetImportJob') as dataset_import_job - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Dataset' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DatasetArn') as dataset_arn, json_extract_path_text(Properties, 'DatasetType') as dataset_type, json_extract_path_text(Properties, 'DatasetGroupArn') as dataset_group_arn, json_extract_path_text(Properties, 'SchemaArn') as schema_arn, json_extract_path_text(Properties, 'DatasetImportJob') as dataset_import_job - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Dataset' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Dataset' + AND Identifier = '' AND region = 'us-east-1' datasets_list_only: name: datasets_list_only @@ -1129,7 +1129,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatasetArn') as dataset_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Dataset' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1137,7 +1137,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatasetArn') as dataset_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Dataset' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Dataset' AND region = 'us-east-1' dataset_groups: name: dataset_groups @@ -1184,32 +1184,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatasetGroupArn') as dataset_group_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Domain') as domain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::DatasetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::DatasetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatasetGroupArn') as dataset_group_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Domain') as domain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::DatasetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::DatasetGroup' + AND Identifier = '' AND region = 'us-east-1' dataset_groups_list_only: name: dataset_groups_list_only @@ -1232,7 +1232,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::DatasetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::DatasetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1240,7 +1240,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatasetGroupArn') as dataset_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::DatasetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::DatasetGroup' AND region = 'us-east-1' schemata: name: schemata @@ -1287,30 +1287,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SchemaArn') as schema_arn, JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.Domain') as domain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Schema' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Schema' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SchemaArn') as schema_arn, json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'Domain') as domain - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Schema' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Schema' + AND Identifier = '' AND region = 'us-east-1' schemata_list_only: name: schemata_list_only @@ -1333,7 +1333,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SchemaArn') as schema_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Schema' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Schema' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1341,7 +1341,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SchemaArn') as schema_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Schema' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Schema' AND region = 'us-east-1' solutions: name: solutions @@ -1388,11 +1388,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.SolutionArn') as solution_arn, JSON_EXTRACT(Properties, '$.EventType') as event_type, @@ -1401,15 +1401,15 @@ components: JSON_EXTRACT(Properties, '$.PerformHPO') as perform_hpo, JSON_EXTRACT(Properties, '$.RecipeArn') as recipe_arn, JSON_EXTRACT(Properties, '$.SolutionConfig') as solution_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Solution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Solution' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'SolutionArn') as solution_arn, json_extract_path_text(Properties, 'EventType') as event_type, @@ -1418,8 +1418,8 @@ components: json_extract_path_text(Properties, 'PerformHPO') as perform_hpo, json_extract_path_text(Properties, 'RecipeArn') as recipe_arn, json_extract_path_text(Properties, 'SolutionConfig') as solution_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Personalize::Solution' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Personalize::Solution' + AND Identifier = '' AND region = 'us-east-1' solutions_list_only: name: solutions_list_only @@ -1442,7 +1442,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SolutionArn') as solution_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Solution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Solution' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1450,7 +1450,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SolutionArn') as solution_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Personalize::Solution' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Personalize::Solution' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/pinpoint.yaml b/providers/src/awscc/v00.00.00000/services/pinpoint.yaml index c5644648..cb3b4d5b 100644 --- a/providers/src/awscc/v00.00.00000/services/pinpoint.yaml +++ b/providers/src/awscc/v00.00.00000/services/pinpoint.yaml @@ -644,11 +644,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Content') as content, JSON_EXTRACT(Properties, '$.CustomConfig') as custom_config, @@ -656,15 +656,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TemplateDescription') as template_description, JSON_EXTRACT(Properties, '$.TemplateName') as template_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Pinpoint::InAppTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Pinpoint::InAppTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Content') as content, json_extract_path_text(Properties, 'CustomConfig') as custom_config, @@ -672,8 +672,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TemplateDescription') as template_description, json_extract_path_text(Properties, 'TemplateName') as template_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Pinpoint::InAppTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Pinpoint::InAppTemplate' + AND Identifier = '' AND region = 'us-east-1' in_app_templates_list_only: name: in_app_templates_list_only @@ -696,7 +696,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Pinpoint::InAppTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Pinpoint::InAppTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -704,7 +704,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TemplateName') as template_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Pinpoint::InAppTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Pinpoint::InAppTemplate' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/pipes.yaml b/providers/src/awscc/v00.00.00000/services/pipes.yaml index e62fabe1..2957d64d 100644 --- a/providers/src/awscc/v00.00.00000/services/pipes.yaml +++ b/providers/src/awscc/v00.00.00000/services/pipes.yaml @@ -1954,11 +1954,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.CurrentState') as current_state, @@ -1977,15 +1977,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Target') as target, JSON_EXTRACT(Properties, '$.TargetParameters') as target_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Pipes::Pipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Pipes::Pipe' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'CurrentState') as current_state, @@ -2004,8 +2004,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Target') as target, json_extract_path_text(Properties, 'TargetParameters') as target_parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Pipes::Pipe' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Pipes::Pipe' + AND Identifier = '' AND region = 'us-east-1' pipes_list_only: name: pipes_list_only @@ -2028,7 +2028,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Pipes::Pipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Pipes::Pipe' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2036,7 +2036,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Pipes::Pipe' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Pipes::Pipe' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/proton.yaml b/providers/src/awscc/v00.00.00000/services/proton.yaml index 20e841bf..b51c0fa0 100644 --- a/providers/src/awscc/v00.00.00000/services/proton.yaml +++ b/providers/src/awscc/v00.00.00000/services/proton.yaml @@ -1223,11 +1223,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CodebuildRoleArn') as codebuild_role_arn, JSON_EXTRACT(Properties, '$.ComponentRoleArn') as component_role_arn, @@ -1238,15 +1238,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::EnvironmentAccountConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::EnvironmentAccountConnection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CodebuildRoleArn') as codebuild_role_arn, json_extract_path_text(Properties, 'ComponentRoleArn') as component_role_arn, @@ -1257,8 +1257,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::EnvironmentAccountConnection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::EnvironmentAccountConnection' + AND Identifier = '' AND region = 'us-east-1' environment_account_connections_list_only: name: environment_account_connections_list_only @@ -1281,7 +1281,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::EnvironmentAccountConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::EnvironmentAccountConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1289,7 +1289,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::EnvironmentAccountConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::EnvironmentAccountConnection' AND region = 'us-east-1' environment_templates: name: environment_templates @@ -1349,11 +1349,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, @@ -1361,15 +1361,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Provisioning') as provisioning, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::EnvironmentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::EnvironmentTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DisplayName') as display_name, @@ -1377,8 +1377,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Provisioning') as provisioning, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::EnvironmentTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::EnvironmentTemplate' + AND Identifier = '' AND region = 'us-east-1' environment_templates_list_only: name: environment_templates_list_only @@ -1401,7 +1401,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::EnvironmentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::EnvironmentTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1409,7 +1409,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::EnvironmentTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::EnvironmentTemplate' AND region = 'us-east-1' service_templates: name: service_templates @@ -1469,11 +1469,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, @@ -1481,15 +1481,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.PipelineProvisioning') as pipeline_provisioning, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::ServiceTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::ServiceTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DisplayName') as display_name, @@ -1497,8 +1497,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'PipelineProvisioning') as pipeline_provisioning, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Proton::ServiceTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Proton::ServiceTemplate' + AND Identifier = '' AND region = 'us-east-1' service_templates_list_only: name: service_templates_list_only @@ -1521,7 +1521,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::ServiceTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::ServiceTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1529,7 +1529,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Proton::ServiceTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Proton::ServiceTemplate' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/qbusiness.yaml b/providers/src/awscc/v00.00.00000/services/qbusiness.yaml index d671286c..5a13ebc1 100644 --- a/providers/src/awscc/v00.00.00000/services/qbusiness.yaml +++ b/providers/src/awscc/v00.00.00000/services/qbusiness.yaml @@ -2777,11 +2777,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.AttachmentsConfiguration') as attachments_configuration, @@ -2802,15 +2802,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'AttachmentsConfiguration') as attachments_configuration, @@ -2831,8 +2831,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -2855,7 +2855,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2863,7 +2863,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationId') as application_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Application' AND region = 'us-east-1' data_accessors: name: data_accessors @@ -2924,11 +2924,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ActionConfigurations') as action_configurations, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.AuthenticationDetail') as authentication_detail, @@ -2940,15 +2940,15 @@ components: JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::DataAccessor' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::DataAccessor' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ActionConfigurations') as action_configurations, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'AuthenticationDetail') as authentication_detail, @@ -2960,8 +2960,8 @@ components: json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::DataAccessor' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::DataAccessor' + AND Identifier = '|' AND region = 'us-east-1' data_accessors_list_only: name: data_accessors_list_only @@ -2986,7 +2986,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.DataAccessorId') as data_accessor_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::DataAccessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::DataAccessor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2995,7 +2995,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'DataAccessorId') as data_accessor_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::DataAccessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::DataAccessor' AND region = 'us-east-1' data_sources: name: data_sources @@ -3057,11 +3057,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -3079,15 +3079,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.VpcConfiguration') as vpc_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::DataSource' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::DataSource' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -3105,8 +3105,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'VpcConfiguration') as vpc_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::DataSource' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::DataSource' + AND Identifier = '||' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -3133,7 +3133,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.DataSourceId') as data_source_id, JSON_EXTRACT(Properties, '$.IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3143,7 +3143,7 @@ components: json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'DataSourceId') as data_source_id, json_extract_path_text(Properties, 'IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::DataSource' AND region = 'us-east-1' indices: name: indices @@ -3204,11 +3204,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.CapacityConfiguration') as capacity_configuration, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -3222,15 +3222,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Index' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Index' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'CapacityConfiguration') as capacity_configuration, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -3244,8 +3244,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Index' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Index' + AND Identifier = '|' AND region = 'us-east-1' indices_list_only: name: indices_list_only @@ -3270,7 +3270,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Index' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3279,7 +3279,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'IndexId') as index_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Index' AND region = 'us-east-1' permissions: name: permissions @@ -3327,32 +3327,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.StatementId') as statement_id, JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.Conditions') as conditions, JSON_EXTRACT(Properties, '$.Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Permission' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'StatementId') as statement_id, json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'Conditions') as conditions, json_extract_path_text(Properties, 'Principal') as principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Permission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Permission' + AND Identifier = '|' AND region = 'us-east-1' permissions_list_only: name: permissions_list_only @@ -3377,7 +3377,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.StatementId') as statement_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Permission' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3386,7 +3386,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'StatementId') as statement_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Permission' AND region = 'us-east-1' plugins: name: plugins @@ -3447,11 +3447,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.AuthConfiguration') as auth_configuration, JSON_EXTRACT(Properties, '$.BuildStatus') as build_status, @@ -3465,15 +3465,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Plugin' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Plugin' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'AuthConfiguration') as auth_configuration, json_extract_path_text(Properties, 'BuildStatus') as build_status, @@ -3487,8 +3487,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Plugin' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Plugin' + AND Identifier = '|' AND region = 'us-east-1' plugins_list_only: name: plugins_list_only @@ -3513,7 +3513,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.PluginId') as plugin_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Plugin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Plugin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3522,7 +3522,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'PluginId') as plugin_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Plugin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Plugin' AND region = 'us-east-1' retrievers: name: retrievers @@ -3583,11 +3583,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -3599,15 +3599,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Retriever' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Retriever' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -3619,8 +3619,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::Retriever' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::Retriever' + AND Identifier = '|' AND region = 'us-east-1' retrievers_list_only: name: retrievers_list_only @@ -3645,7 +3645,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.RetrieverId') as retriever_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Retriever' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Retriever' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3654,7 +3654,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'RetrieverId') as retriever_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::Retriever' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::Retriever' AND region = 'us-east-1' web_experiences: name: web_experiences @@ -3715,11 +3715,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.DefaultEndpoint') as default_endpoint, @@ -3737,15 +3737,15 @@ components: JSON_EXTRACT(Properties, '$.Origins') as origins, JSON_EXTRACT(Properties, '$.CustomizationConfiguration') as customization_configuration, JSON_EXTRACT(Properties, '$.BrowserExtensionConfiguration') as browser_extension_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::WebExperience' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::WebExperience' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'DefaultEndpoint') as default_endpoint, @@ -3763,8 +3763,8 @@ components: json_extract_path_text(Properties, 'Origins') as origins, json_extract_path_text(Properties, 'CustomizationConfiguration') as customization_configuration, json_extract_path_text(Properties, 'BrowserExtensionConfiguration') as browser_extension_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QBusiness::WebExperience' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QBusiness::WebExperience' + AND Identifier = '|' AND region = 'us-east-1' web_experiences_list_only: name: web_experiences_list_only @@ -3789,7 +3789,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.WebExperienceId') as web_experience_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::WebExperience' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::WebExperience' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3798,7 +3798,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'WebExperienceId') as web_experience_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QBusiness::WebExperience' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QBusiness::WebExperience' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/qldb.yaml b/providers/src/awscc/v00.00.00000/services/qldb.yaml index e41c5964..3058ef2a 100644 --- a/providers/src/awscc/v00.00.00000/services/qldb.yaml +++ b/providers/src/awscc/v00.00.00000/services/qldb.yaml @@ -605,11 +605,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.LedgerName') as ledger_name, JSON_EXTRACT(Properties, '$.StreamName') as stream_name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, @@ -619,15 +619,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QLDB::Stream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QLDB::Stream' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'LedgerName') as ledger_name, json_extract_path_text(Properties, 'StreamName') as stream_name, json_extract_path_text(Properties, 'RoleArn') as role_arn, @@ -637,8 +637,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QLDB::Stream' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QLDB::Stream' + AND Identifier = '|' AND region = 'us-east-1' streams_list_only: name: streams_list_only @@ -663,7 +663,7 @@ components: region, JSON_EXTRACT(Properties, '$.LedgerName') as ledger_name, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QLDB::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QLDB::Stream' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -672,7 +672,7 @@ components: region, json_extract_path_text(Properties, 'LedgerName') as ledger_name, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QLDB::Stream' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QLDB::Stream' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/quicksight.yaml b/providers/src/awscc/v00.00.00000/services/quicksight.yaml index c2d3ae2c..eedb683e 100644 --- a/providers/src/awscc/v00.00.00000/services/quicksight.yaml +++ b/providers/src/awscc/v00.00.00000/services/quicksight.yaml @@ -15095,11 +15095,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.Parameters') as parameters, @@ -15118,15 +15118,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Sheets') as sheets - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Analysis' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Analysis' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'Parameters') as parameters, @@ -15145,8 +15145,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Sheets') as sheets - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Analysis' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Analysis' + AND Identifier = '|' AND region = 'us-east-1' analyses_list_only: name: analyses_list_only @@ -15171,7 +15171,7 @@ components: region, JSON_EXTRACT(Properties, '$.AnalysisId') as analysis_id, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Analysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Analysis' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15180,7 +15180,7 @@ components: region, json_extract_path_text(Properties, 'AnalysisId') as analysis_id, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Analysis' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Analysis' AND region = 'us-east-1' custom_permissions: name: custom_permissions @@ -15241,32 +15241,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.Capabilities') as capabilities, JSON_EXTRACT(Properties, '$.CustomPermissionsName') as custom_permissions_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::CustomPermissions' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::CustomPermissions' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'Capabilities') as capabilities, json_extract_path_text(Properties, 'CustomPermissionsName') as custom_permissions_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::CustomPermissions' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::CustomPermissions' + AND Identifier = '|' AND region = 'us-east-1' custom_permissions_list_only: name: custom_permissions_list_only @@ -15291,7 +15291,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.CustomPermissionsName') as custom_permissions_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::CustomPermissions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::CustomPermissions' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15300,7 +15300,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'CustomPermissionsName') as custom_permissions_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::CustomPermissions' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::CustomPermissions' AND region = 'us-east-1' dashboards: name: dashboards @@ -15361,11 +15361,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description, @@ -15386,15 +15386,15 @@ components: JSON_EXTRACT(Properties, '$.LinkEntities') as link_entities, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Dashboard' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Dashboard' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'VersionDescription') as version_description, @@ -15415,8 +15415,8 @@ components: json_extract_path_text(Properties, 'LinkEntities') as link_entities, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Dashboard' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Dashboard' + AND Identifier = '|' AND region = 'us-east-1' dashboards_list_only: name: dashboards_list_only @@ -15441,7 +15441,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.DashboardId') as dashboard_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Dashboard' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15450,7 +15450,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'DashboardId') as dashboard_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Dashboard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Dashboard' AND region = 'us-east-1' data_sets: name: data_sets @@ -15511,11 +15511,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.FolderArns') as folder_arns, JSON_EXTRACT(Properties, '$.ConsumedSpiceCapacityInBytes') as consumed_spice_capacity_in_bytes, @@ -15541,15 +15541,15 @@ components: JSON_EXTRACT(Properties, '$.DataSetUsageConfiguration') as data_set_usage_configuration, JSON_EXTRACT(Properties, '$.OutputColumns') as output_columns, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::DataSet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'FolderArns') as folder_arns, json_extract_path_text(Properties, 'ConsumedSpiceCapacityInBytes') as consumed_spice_capacity_in_bytes, @@ -15575,8 +15575,8 @@ components: json_extract_path_text(Properties, 'DataSetUsageConfiguration') as data_set_usage_configuration, json_extract_path_text(Properties, 'OutputColumns') as output_columns, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::DataSet' + AND Identifier = '|' AND region = 'us-east-1' data_sets_list_only: name: data_sets_list_only @@ -15601,7 +15601,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.DataSetId') as data_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::DataSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::DataSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15610,7 +15610,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'DataSetId') as data_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::DataSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::DataSet' AND region = 'us-east-1' data_sources: name: data_sources @@ -15671,11 +15671,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.ErrorInfo') as error_info, @@ -15693,15 +15693,15 @@ components: JSON_EXTRACT(Properties, '$.Credentials') as credentials, JSON_EXTRACT(Properties, '$.DataSourceId') as data_source_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::DataSource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'ErrorInfo') as error_info, @@ -15719,8 +15719,8 @@ components: json_extract_path_text(Properties, 'Credentials') as credentials, json_extract_path_text(Properties, 'DataSourceId') as data_source_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::DataSource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::DataSource' + AND Identifier = '|' AND region = 'us-east-1' data_sources_list_only: name: data_sources_list_only @@ -15745,7 +15745,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.DataSourceId') as data_source_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::DataSource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15754,7 +15754,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'DataSourceId') as data_source_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::DataSource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::DataSource' AND region = 'us-east-1' folders: name: folders @@ -15815,11 +15815,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, @@ -15831,15 +15831,15 @@ components: JSON_EXTRACT(Properties, '$.Permissions') as permissions, JSON_EXTRACT(Properties, '$.SharingModel') as sharing_model, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Folder' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Folder' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'CreatedTime') as created_time, @@ -15851,8 +15851,8 @@ components: json_extract_path_text(Properties, 'Permissions') as permissions, json_extract_path_text(Properties, 'SharingModel') as sharing_model, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Folder' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Folder' + AND Identifier = '|' AND region = 'us-east-1' folders_list_only: name: folders_list_only @@ -15877,7 +15877,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.FolderId') as folder_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Folder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Folder' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -15886,7 +15886,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'FolderId') as folder_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Folder' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Folder' AND region = 'us-east-1' refresh_schedules: name: refresh_schedules @@ -15948,30 +15948,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.DataSetId') as data_set_id, JSON_EXTRACT(Properties, '$.Schedule') as schedule - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::RefreshSchedule' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'DataSetId') as data_set_id, json_extract_path_text(Properties, 'Schedule') as schedule - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::RefreshSchedule' + AND Identifier = '||' AND region = 'us-east-1' refresh_schedules_list_only: name: refresh_schedules_list_only @@ -15998,7 +15998,7 @@ components: JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.DataSetId') as data_set_id, JSON_EXTRACT(Properties, '$.Schedule.ScheduleId') as schedule__schedule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::RefreshSchedule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16008,7 +16008,7 @@ components: json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'DataSetId') as data_set_id, json_extract_path_text(Properties, 'Schedule', 'ScheduleId') as schedule__schedule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::RefreshSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::RefreshSchedule' AND region = 'us-east-1' templates: name: templates @@ -16069,11 +16069,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CreatedTime') as created_time, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description, JSON_EXTRACT(Properties, '$.SourceEntity') as source_entity, @@ -16087,15 +16087,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TemplateId') as template_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Template' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Template' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CreatedTime') as created_time, json_extract_path_text(Properties, 'VersionDescription') as version_description, json_extract_path_text(Properties, 'SourceEntity') as source_entity, @@ -16109,8 +16109,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TemplateId') as template_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Template' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Template' + AND Identifier = '|' AND region = 'us-east-1' templates_list_only: name: templates_list_only @@ -16135,7 +16135,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.TemplateId') as template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Template' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16144,7 +16144,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'TemplateId') as template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Template' AND region = 'us-east-1' themes: name: themes @@ -16205,11 +16205,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.BaseThemeId') as base_theme_id, @@ -16223,15 +16223,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Version') as version, JSON_EXTRACT(Properties, '$.VersionDescription') as version_description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Theme' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Theme' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'BaseThemeId') as base_theme_id, @@ -16245,8 +16245,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Version') as version, json_extract_path_text(Properties, 'VersionDescription') as version_description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Theme' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Theme' + AND Identifier = '|' AND region = 'us-east-1' themes_list_only: name: themes_list_only @@ -16271,7 +16271,7 @@ components: region, JSON_EXTRACT(Properties, '$.ThemeId') as theme_id, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Theme' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Theme' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16280,7 +16280,7 @@ components: region, json_extract_path_text(Properties, 'ThemeId') as theme_id, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Theme' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Theme' AND region = 'us-east-1' topics: name: topics @@ -16341,11 +16341,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.ConfigOptions') as config_options, @@ -16357,15 +16357,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TopicId') as topic_id, JSON_EXTRACT(Properties, '$.UserExperienceVersion') as user_experience_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Topic' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Topic' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'ConfigOptions') as config_options, @@ -16377,8 +16377,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TopicId') as topic_id, json_extract_path_text(Properties, 'UserExperienceVersion') as user_experience_version - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::Topic' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::Topic' + AND Identifier = '|' AND region = 'us-east-1' topics_list_only: name: topics_list_only @@ -16403,7 +16403,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.TopicId') as topic_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Topic' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Topic' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16412,7 +16412,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'TopicId') as topic_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::Topic' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::Topic' AND region = 'us-east-1' vpc_connections: name: vpc_connections @@ -16473,11 +16473,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AvailabilityStatus') as availability_status, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, @@ -16493,15 +16493,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VPCConnectionId') as vpc_connection_id, JSON_EXTRACT(Properties, '$.VPCId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::VPCConnection' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AvailabilityStatus') as availability_status, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, @@ -16517,8 +16517,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VPCConnectionId') as vpc_connection_id, json_extract_path_text(Properties, 'VPCId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::QuickSight::VPCConnection' + AND Identifier = '|' AND region = 'us-east-1' vpc_connections_list_only: name: vpc_connections_list_only @@ -16543,7 +16543,7 @@ components: region, JSON_EXTRACT(Properties, '$.AwsAccountId') as aws_account_id, JSON_EXTRACT(Properties, '$.VPCConnectionId') as vpc_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::VPCConnection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -16552,7 +16552,7 @@ components: region, json_extract_path_text(Properties, 'AwsAccountId') as aws_account_id, json_extract_path_text(Properties, 'VPCConnectionId') as vpc_connection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::QuickSight::VPCConnection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::QuickSight::VPCConnection' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ram.yaml b/providers/src/awscc/v00.00.00000/services/ram.yaml index a61429bb..268657e4 100644 --- a/providers/src/awscc/v00.00.00000/services/ram.yaml +++ b/providers/src/awscc/v00.00.00000/services/ram.yaml @@ -755,11 +755,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Version') as version, @@ -768,15 +768,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.PolicyTemplate') as policy_template, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RAM::Permission' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RAM::Permission' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Version') as version, @@ -785,8 +785,8 @@ components: json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'PolicyTemplate') as policy_template, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RAM::Permission' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RAM::Permission' + AND Identifier = '' AND region = 'us-east-1' permissions_list_only: name: permissions_list_only @@ -809,7 +809,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RAM::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RAM::Permission' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -817,7 +817,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RAM::Permission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RAM::Permission' AND region = 'us-east-1' resource_shares: name: resource_shares @@ -877,11 +877,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowExternalPrincipals') as allow_external_principals, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -890,15 +890,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceArns') as resource_arns, JSON_EXTRACT(Properties, '$.Sources') as sources, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RAM::ResourceShare' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RAM::ResourceShare' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowExternalPrincipals') as allow_external_principals, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -907,8 +907,8 @@ components: json_extract_path_text(Properties, 'ResourceArns') as resource_arns, json_extract_path_text(Properties, 'Sources') as sources, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RAM::ResourceShare' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RAM::ResourceShare' + AND Identifier = '' AND region = 'us-east-1' resource_shares_list_only: name: resource_shares_list_only @@ -931,7 +931,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RAM::ResourceShare' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RAM::ResourceShare' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -939,7 +939,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RAM::ResourceShare' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RAM::ResourceShare' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/rbin.yaml b/providers/src/awscc/v00.00.00000/services/rbin.yaml index ffb9ff1d..b3611a44 100644 --- a/providers/src/awscc/v00.00.00000/services/rbin.yaml +++ b/providers/src/awscc/v00.00.00000/services/rbin.yaml @@ -714,11 +714,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Identifier') as identifier, JSON_EXTRACT(Properties, '$.Description') as description, @@ -730,15 +730,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.LockConfiguration') as lock_configuration, JSON_EXTRACT(Properties, '$.LockState') as lock_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rbin::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rbin::Rule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Identifier') as identifier, json_extract_path_text(Properties, 'Description') as description, @@ -750,8 +750,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'LockConfiguration') as lock_configuration, json_extract_path_text(Properties, 'LockState') as lock_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rbin::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rbin::Rule' + AND Identifier = '' AND region = 'us-east-1' rules_list_only: name: rules_list_only @@ -774,7 +774,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rbin::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rbin::Rule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -782,7 +782,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rbin::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rbin::Rule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/rds.yaml b/providers/src/awscc/v00.00.00000/services/rds.yaml index 1e102d0a..da6da5aa 100644 --- a/providers/src/awscc/v00.00.00000/services/rds.yaml +++ b/providers/src/awscc/v00.00.00000/services/rds.yaml @@ -5921,11 +5921,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DatabaseInstallationFilesS3BucketName') as database_installation_files_s3_bucket_name, JSON_EXTRACT(Properties, '$.DatabaseInstallationFilesS3Prefix') as database_installation_files_s3_prefix, JSON_EXTRACT(Properties, '$.Description') as description, @@ -5939,15 +5939,15 @@ components: JSON_EXTRACT(Properties, '$.ImageId') as image_id, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::CustomDBEngineVersion' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DatabaseInstallationFilesS3BucketName') as database_installation_files_s3_bucket_name, json_extract_path_text(Properties, 'DatabaseInstallationFilesS3Prefix') as database_installation_files_s3_prefix, json_extract_path_text(Properties, 'Description') as description, @@ -5961,8 +5961,8 @@ components: json_extract_path_text(Properties, 'ImageId') as image_id, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::CustomDBEngineVersion' + AND Identifier = '|' AND region = 'us-east-1' customdb_engine_versions_list_only: name: customdb_engine_versions_list_only @@ -5987,7 +5987,7 @@ components: region, JSON_EXTRACT(Properties, '$.Engine') as engine, JSON_EXTRACT(Properties, '$.EngineVersion') as engine_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::CustomDBEngineVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5996,7 +5996,7 @@ components: region, json_extract_path_text(Properties, 'Engine') as engine, json_extract_path_text(Properties, 'EngineVersion') as engine_version - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::CustomDBEngineVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::CustomDBEngineVersion' AND region = 'us-east-1' db_clusters: name: db_clusters @@ -6056,11 +6056,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Endpoint') as endpoint, JSON_EXTRACT(Properties, '$.ReadEndpoint') as read_endpoint, JSON_EXTRACT(Properties, '$.AllocatedStorage') as allocated_storage, @@ -6126,15 +6126,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UseLatestRestorableTime') as use_latest_restorable_time, JSON_EXTRACT(Properties, '$.VpcSecurityGroupIds') as vpc_security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Endpoint') as endpoint, json_extract_path_text(Properties, 'ReadEndpoint') as read_endpoint, json_extract_path_text(Properties, 'AllocatedStorage') as allocated_storage, @@ -6200,8 +6200,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UseLatestRestorableTime') as use_latest_restorable_time, json_extract_path_text(Properties, 'VpcSecurityGroupIds') as vpc_security_group_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBCluster' + AND Identifier = '' AND region = 'us-east-1' db_clusters_list_only: name: db_clusters_list_only @@ -6224,7 +6224,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBClusterIdentifier') as db_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6232,7 +6232,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBClusterIdentifier') as db_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBCluster' AND region = 'us-east-1' db_cluster_parameter_groups: name: db_cluster_parameter_groups @@ -6292,32 +6292,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.DBClusterParameterGroupName') as db_cluster_parameter_group_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'DBClusterParameterGroupName') as db_cluster_parameter_group_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' db_cluster_parameter_groups_list_only: name: db_cluster_parameter_groups_list_only @@ -6340,7 +6340,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBClusterParameterGroupName') as db_cluster_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBClusterParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6348,7 +6348,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBClusterParameterGroupName') as db_cluster_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBClusterParameterGroup' AND region = 'us-east-1' db_instances: name: db_instances @@ -6408,11 +6408,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllocatedStorage') as allocated_storage, JSON_EXTRACT(Properties, '$.AllowMajorVersionUpgrade') as allow_major_version_upgrade, JSON_EXTRACT(Properties, '$.AssociatedRoles') as associated_roles, @@ -6510,15 +6510,15 @@ components: JSON_EXTRACT(Properties, '$.UseLatestRestorableTime') as use_latest_restorable_time, JSON_EXTRACT(Properties, '$.VPCSecurityGroups') as vpc_security_groups, JSON_EXTRACT(Properties, '$.ApplyImmediately') as apply_immediately - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllocatedStorage') as allocated_storage, json_extract_path_text(Properties, 'AllowMajorVersionUpgrade') as allow_major_version_upgrade, json_extract_path_text(Properties, 'AssociatedRoles') as associated_roles, @@ -6616,8 +6616,8 @@ components: json_extract_path_text(Properties, 'UseLatestRestorableTime') as use_latest_restorable_time, json_extract_path_text(Properties, 'VPCSecurityGroups') as vpc_security_groups, json_extract_path_text(Properties, 'ApplyImmediately') as apply_immediately - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBInstance' + AND Identifier = '' AND region = 'us-east-1' db_instances_list_only: name: db_instances_list_only @@ -6640,7 +6640,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBInstanceIdentifier') as db_instance_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6648,7 +6648,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBInstanceIdentifier') as db_instance_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBInstance' AND region = 'us-east-1' db_parameter_groups: name: db_parameter_groups @@ -6708,32 +6708,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBParameterGroupName') as db_parameter_group_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Family') as family, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBParameterGroupName') as db_parameter_group_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Family') as family, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBParameterGroup' + AND Identifier = '' AND region = 'us-east-1' db_parameter_groups_list_only: name: db_parameter_groups_list_only @@ -6756,7 +6756,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBParameterGroupName') as db_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6764,7 +6764,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBParameterGroupName') as db_parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBParameterGroup' AND region = 'us-east-1' db_proxies: name: db_proxies @@ -6824,11 +6824,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Auth') as auth, JSON_EXTRACT(Properties, '$.DBProxyArn') as db_proxy_arn, JSON_EXTRACT(Properties, '$.DBProxyName') as db_proxy_name, @@ -6842,15 +6842,15 @@ components: JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.VpcSecurityGroupIds') as vpc_security_group_ids, JSON_EXTRACT(Properties, '$.VpcSubnetIds') as vpc_subnet_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Auth') as auth, json_extract_path_text(Properties, 'DBProxyArn') as db_proxy_arn, json_extract_path_text(Properties, 'DBProxyName') as db_proxy_name, @@ -6864,8 +6864,8 @@ components: json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'VpcSecurityGroupIds') as vpc_security_group_ids, json_extract_path_text(Properties, 'VpcSubnetIds') as vpc_subnet_ids - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxy' + AND Identifier = '' AND region = 'us-east-1' db_proxies_list_only: name: db_proxies_list_only @@ -6888,7 +6888,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBProxyName') as db_proxy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -6896,7 +6896,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBProxyName') as db_proxy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxy' AND region = 'us-east-1' db_proxy_endpoints: name: db_proxy_endpoints @@ -6956,11 +6956,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBProxyEndpointName') as db_proxy_endpoint_name, JSON_EXTRACT(Properties, '$.DBProxyEndpointArn') as db_proxy_endpoint_arn, JSON_EXTRACT(Properties, '$.DBProxyName') as db_proxy_name, @@ -6971,15 +6971,15 @@ components: JSON_EXTRACT(Properties, '$.TargetRole') as target_role, JSON_EXTRACT(Properties, '$.IsDefault') as is_default, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxyEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxyEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBProxyEndpointName') as db_proxy_endpoint_name, json_extract_path_text(Properties, 'DBProxyEndpointArn') as db_proxy_endpoint_arn, json_extract_path_text(Properties, 'DBProxyName') as db_proxy_name, @@ -6990,8 +6990,8 @@ components: json_extract_path_text(Properties, 'TargetRole') as target_role, json_extract_path_text(Properties, 'IsDefault') as is_default, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxyEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxyEndpoint' + AND Identifier = '' AND region = 'us-east-1' db_proxy_endpoints_list_only: name: db_proxy_endpoints_list_only @@ -7014,7 +7014,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBProxyEndpointName') as db_proxy_endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxyEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxyEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7022,7 +7022,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBProxyEndpointName') as db_proxy_endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxyEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxyEndpoint' AND region = 'us-east-1' db_proxy_target_groups: name: db_proxy_target_groups @@ -7082,34 +7082,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBProxyName') as db_proxy_name, JSON_EXTRACT(Properties, '$.TargetGroupArn') as target_group_arn, JSON_EXTRACT(Properties, '$.TargetGroupName') as target_group_name, JSON_EXTRACT(Properties, '$.ConnectionPoolConfigurationInfo') as connection_pool_configuration_info, JSON_EXTRACT(Properties, '$.DBInstanceIdentifiers') as db_instance_identifiers, JSON_EXTRACT(Properties, '$.DBClusterIdentifiers') as db_cluster_identifiers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxyTargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxyTargetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBProxyName') as db_proxy_name, json_extract_path_text(Properties, 'TargetGroupArn') as target_group_arn, json_extract_path_text(Properties, 'TargetGroupName') as target_group_name, json_extract_path_text(Properties, 'ConnectionPoolConfigurationInfo') as connection_pool_configuration_info, json_extract_path_text(Properties, 'DBInstanceIdentifiers') as db_instance_identifiers, json_extract_path_text(Properties, 'DBClusterIdentifiers') as db_cluster_identifiers - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBProxyTargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBProxyTargetGroup' + AND Identifier = '' AND region = 'us-east-1' db_proxy_target_groups_list_only: name: db_proxy_target_groups_list_only @@ -7132,7 +7132,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TargetGroupArn') as target_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxyTargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxyTargetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7140,7 +7140,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TargetGroupArn') as target_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBProxyTargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBProxyTargetGroup' AND region = 'us-east-1' db_shard_groups: name: db_shard_groups @@ -7200,11 +7200,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBShardGroupResourceId') as db_shard_group_resource_id, JSON_EXTRACT(Properties, '$.DBShardGroupIdentifier') as db_shard_group_identifier, JSON_EXTRACT(Properties, '$.DBClusterIdentifier') as db_cluster_identifier, @@ -7214,15 +7214,15 @@ components: JSON_EXTRACT(Properties, '$.PubliclyAccessible') as publicly_accessible, JSON_EXTRACT(Properties, '$.Endpoint') as endpoint, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBShardGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBShardGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBShardGroupResourceId') as db_shard_group_resource_id, json_extract_path_text(Properties, 'DBShardGroupIdentifier') as db_shard_group_identifier, json_extract_path_text(Properties, 'DBClusterIdentifier') as db_cluster_identifier, @@ -7232,8 +7232,8 @@ components: json_extract_path_text(Properties, 'PubliclyAccessible') as publicly_accessible, json_extract_path_text(Properties, 'Endpoint') as endpoint, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBShardGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBShardGroup' + AND Identifier = '' AND region = 'us-east-1' db_shard_groups_list_only: name: db_shard_groups_list_only @@ -7256,7 +7256,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBShardGroupIdentifier') as db_shard_group_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBShardGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBShardGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7264,7 +7264,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBShardGroupIdentifier') as db_shard_group_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBShardGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBShardGroup' AND region = 'us-east-1' db_subnet_groups: name: db_subnet_groups @@ -7324,30 +7324,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DBSubnetGroupDescription') as db_subnet_group_description, JSON_EXTRACT(Properties, '$.DBSubnetGroupName') as db_subnet_group_name, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DBSubnetGroupDescription') as db_subnet_group_description, json_extract_path_text(Properties, 'DBSubnetGroupName') as db_subnet_group_name, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::DBSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::DBSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' db_subnet_groups_list_only: name: db_subnet_groups_list_only @@ -7370,7 +7370,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DBSubnetGroupName') as db_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBSubnetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7378,7 +7378,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DBSubnetGroupName') as db_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::DBSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::DBSubnetGroup' AND region = 'us-east-1' event_subscriptions: name: event_subscriptions @@ -7438,11 +7438,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SubscriptionName') as subscription_name, JSON_EXTRACT(Properties, '$.Enabled') as enabled, @@ -7450,15 +7450,15 @@ components: JSON_EXTRACT(Properties, '$.SnsTopicArn') as sns_topic_arn, JSON_EXTRACT(Properties, '$.SourceIds') as source_ids, JSON_EXTRACT(Properties, '$.SourceType') as source_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::EventSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::EventSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SubscriptionName') as subscription_name, json_extract_path_text(Properties, 'Enabled') as enabled, @@ -7466,8 +7466,8 @@ components: json_extract_path_text(Properties, 'SnsTopicArn') as sns_topic_arn, json_extract_path_text(Properties, 'SourceIds') as source_ids, json_extract_path_text(Properties, 'SourceType') as source_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::EventSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::EventSubscription' + AND Identifier = '' AND region = 'us-east-1' event_subscriptions_list_only: name: event_subscriptions_list_only @@ -7490,7 +7490,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubscriptionName') as subscription_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::EventSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::EventSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7498,7 +7498,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubscriptionName') as subscription_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::EventSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::EventSubscription' AND region = 'us-east-1' global_clusters: name: global_clusters @@ -7558,11 +7558,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Engine') as engine, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.EngineLifecycleSupport') as engine_lifecycle_support, @@ -7572,15 +7572,15 @@ components: JSON_EXTRACT(Properties, '$.SourceDBClusterIdentifier') as source_db_cluster_identifier, JSON_EXTRACT(Properties, '$.StorageEncrypted') as storage_encrypted, JSON_EXTRACT(Properties, '$.GlobalEndpoint') as global_endpoint - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::GlobalCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::GlobalCluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Engine') as engine, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'EngineLifecycleSupport') as engine_lifecycle_support, @@ -7590,8 +7590,8 @@ components: json_extract_path_text(Properties, 'SourceDBClusterIdentifier') as source_db_cluster_identifier, json_extract_path_text(Properties, 'StorageEncrypted') as storage_encrypted, json_extract_path_text(Properties, 'GlobalEndpoint') as global_endpoint - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::GlobalCluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::GlobalCluster' + AND Identifier = '' AND region = 'us-east-1' global_clusters_list_only: name: global_clusters_list_only @@ -7614,7 +7614,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GlobalClusterIdentifier') as global_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::GlobalCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::GlobalCluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7622,7 +7622,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GlobalClusterIdentifier') as global_cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::GlobalCluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::GlobalCluster' AND region = 'us-east-1' integrations: name: integrations @@ -7682,11 +7682,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IntegrationName') as integration_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -7697,15 +7697,15 @@ components: JSON_EXTRACT(Properties, '$.KMSKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.CreateTime') as create_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::Integration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IntegrationName') as integration_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Tags') as tags, @@ -7716,8 +7716,8 @@ components: json_extract_path_text(Properties, 'KMSKeyId') as kms_key_id, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'CreateTime') as create_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::Integration' + AND Identifier = '' AND region = 'us-east-1' integrations_list_only: name: integrations_list_only @@ -7740,7 +7740,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::Integration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7748,7 +7748,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::Integration' AND region = 'us-east-1' option_groups: name: option_groups @@ -7808,34 +7808,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OptionGroupName') as option_group_name, JSON_EXTRACT(Properties, '$.OptionGroupDescription') as option_group_description, JSON_EXTRACT(Properties, '$.EngineName') as engine_name, JSON_EXTRACT(Properties, '$.MajorEngineVersion') as major_engine_version, JSON_EXTRACT(Properties, '$.OptionConfigurations') as option_configurations, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::OptionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::OptionGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OptionGroupName') as option_group_name, json_extract_path_text(Properties, 'OptionGroupDescription') as option_group_description, json_extract_path_text(Properties, 'EngineName') as engine_name, json_extract_path_text(Properties, 'MajorEngineVersion') as major_engine_version, json_extract_path_text(Properties, 'OptionConfigurations') as option_configurations, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RDS::OptionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RDS::OptionGroup' + AND Identifier = '' AND region = 'us-east-1' option_groups_list_only: name: option_groups_list_only @@ -7858,7 +7858,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.OptionGroupName') as option_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::OptionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::OptionGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -7866,7 +7866,7 @@ components: SELECT region, json_extract_path_text(Properties, 'OptionGroupName') as option_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RDS::OptionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RDS::OptionGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/redshift.yaml b/providers/src/awscc/v00.00.00000/services/redshift.yaml index 29f31a3c..312f20b9 100644 --- a/providers/src/awscc/v00.00.00000/services/redshift.yaml +++ b/providers/src/awscc/v00.00.00000/services/redshift.yaml @@ -2390,11 +2390,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RevisionTarget') as revision_target, JSON_EXTRACT(Properties, '$.AutomatedSnapshotRetentionPeriod') as automated_snapshot_retention_period, JSON_EXTRACT(Properties, '$.Encrypted') as encrypted, @@ -2450,15 +2450,15 @@ components: JSON_EXTRACT(Properties, '$.DeferMaintenanceDuration') as defer_maintenance_duration, JSON_EXTRACT(Properties, '$.DBName') as db_name, JSON_EXTRACT(Properties, '$.SnapshotCopyRetentionPeriod') as snapshot_copy_retention_period - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RevisionTarget') as revision_target, json_extract_path_text(Properties, 'AutomatedSnapshotRetentionPeriod') as automated_snapshot_retention_period, json_extract_path_text(Properties, 'Encrypted') as encrypted, @@ -2514,8 +2514,8 @@ components: json_extract_path_text(Properties, 'DeferMaintenanceDuration') as defer_maintenance_duration, json_extract_path_text(Properties, 'DBName') as db_name, json_extract_path_text(Properties, 'SnapshotCopyRetentionPeriod') as snapshot_copy_retention_period - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -2538,7 +2538,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterIdentifier') as cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2546,7 +2546,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterIdentifier') as cluster_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::Cluster' AND region = 'us-east-1' cluster_parameter_groups: name: cluster_parameter_groups @@ -2606,32 +2606,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ParameterGroupName') as parameter_group_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ParameterGroupFamily') as parameter_group_family, JSON_EXTRACT(Properties, '$.Parameters') as parameters, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ParameterGroupName') as parameter_group_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ParameterGroupFamily') as parameter_group_family, json_extract_path_text(Properties, 'Parameters') as parameters, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ClusterParameterGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ClusterParameterGroup' + AND Identifier = '' AND region = 'us-east-1' cluster_parameter_groups_list_only: name: cluster_parameter_groups_list_only @@ -2654,7 +2654,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ParameterGroupName') as parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ClusterParameterGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2662,7 +2662,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ParameterGroupName') as parameter_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ClusterParameterGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ClusterParameterGroup' AND region = 'us-east-1' cluster_subnet_groups: name: cluster_subnet_groups @@ -2722,30 +2722,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ClusterSubnetGroupName') as cluster_subnet_group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ClusterSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ClusterSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ClusterSubnetGroupName') as cluster_subnet_group_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ClusterSubnetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ClusterSubnetGroup' + AND Identifier = '' AND region = 'us-east-1' cluster_subnet_groups_list_only: name: cluster_subnet_groups_list_only @@ -2768,7 +2768,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterSubnetGroupName') as cluster_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ClusterSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ClusterSubnetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2776,7 +2776,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterSubnetGroupName') as cluster_subnet_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ClusterSubnetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ClusterSubnetGroup' AND region = 'us-east-1' endpoint_accesses: name: endpoint_accesses @@ -2836,11 +2836,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EndpointStatus') as endpoint_status, JSON_EXTRACT(Properties, '$.VpcEndpoint') as vpc_endpoint, JSON_EXTRACT(Properties, '$.Address') as address, @@ -2852,15 +2852,15 @@ components: JSON_EXTRACT(Properties, '$.EndpointCreateTime') as endpoint_create_time, JSON_EXTRACT(Properties, '$.ClusterIdentifier') as cluster_identifier, JSON_EXTRACT(Properties, '$.VpcSecurityGroups') as vpc_security_groups - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EndpointAccess' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EndpointStatus') as endpoint_status, json_extract_path_text(Properties, 'VpcEndpoint') as vpc_endpoint, json_extract_path_text(Properties, 'Address') as address, @@ -2872,8 +2872,8 @@ components: json_extract_path_text(Properties, 'EndpointCreateTime') as endpoint_create_time, json_extract_path_text(Properties, 'ClusterIdentifier') as cluster_identifier, json_extract_path_text(Properties, 'VpcSecurityGroups') as vpc_security_groups - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EndpointAccess' + AND Identifier = '' AND region = 'us-east-1' endpoint_accesses_list_only: name: endpoint_accesses_list_only @@ -2896,7 +2896,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EndpointName') as endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EndpointAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EndpointAccess' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2904,7 +2904,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EndpointName') as endpoint_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EndpointAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EndpointAccess' AND region = 'us-east-1' endpoint_authorizations: name: endpoint_authorizations @@ -2965,11 +2965,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Grantee') as grantee, JSON_EXTRACT(Properties, '$.Account') as account, @@ -2982,15 +2982,15 @@ components: JSON_EXTRACT(Properties, '$.VpcIds') as vpc_ids, JSON_EXTRACT(Properties, '$.ClusterIdentifier') as cluster_identifier, JSON_EXTRACT(Properties, '$.ClusterStatus') as cluster_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EndpointAuthorization' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Grantee') as grantee, json_extract_path_text(Properties, 'Account') as account, @@ -3003,8 +3003,8 @@ components: json_extract_path_text(Properties, 'VpcIds') as vpc_ids, json_extract_path_text(Properties, 'ClusterIdentifier') as cluster_identifier, json_extract_path_text(Properties, 'ClusterStatus') as cluster_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EndpointAuthorization' + AND Identifier = '|' AND region = 'us-east-1' endpoint_authorizations_list_only: name: endpoint_authorizations_list_only @@ -3029,7 +3029,7 @@ components: region, JSON_EXTRACT(Properties, '$.ClusterIdentifier') as cluster_identifier, JSON_EXTRACT(Properties, '$.Account') as account - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EndpointAuthorization' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3038,7 +3038,7 @@ components: region, json_extract_path_text(Properties, 'ClusterIdentifier') as cluster_identifier, json_extract_path_text(Properties, 'Account') as account - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EndpointAuthorization' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EndpointAuthorization' AND region = 'us-east-1' event_subscriptions: name: event_subscriptions @@ -3098,11 +3098,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.CustSubscriptionId') as cust_subscription_id, JSON_EXTRACT(Properties, '$.EventCategoriesList') as event_categories_list, @@ -3117,15 +3117,15 @@ components: JSON_EXTRACT(Properties, '$.SnsTopicArn') as sns_topic_arn, JSON_EXTRACT(Properties, '$.SubscriptionCreationTime') as subscription_creation_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EventSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EventSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'CustSubscriptionId') as cust_subscription_id, json_extract_path_text(Properties, 'EventCategoriesList') as event_categories_list, @@ -3140,8 +3140,8 @@ components: json_extract_path_text(Properties, 'SnsTopicArn') as sns_topic_arn, json_extract_path_text(Properties, 'SubscriptionCreationTime') as subscription_creation_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::EventSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::EventSubscription' + AND Identifier = '' AND region = 'us-east-1' event_subscriptions_list_only: name: event_subscriptions_list_only @@ -3164,7 +3164,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubscriptionName') as subscription_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EventSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EventSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3172,7 +3172,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubscriptionName') as subscription_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::EventSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::EventSubscription' AND region = 'us-east-1' integrations: name: integrations @@ -3232,11 +3232,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn, JSON_EXTRACT(Properties, '$.IntegrationName') as integration_name, JSON_EXTRACT(Properties, '$.SourceArn') as source_arn, @@ -3245,15 +3245,15 @@ components: JSON_EXTRACT(Properties, '$.CreateTime') as create_time, JSON_EXTRACT(Properties, '$.KMSKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::Integration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IntegrationArn') as integration_arn, json_extract_path_text(Properties, 'IntegrationName') as integration_name, json_extract_path_text(Properties, 'SourceArn') as source_arn, @@ -3262,8 +3262,8 @@ components: json_extract_path_text(Properties, 'CreateTime') as create_time, json_extract_path_text(Properties, 'KMSKeyId') as kms_key_id, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::Integration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::Integration' + AND Identifier = '' AND region = 'us-east-1' integrations_list_only: name: integrations_list_only @@ -3286,7 +3286,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::Integration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3294,7 +3294,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IntegrationArn') as integration_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::Integration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::Integration' AND region = 'us-east-1' scheduled_actions: name: scheduled_actions @@ -3354,11 +3354,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ScheduledActionDescription') as scheduled_action_description, JSON_EXTRACT(Properties, '$.ScheduledActionName') as scheduled_action_name, JSON_EXTRACT(Properties, '$.EndTime') as end_time, @@ -3369,15 +3369,15 @@ components: JSON_EXTRACT(Properties, '$.Enable') as enable, JSON_EXTRACT(Properties, '$.TargetAction') as target_action, JSON_EXTRACT(Properties, '$.NextInvocations') as next_invocations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ScheduledAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ScheduledAction' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ScheduledActionDescription') as scheduled_action_description, json_extract_path_text(Properties, 'ScheduledActionName') as scheduled_action_name, json_extract_path_text(Properties, 'EndTime') as end_time, @@ -3388,8 +3388,8 @@ components: json_extract_path_text(Properties, 'Enable') as enable, json_extract_path_text(Properties, 'TargetAction') as target_action, json_extract_path_text(Properties, 'NextInvocations') as next_invocations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Redshift::ScheduledAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Redshift::ScheduledAction' + AND Identifier = '' AND region = 'us-east-1' scheduled_actions_list_only: name: scheduled_actions_list_only @@ -3412,7 +3412,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ScheduledActionName') as scheduled_action_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ScheduledAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ScheduledAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3420,7 +3420,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ScheduledActionName') as scheduled_action_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Redshift::ScheduledAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Redshift::ScheduledAction' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/redshiftserverless.yaml b/providers/src/awscc/v00.00.00000/services/redshiftserverless.yaml index 5adfa0d0..fbb18449 100644 --- a/providers/src/awscc/v00.00.00000/services/redshiftserverless.yaml +++ b/providers/src/awscc/v00.00.00000/services/redshiftserverless.yaml @@ -1346,11 +1346,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdminPasswordSecretKmsKeyId') as admin_password_secret_kms_key_id, JSON_EXTRACT(Properties, '$.AdminUserPassword') as admin_user_password, JSON_EXTRACT(Properties, '$.AdminUsername') as admin_username, @@ -1368,15 +1368,15 @@ components: JSON_EXTRACT(Properties, '$.NamespaceResourcePolicy') as namespace_resource_policy, JSON_EXTRACT(Properties, '$.RedshiftIdcApplicationArn') as redshift_idc_application_arn, JSON_EXTRACT(Properties, '$.SnapshotCopyConfigurations') as snapshot_copy_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Namespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Namespace' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdminPasswordSecretKmsKeyId') as admin_password_secret_kms_key_id, json_extract_path_text(Properties, 'AdminUserPassword') as admin_user_password, json_extract_path_text(Properties, 'AdminUsername') as admin_username, @@ -1394,8 +1394,8 @@ components: json_extract_path_text(Properties, 'NamespaceResourcePolicy') as namespace_resource_policy, json_extract_path_text(Properties, 'RedshiftIdcApplicationArn') as redshift_idc_application_arn, json_extract_path_text(Properties, 'SnapshotCopyConfigurations') as snapshot_copy_configurations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Namespace' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Namespace' + AND Identifier = '' AND region = 'us-east-1' namespaces_list_only: name: namespaces_list_only @@ -1418,7 +1418,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NamespaceName') as namespace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Namespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Namespace' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1426,7 +1426,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NamespaceName') as namespace_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Namespace' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Namespace' AND region = 'us-east-1' snapshots: name: snapshots @@ -1486,34 +1486,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SnapshotName') as snapshot_name, JSON_EXTRACT(Properties, '$.NamespaceName') as namespace_name, JSON_EXTRACT(Properties, '$.OwnerAccount') as owner_account, JSON_EXTRACT(Properties, '$.RetentionPeriod') as retention_period, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Snapshot') as snapshot - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Snapshot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Snapshot' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SnapshotName') as snapshot_name, json_extract_path_text(Properties, 'NamespaceName') as namespace_name, json_extract_path_text(Properties, 'OwnerAccount') as owner_account, json_extract_path_text(Properties, 'RetentionPeriod') as retention_period, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Snapshot') as snapshot - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Snapshot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Snapshot' + AND Identifier = '' AND region = 'us-east-1' snapshots_list_only: name: snapshots_list_only @@ -1536,7 +1536,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SnapshotName') as snapshot_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Snapshot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Snapshot' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1544,7 +1544,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SnapshotName') as snapshot_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Snapshot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Snapshot' AND region = 'us-east-1' workgroups: name: workgroups @@ -1604,11 +1604,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkgroupName') as workgroup_name, JSON_EXTRACT(Properties, '$.NamespaceName') as namespace_name, JSON_EXTRACT(Properties, '$.BaseCapacity') as base_capacity, @@ -1627,15 +1627,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TrackName') as track_name, JSON_EXTRACT(Properties, '$.Workgroup') as workgroup - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Workgroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Workgroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkgroupName') as workgroup_name, json_extract_path_text(Properties, 'NamespaceName') as namespace_name, json_extract_path_text(Properties, 'BaseCapacity') as base_capacity, @@ -1654,8 +1654,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TrackName') as track_name, json_extract_path_text(Properties, 'Workgroup') as workgroup - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RedshiftServerless::Workgroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RedshiftServerless::Workgroup' + AND Identifier = '' AND region = 'us-east-1' workgroups_list_only: name: workgroups_list_only @@ -1678,7 +1678,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkgroupName') as workgroup_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Workgroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Workgroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1686,7 +1686,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkgroupName') as workgroup_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RedshiftServerless::Workgroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RedshiftServerless::Workgroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml b/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml index f31e7514..fe47e269 100644 --- a/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml +++ b/providers/src/awscc/v00.00.00000/services/refactorspaces.yaml @@ -1359,11 +1359,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApiGatewayProxy') as api_gateway_proxy, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ApiGatewayId') as api_gateway_id, @@ -1378,15 +1378,15 @@ components: JSON_EXTRACT(Properties, '$.StageName') as stage_name, JSON_EXTRACT(Properties, '$.ProxyUrl') as proxy_url, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Application' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Application' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApiGatewayProxy') as api_gateway_proxy, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ApiGatewayId') as api_gateway_id, @@ -1401,8 +1401,8 @@ components: json_extract_path_text(Properties, 'StageName') as stage_name, json_extract_path_text(Properties, 'ProxyUrl') as proxy_url, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Application' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Application' + AND Identifier = '|' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1427,7 +1427,7 @@ components: region, JSON_EXTRACT(Properties, '$.EnvironmentIdentifier') as environment_identifier, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1436,7 +1436,7 @@ components: region, json_extract_path_text(Properties, 'EnvironmentIdentifier') as environment_identifier, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Application' AND region = 'us-east-1' environments: name: environments @@ -1496,11 +1496,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EnvironmentIdentifier') as environment_identifier, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1508,15 +1508,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.TransitGatewayId') as transit_gateway_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EnvironmentIdentifier') as environment_identifier, json_extract_path_text(Properties, 'Name') as name, @@ -1524,8 +1524,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'TransitGatewayId') as transit_gateway_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -1548,7 +1548,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EnvironmentIdentifier') as environment_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1556,7 +1556,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EnvironmentIdentifier') as environment_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Environment' AND region = 'us-east-1' routes: name: routes @@ -1618,11 +1618,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PathResourceToId') as path_resource_to_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier, @@ -1633,15 +1633,15 @@ components: JSON_EXTRACT(Properties, '$.DefaultRoute') as default_route, JSON_EXTRACT(Properties, '$.UriPathRoute') as uri_path_route, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Route' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Route' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PathResourceToId') as path_resource_to_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier, @@ -1652,8 +1652,8 @@ components: json_extract_path_text(Properties, 'DefaultRoute') as default_route, json_extract_path_text(Properties, 'UriPathRoute') as uri_path_route, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Route' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Route' + AND Identifier = '||' AND region = 'us-east-1' routes_list_only: name: routes_list_only @@ -1680,7 +1680,7 @@ components: JSON_EXTRACT(Properties, '$.EnvironmentIdentifier') as environment_identifier, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier, JSON_EXTRACT(Properties, '$.RouteIdentifier') as route_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Route' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1690,7 +1690,7 @@ components: json_extract_path_text(Properties, 'EnvironmentIdentifier') as environment_identifier, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier, json_extract_path_text(Properties, 'RouteIdentifier') as route_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Route' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Route' AND region = 'us-east-1' services: name: services @@ -1739,11 +1739,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier, JSON_EXTRACT(Properties, '$.Description') as description, @@ -1755,15 +1755,15 @@ components: JSON_EXTRACT(Properties, '$.UrlEndpoint') as url_endpoint, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Service' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Service' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier, json_extract_path_text(Properties, 'Description') as description, @@ -1775,8 +1775,8 @@ components: json_extract_path_text(Properties, 'UrlEndpoint') as url_endpoint, json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RefactorSpaces::Service' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RefactorSpaces::Service' + AND Identifier = '||' AND region = 'us-east-1' services_list_only: name: services_list_only @@ -1803,7 +1803,7 @@ components: JSON_EXTRACT(Properties, '$.EnvironmentIdentifier') as environment_identifier, JSON_EXTRACT(Properties, '$.ApplicationIdentifier') as application_identifier, JSON_EXTRACT(Properties, '$.ServiceIdentifier') as service_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Service' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1813,7 +1813,7 @@ components: json_extract_path_text(Properties, 'EnvironmentIdentifier') as environment_identifier, json_extract_path_text(Properties, 'ApplicationIdentifier') as application_identifier, json_extract_path_text(Properties, 'ServiceIdentifier') as service_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RefactorSpaces::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RefactorSpaces::Service' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/rekognition.yaml b/providers/src/awscc/v00.00.00000/services/rekognition.yaml index fa02581e..03870ac2 100644 --- a/providers/src/awscc/v00.00.00000/services/rekognition.yaml +++ b/providers/src/awscc/v00.00.00000/services/rekognition.yaml @@ -976,28 +976,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CollectionId') as collection_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::Collection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::Collection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CollectionId') as collection_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::Collection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::Collection' + AND Identifier = '' AND region = 'us-east-1' collections_list_only: name: collections_list_only @@ -1020,7 +1020,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CollectionId') as collection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::Collection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::Collection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1028,7 +1028,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CollectionId') as collection_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::Collection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::Collection' AND region = 'us-east-1' projects: name: projects @@ -1075,26 +1075,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ProjectName') as project_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ProjectName') as project_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::Project' + AND Identifier = '' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -1117,7 +1117,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProjectName') as project_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1125,7 +1125,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProjectName') as project_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::Project' AND region = 'us-east-1' stream_processors: name: stream_processors @@ -1185,11 +1185,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, @@ -1206,15 +1206,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusMessage') as status_message, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::StreamProcessor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::StreamProcessor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, @@ -1231,8 +1231,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusMessage') as status_message, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Rekognition::StreamProcessor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Rekognition::StreamProcessor' + AND Identifier = '' AND region = 'us-east-1' stream_processors_list_only: name: stream_processors_list_only @@ -1255,7 +1255,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::StreamProcessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::StreamProcessor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1263,7 +1263,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Rekognition::StreamProcessor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Rekognition::StreamProcessor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/resiliencehub.yaml b/providers/src/awscc/v00.00.00000/services/resiliencehub.yaml index cc533969..6040caf8 100644 --- a/providers/src/awscc/v00.00.00000/services/resiliencehub.yaml +++ b/providers/src/awscc/v00.00.00000/services/resiliencehub.yaml @@ -941,11 +941,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.AppArn') as app_arn, @@ -957,15 +957,15 @@ components: JSON_EXTRACT(Properties, '$.PermissionModel') as permission_model, JSON_EXTRACT(Properties, '$.EventSubscriptions') as event_subscriptions, JSON_EXTRACT(Properties, '$.DriftStatus') as drift_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResilienceHub::App' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResilienceHub::App' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'AppArn') as app_arn, @@ -977,8 +977,8 @@ components: json_extract_path_text(Properties, 'PermissionModel') as permission_model, json_extract_path_text(Properties, 'EventSubscriptions') as event_subscriptions, json_extract_path_text(Properties, 'DriftStatus') as drift_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResilienceHub::App' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResilienceHub::App' + AND Identifier = '' AND region = 'us-east-1' apps_list_only: name: apps_list_only @@ -1001,7 +1001,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AppArn') as app_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResilienceHub::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResilienceHub::App' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1009,7 +1009,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AppArn') as app_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResilienceHub::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResilienceHub::App' AND region = 'us-east-1' resiliency_policies: name: resiliency_policies @@ -1069,11 +1069,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.PolicyDescription') as policy_description, JSON_EXTRACT(Properties, '$.DataLocationConstraint') as data_location_constraint, @@ -1081,15 +1081,15 @@ components: JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'PolicyDescription') as policy_description, json_extract_path_text(Properties, 'DataLocationConstraint') as data_location_constraint, @@ -1097,8 +1097,8 @@ components: json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'PolicyArn') as policy_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' + AND Identifier = '' AND region = 'us-east-1' resiliency_policies_list_only: name: resiliency_policies_list_only @@ -1121,7 +1121,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1129,7 +1129,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyArn') as policy_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResilienceHub::ResiliencyPolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml b/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml index 5c315410..2422a82a 100644 --- a/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml +++ b/providers/src/awscc/v00.00.00000/services/resourceexplorer2.yaml @@ -718,26 +718,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn, JSON_EXTRACT(Properties, '$.AssociatedAwsPrincipal') as associated_aws_principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ViewArn') as view_arn, json_extract_path_text(Properties, 'AssociatedAwsPrincipal') as associated_aws_principal - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::DefaultViewAssociation' + AND Identifier = '' AND region = 'us-east-1' indices: name: indices @@ -797,30 +797,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.IndexState') as index_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::Index' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::Index' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'IndexState') as index_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::Index' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::Index' + AND Identifier = '' AND region = 'us-east-1' indices_list_only: name: indices_list_only @@ -843,7 +843,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceExplorer2::Index' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -851,7 +851,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::Index' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceExplorer2::Index' AND region = 'us-east-1' views: name: views @@ -911,34 +911,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Filters') as filters, JSON_EXTRACT(Properties, '$.IncludedProperties') as included_properties, JSON_EXTRACT(Properties, '$.Scope') as scope, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn, JSON_EXTRACT(Properties, '$.ViewName') as view_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::View' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::View' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Filters') as filters, json_extract_path_text(Properties, 'IncludedProperties') as included_properties, json_extract_path_text(Properties, 'Scope') as scope, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ViewArn') as view_arn, json_extract_path_text(Properties, 'ViewName') as view_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceExplorer2::View' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceExplorer2::View' + AND Identifier = '' AND region = 'us-east-1' views_list_only: name: views_list_only @@ -961,7 +961,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ViewArn') as view_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::View' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceExplorer2::View' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -969,7 +969,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ViewArn') as view_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceExplorer2::View' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceExplorer2::View' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/resourcegroups.yaml b/providers/src/awscc/v00.00.00000/services/resourcegroups.yaml index 3ce2ba73..b5a7811b 100644 --- a/providers/src/awscc/v00.00.00000/services/resourcegroups.yaml +++ b/providers/src/awscc/v00.00.00000/services/resourcegroups.yaml @@ -797,11 +797,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ResourceQuery') as resource_query, @@ -809,15 +809,15 @@ components: JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.Resources') as resources - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceGroups::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceGroups::Group' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ResourceQuery') as resource_query, @@ -825,8 +825,8 @@ components: json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'Resources') as resources - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceGroups::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceGroups::Group' + AND Identifier = '' AND region = 'us-east-1' groups_list_only: name: groups_list_only @@ -849,7 +849,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceGroups::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceGroups::Group' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -857,7 +857,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceGroups::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceGroups::Group' AND region = 'us-east-1' tag_sync_tasks: name: tag_sync_tasks @@ -904,11 +904,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Group') as group_id, JSON_EXTRACT(Properties, '$.GroupArn') as group_arn, JSON_EXTRACT(Properties, '$.GroupName') as group_name, @@ -917,15 +917,15 @@ components: JSON_EXTRACT(Properties, '$.TagValue') as tag_value, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceGroups::TagSyncTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceGroups::TagSyncTask' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Group') as group_id, json_extract_path_text(Properties, 'GroupArn') as group_arn, json_extract_path_text(Properties, 'GroupName') as group_name, @@ -934,8 +934,8 @@ components: json_extract_path_text(Properties, 'TagValue') as tag_value, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ResourceGroups::TagSyncTask' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ResourceGroups::TagSyncTask' + AND Identifier = '' AND region = 'us-east-1' tag_sync_tasks_list_only: name: tag_sync_tasks_list_only @@ -958,7 +958,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TaskArn') as task_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceGroups::TagSyncTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceGroups::TagSyncTask' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -966,7 +966,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TaskArn') as task_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ResourceGroups::TagSyncTask' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ResourceGroups::TagSyncTask' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/robomaker.yaml b/providers/src/awscc/v00.00.00000/services/robomaker.yaml index 3640c8bf..6f03f784 100644 --- a/providers/src/awscc/v00.00.00000/services/robomaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/robomaker.yaml @@ -1105,28 +1105,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::Fleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::Fleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::Fleet' + AND Identifier = '' AND region = 'us-east-1' fleets_list_only: name: fleets_list_only @@ -1149,7 +1149,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::Fleet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1157,7 +1157,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::Fleet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::Fleet' AND region = 'us-east-1' robots: name: robots @@ -1217,34 +1217,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Fleet') as fleet, JSON_EXTRACT(Properties, '$.Architecture') as architecture, JSON_EXTRACT(Properties, '$.GreengrassGroupId') as greengrass_group_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::Robot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::Robot' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Fleet') as fleet, json_extract_path_text(Properties, 'Architecture') as architecture, json_extract_path_text(Properties, 'GreengrassGroupId') as greengrass_group_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::Robot' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::Robot' + AND Identifier = '' AND region = 'us-east-1' robots_list_only: name: robots_list_only @@ -1267,7 +1267,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::Robot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::Robot' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1275,7 +1275,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::Robot' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::Robot' AND region = 'us-east-1' robot_applications: name: robot_applications @@ -1335,11 +1335,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Sources') as sources, JSON_EXTRACT(Properties, '$.Environment') as environment, @@ -1347,15 +1347,15 @@ components: JSON_EXTRACT(Properties, '$.CurrentRevisionId') as current_revision_id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::RobotApplication' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::RobotApplication' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Sources') as sources, json_extract_path_text(Properties, 'Environment') as environment, @@ -1363,8 +1363,8 @@ components: json_extract_path_text(Properties, 'CurrentRevisionId') as current_revision_id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::RobotApplication' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::RobotApplication' + AND Identifier = '' AND region = 'us-east-1' robot_applications_list_only: name: robot_applications_list_only @@ -1387,7 +1387,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::RobotApplication' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::RobotApplication' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1395,7 +1395,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::RobotApplication' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::RobotApplication' AND region = 'us-east-1' robot_application_versions: name: robot_application_versions @@ -1442,30 +1442,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Application') as application, JSON_EXTRACT(Properties, '$.CurrentRevisionId') as current_revision_id, JSON_EXTRACT(Properties, '$.ApplicationVersion') as application_version, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::RobotApplicationVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::RobotApplicationVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Application') as application, json_extract_path_text(Properties, 'CurrentRevisionId') as current_revision_id, json_extract_path_text(Properties, 'ApplicationVersion') as application_version, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::RobotApplicationVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::RobotApplicationVersion' + AND Identifier = '' AND region = 'us-east-1' simulation_applications: name: simulation_applications @@ -1525,11 +1525,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.CurrentRevisionId') as current_revision_id, @@ -1539,15 +1539,15 @@ components: JSON_EXTRACT(Properties, '$.Sources') as sources, JSON_EXTRACT(Properties, '$.Environment') as environment, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplication' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::SimulationApplication' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'CurrentRevisionId') as current_revision_id, @@ -1557,8 +1557,8 @@ components: json_extract_path_text(Properties, 'Sources') as sources, json_extract_path_text(Properties, 'Environment') as environment, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplication' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::SimulationApplication' + AND Identifier = '' AND region = 'us-east-1' simulation_applications_list_only: name: simulation_applications_list_only @@ -1581,7 +1581,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplication' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::SimulationApplication' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1589,7 +1589,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplication' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RoboMaker::SimulationApplication' AND region = 'us-east-1' simulation_application_versions: name: simulation_application_versions @@ -1636,30 +1636,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Application') as application, JSON_EXTRACT(Properties, '$.CurrentRevisionId') as current_revision_id, JSON_EXTRACT(Properties, '$.ApplicationVersion') as application_version, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Application') as application, json_extract_path_text(Properties, 'CurrentRevisionId') as current_revision_id, json_extract_path_text(Properties, 'ApplicationVersion') as application_version, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RoboMaker::SimulationApplicationVersion' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/rolesanywhere.yaml b/providers/src/awscc/v00.00.00000/services/rolesanywhere.yaml index 51aa136a..f7c59b57 100644 --- a/providers/src/awscc/v00.00.00000/services/rolesanywhere.yaml +++ b/providers/src/awscc/v00.00.00000/services/rolesanywhere.yaml @@ -923,34 +923,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CrlData') as crl_data, JSON_EXTRACT(Properties, '$.CrlId') as crl_id, JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.TrustAnchorArn') as trust_anchor_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::CRL' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::CRL' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CrlData') as crl_data, json_extract_path_text(Properties, 'CrlId') as crl_id, json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'TrustAnchorArn') as trust_anchor_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::CRL' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::CRL' + AND Identifier = '' AND region = 'us-east-1' crls_list_only: name: crls_list_only @@ -973,7 +973,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CrlId') as crl_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::CRL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::CRL' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -981,7 +981,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CrlId') as crl_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::CRL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::CRL' AND region = 'us-east-1' profiles: name: profiles @@ -1041,11 +1041,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DurationSeconds') as duration_seconds, JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.ManagedPolicyArns') as managed_policy_arns, @@ -1058,15 +1058,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AttributeMappings') as attribute_mappings, JSON_EXTRACT(Properties, '$.AcceptRoleSessionName') as accept_role_session_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::Profile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DurationSeconds') as duration_seconds, json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'ManagedPolicyArns') as managed_policy_arns, @@ -1079,8 +1079,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AttributeMappings') as attribute_mappings, json_extract_path_text(Properties, 'AcceptRoleSessionName') as accept_role_session_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::Profile' + AND Identifier = '' AND region = 'us-east-1' profiles_list_only: name: profiles_list_only @@ -1103,7 +1103,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::Profile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1111,7 +1111,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::Profile' AND region = 'us-east-1' trust_anchors: name: trust_anchors @@ -1171,11 +1171,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Enabled') as enabled, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.NotificationSettings') as notification_settings, @@ -1183,15 +1183,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TrustAnchorId') as trust_anchor_id, JSON_EXTRACT(Properties, '$.TrustAnchorArn') as trust_anchor_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::TrustAnchor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::TrustAnchor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Enabled') as enabled, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'NotificationSettings') as notification_settings, @@ -1199,8 +1199,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TrustAnchorId') as trust_anchor_id, json_extract_path_text(Properties, 'TrustAnchorArn') as trust_anchor_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RolesAnywhere::TrustAnchor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RolesAnywhere::TrustAnchor' + AND Identifier = '' AND region = 'us-east-1' trust_anchors_list_only: name: trust_anchors_list_only @@ -1223,7 +1223,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrustAnchorId') as trust_anchor_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::TrustAnchor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::TrustAnchor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1231,7 +1231,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrustAnchorId') as trust_anchor_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RolesAnywhere::TrustAnchor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RolesAnywhere::TrustAnchor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/route53.yaml b/providers/src/awscc/v00.00.00000/services/route53.yaml index a35cc200..8859d545 100644 --- a/providers/src/awscc/v00.00.00000/services/route53.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53.yaml @@ -1248,30 +1248,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Locations') as locations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::CidrCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::CidrCollection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Locations') as locations - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::CidrCollection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::CidrCollection' + AND Identifier = '' AND region = 'us-east-1' cidr_collections_list_only: name: cidr_collections_list_only @@ -1294,7 +1294,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::CidrCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::CidrCollection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1302,7 +1302,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::CidrCollection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::CidrCollection' AND region = 'us-east-1' dnssecs: name: dnssecs @@ -1349,24 +1349,24 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HostedZoneId') as hosted_zone_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::DNSSEC' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::DNSSEC' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HostedZoneId') as hosted_zone_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::DNSSEC' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::DNSSEC' + AND Identifier = '' AND region = 'us-east-1' dnssecs_list_only: name: dnssecs_list_only @@ -1389,7 +1389,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HostedZoneId') as hosted_zone_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::DNSSEC' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::DNSSEC' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1397,7 +1397,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HostedZoneId') as hosted_zone_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::DNSSEC' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::DNSSEC' AND region = 'us-east-1' health_checks: name: health_checks @@ -1457,28 +1457,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HealthCheckId') as health_check_id, JSON_EXTRACT(Properties, '$.HealthCheckConfig') as health_check_config, JSON_EXTRACT(Properties, '$.HealthCheckTags') as health_check_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::HealthCheck' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::HealthCheck' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HealthCheckId') as health_check_id, json_extract_path_text(Properties, 'HealthCheckConfig') as health_check_config, json_extract_path_text(Properties, 'HealthCheckTags') as health_check_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::HealthCheck' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::HealthCheck' + AND Identifier = '' AND region = 'us-east-1' health_checks_list_only: name: health_checks_list_only @@ -1501,7 +1501,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HealthCheckId') as health_check_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::HealthCheck' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::HealthCheck' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1509,7 +1509,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HealthCheckId') as health_check_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::HealthCheck' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::HealthCheck' AND region = 'us-east-1' hosted_zones: name: hosted_zones @@ -1569,11 +1569,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HostedZoneTags') as hosted_zone_tags, JSON_EXTRACT(Properties, '$.VPCs') as vpcs, JSON_EXTRACT(Properties, '$.HostedZoneConfig') as hosted_zone_config, @@ -1581,15 +1581,15 @@ components: JSON_EXTRACT(Properties, '$.NameServers') as name_servers, JSON_EXTRACT(Properties, '$.QueryLoggingConfig') as query_logging_config, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::HostedZone' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::HostedZone' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HostedZoneTags') as hosted_zone_tags, json_extract_path_text(Properties, 'VPCs') as vpcs, json_extract_path_text(Properties, 'HostedZoneConfig') as hosted_zone_config, @@ -1597,8 +1597,8 @@ components: json_extract_path_text(Properties, 'NameServers') as name_servers, json_extract_path_text(Properties, 'QueryLoggingConfig') as query_logging_config, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::HostedZone' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::HostedZone' + AND Identifier = '' AND region = 'us-east-1' hosted_zones_list_only: name: hosted_zones_list_only @@ -1621,7 +1621,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::HostedZone' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::HostedZone' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1629,7 +1629,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::HostedZone' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::HostedZone' AND region = 'us-east-1' key_signing_keys: name: key_signing_keys @@ -1690,30 +1690,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HostedZoneId') as hosted_zone_id, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.KeyManagementServiceArn') as key_management_service_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::KeySigningKey' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::KeySigningKey' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HostedZoneId') as hosted_zone_id, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'KeyManagementServiceArn') as key_management_service_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53::KeySigningKey' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53::KeySigningKey' + AND Identifier = '|' AND region = 'us-east-1' key_signing_keys_list_only: name: key_signing_keys_list_only @@ -1738,7 +1738,7 @@ components: region, JSON_EXTRACT(Properties, '$.HostedZoneId') as hosted_zone_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::KeySigningKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::KeySigningKey' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1747,7 +1747,7 @@ components: region, json_extract_path_text(Properties, 'HostedZoneId') as hosted_zone_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53::KeySigningKey' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53::KeySigningKey' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/route53profiles.yaml b/providers/src/awscc/v00.00.00000/services/route53profiles.yaml index 9ed77e1f..4aee9e56 100644 --- a/providers/src/awscc/v00.00.00000/services/route53profiles.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53profiles.yaml @@ -803,32 +803,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ClientToken') as client_token, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::Profile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ClientToken') as client_token, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::Profile' + AND Identifier = '' AND region = 'us-east-1' profiles_list_only: name: profiles_list_only @@ -851,7 +851,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::Profile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -859,7 +859,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::Profile' AND region = 'us-east-1' profile_associations: name: profile_associations @@ -919,34 +919,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::ProfileAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::ProfileAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ProfileId') as profile_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::ProfileAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::ProfileAssociation' + AND Identifier = '' AND region = 'us-east-1' profile_associations_list_only: name: profile_associations_list_only @@ -969,7 +969,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::ProfileAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::ProfileAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -977,7 +977,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::ProfileAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::ProfileAssociation' AND region = 'us-east-1' profile_resource_associations: name: profile_resource_associations @@ -1037,34 +1037,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.ResourceProperties') as resource_properties, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProfileId') as profile_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'ResourceProperties') as resource_properties, json_extract_path_text(Properties, 'ResourceType') as resource_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' + AND Identifier = '' AND region = 'us-east-1' profile_resource_associations_list_only: name: profile_resource_associations_list_only @@ -1087,7 +1087,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1095,7 +1095,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Profiles::ProfileResourceAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/route53recoverycontrol.yaml b/providers/src/awscc/v00.00.00000/services/route53recoverycontrol.yaml index 971babfb..1b48bc6a 100644 --- a/providers/src/awscc/v00.00.00000/services/route53recoverycontrol.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53recoverycontrol.yaml @@ -1048,34 +1048,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ClusterEndpoints') as cluster_endpoints, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.NetworkType') as network_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ClusterEndpoints') as cluster_endpoints, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'NetworkType') as network_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -1098,7 +1098,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1106,7 +1106,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::Cluster' AND region = 'us-east-1' control_panels: name: control_panels @@ -1166,11 +1166,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.ControlPanelArn') as control_panel_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1178,15 +1178,15 @@ components: JSON_EXTRACT(Properties, '$.DefaultControlPanel') as default_control_panel, JSON_EXTRACT(Properties, '$.RoutingControlCount') as routing_control_count, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::ControlPanel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::ControlPanel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'ControlPanelArn') as control_panel_arn, json_extract_path_text(Properties, 'Name') as name, @@ -1194,8 +1194,8 @@ components: json_extract_path_text(Properties, 'DefaultControlPanel') as default_control_panel, json_extract_path_text(Properties, 'RoutingControlCount') as routing_control_count, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::ControlPanel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::ControlPanel' + AND Identifier = '' AND region = 'us-east-1' control_panels_list_only: name: control_panels_list_only @@ -1218,7 +1218,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ControlPanelArn') as control_panel_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::ControlPanel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::ControlPanel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1226,7 +1226,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ControlPanelArn') as control_panel_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::ControlPanel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::ControlPanel' AND region = 'us-east-1' routing_controls: name: routing_controls @@ -1286,32 +1286,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RoutingControlArn') as routing_control_arn, JSON_EXTRACT(Properties, '$.ControlPanelArn') as control_panel_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::RoutingControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::RoutingControl' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RoutingControlArn') as routing_control_arn, json_extract_path_text(Properties, 'ControlPanelArn') as control_panel_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::RoutingControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::RoutingControl' + AND Identifier = '' AND region = 'us-east-1' routing_controls_list_only: name: routing_controls_list_only @@ -1334,7 +1334,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RoutingControlArn') as routing_control_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::RoutingControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::RoutingControl' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1342,7 +1342,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RoutingControlArn') as routing_control_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::RoutingControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::RoutingControl' AND region = 'us-east-1' safety_rules: name: safety_rules @@ -1402,11 +1402,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssertionRule') as assertion_rule, JSON_EXTRACT(Properties, '$.GatingRule') as gating_rule, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1415,15 +1415,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.RuleConfig') as rule_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::SafetyRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::SafetyRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssertionRule') as assertion_rule, json_extract_path_text(Properties, 'GatingRule') as gating_rule, json_extract_path_text(Properties, 'Name') as name, @@ -1432,8 +1432,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'RuleConfig') as rule_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryControl::SafetyRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryControl::SafetyRule' + AND Identifier = '' AND region = 'us-east-1' safety_rules_list_only: name: safety_rules_list_only @@ -1456,7 +1456,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SafetyRuleArn') as safety_rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::SafetyRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::SafetyRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1464,7 +1464,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SafetyRuleArn') as safety_rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryControl::SafetyRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryControl::SafetyRule' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/route53recoveryreadiness.yaml b/providers/src/awscc/v00.00.00000/services/route53recoveryreadiness.yaml index 57c3574b..a99cff6a 100644 --- a/providers/src/awscc/v00.00.00000/services/route53recoveryreadiness.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53recoveryreadiness.yaml @@ -1003,32 +1003,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.CellName') as cell_name, JSON_EXTRACT(Properties, '$.CellArn') as cell_arn, JSON_EXTRACT(Properties, '$.Cells') as cells, JSON_EXTRACT(Properties, '$.ParentReadinessScopes') as parent_readiness_scopes, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::Cell' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::Cell' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'CellName') as cell_name, json_extract_path_text(Properties, 'CellArn') as cell_arn, json_extract_path_text(Properties, 'Cells') as cells, json_extract_path_text(Properties, 'ParentReadinessScopes') as parent_readiness_scopes, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::Cell' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::Cell' + AND Identifier = '' AND region = 'us-east-1' cells_list_only: name: cells_list_only @@ -1051,7 +1051,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CellName') as cell_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::Cell' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::Cell' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1059,7 +1059,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CellName') as cell_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::Cell' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::Cell' AND region = 'us-east-1' readiness_checks: name: readiness_checks @@ -1119,30 +1119,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceSetName') as resource_set_name, JSON_EXTRACT(Properties, '$.ReadinessCheckName') as readiness_check_name, JSON_EXTRACT(Properties, '$.ReadinessCheckArn') as readiness_check_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceSetName') as resource_set_name, json_extract_path_text(Properties, 'ReadinessCheckName') as readiness_check_name, json_extract_path_text(Properties, 'ReadinessCheckArn') as readiness_check_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' + AND Identifier = '' AND region = 'us-east-1' readiness_checks_list_only: name: readiness_checks_list_only @@ -1165,7 +1165,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ReadinessCheckName') as readiness_check_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1173,7 +1173,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ReadinessCheckName') as readiness_check_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::ReadinessCheck' AND region = 'us-east-1' recovery_groups: name: recovery_groups @@ -1233,30 +1233,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RecoveryGroupName') as recovery_group_name, JSON_EXTRACT(Properties, '$.Cells') as cells, JSON_EXTRACT(Properties, '$.RecoveryGroupArn') as recovery_group_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RecoveryGroupName') as recovery_group_name, json_extract_path_text(Properties, 'Cells') as cells, json_extract_path_text(Properties, 'RecoveryGroupArn') as recovery_group_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' + AND Identifier = '' AND region = 'us-east-1' recovery_groups_list_only: name: recovery_groups_list_only @@ -1279,7 +1279,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RecoveryGroupName') as recovery_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1287,7 +1287,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RecoveryGroupName') as recovery_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::RecoveryGroup' AND region = 'us-east-1' resource_sets: name: resource_sets @@ -1347,32 +1347,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceSetName') as resource_set_name, JSON_EXTRACT(Properties, '$.Resources') as resources, JSON_EXTRACT(Properties, '$.ResourceSetArn') as resource_set_arn, JSON_EXTRACT(Properties, '$.ResourceSetType') as resource_set_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceSetName') as resource_set_name, json_extract_path_text(Properties, 'Resources') as resources, json_extract_path_text(Properties, 'ResourceSetArn') as resource_set_arn, json_extract_path_text(Properties, 'ResourceSetType') as resource_set_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' + AND Identifier = '' AND region = 'us-east-1' resource_sets_list_only: name: resource_sets_list_only @@ -1395,7 +1395,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResourceSetName') as resource_set_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1403,7 +1403,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResourceSetName') as resource_set_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53RecoveryReadiness::ResourceSet' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/route53resolver.yaml b/providers/src/awscc/v00.00.00000/services/route53resolver.yaml index a2422b49..2783888a 100644 --- a/providers/src/awscc/v00.00.00000/services/route53resolver.yaml +++ b/providers/src/awscc/v00.00.00000/services/route53resolver.yaml @@ -2460,11 +2460,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2478,15 +2478,15 @@ components: JSON_EXTRACT(Properties, '$.Domains') as domains, JSON_EXTRACT(Properties, '$.DomainFileUrl') as domain_file_url, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallDomainList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallDomainList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -2500,8 +2500,8 @@ components: json_extract_path_text(Properties, 'Domains') as domains, json_extract_path_text(Properties, 'DomainFileUrl') as domain_file_url, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallDomainList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallDomainList' + AND Identifier = '' AND region = 'us-east-1' firewall_domain_lists_list_only: name: firewall_domain_lists_list_only @@ -2524,7 +2524,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallDomainList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallDomainList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2532,7 +2532,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallDomainList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallDomainList' AND region = 'us-east-1' firewall_rule_groups: name: firewall_rule_groups @@ -2592,11 +2592,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2610,15 +2610,15 @@ components: JSON_EXTRACT(Properties, '$.ModificationTime') as modification_time, JSON_EXTRACT(Properties, '$.FirewallRules') as firewall_rules, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -2632,8 +2632,8 @@ components: json_extract_path_text(Properties, 'ModificationTime') as modification_time, json_extract_path_text(Properties, 'FirewallRules') as firewall_rules, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' + AND Identifier = '' AND region = 'us-east-1' firewall_rule_groups_list_only: name: firewall_rule_groups_list_only @@ -2656,7 +2656,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2664,7 +2664,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroup' AND region = 'us-east-1' firewall_rule_group_associations: name: firewall_rule_group_associations @@ -2724,11 +2724,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.FirewallRuleGroupId') as firewall_rule_group_id, @@ -2743,15 +2743,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.ModificationTime') as modification_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'FirewallRuleGroupId') as firewall_rule_group_id, @@ -2766,8 +2766,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'ModificationTime') as modification_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' + AND Identifier = '' AND region = 'us-east-1' firewall_rule_group_associations_list_only: name: firewall_rule_group_associations_list_only @@ -2790,7 +2790,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2798,7 +2798,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::FirewallRuleGroupAssociation' AND region = 'us-east-1' outpost_resolvers: name: outpost_resolvers @@ -2858,11 +2858,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.CreatorRequestId') as creator_request_id, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2875,15 +2875,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.ModificationTime') as modification_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::OutpostResolver' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::OutpostResolver' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'CreatorRequestId') as creator_request_id, json_extract_path_text(Properties, 'Name') as name, @@ -2896,8 +2896,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'ModificationTime') as modification_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::OutpostResolver' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::OutpostResolver' + AND Identifier = '' AND region = 'us-east-1' outpost_resolvers_list_only: name: outpost_resolvers_list_only @@ -2920,7 +2920,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::OutpostResolver' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::OutpostResolver' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2928,7 +2928,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::OutpostResolver' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::OutpostResolver' AND region = 'us-east-1' resolver_configs: name: resolver_configs @@ -2975,32 +2975,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.AutodefinedReverse') as autodefined_reverse, JSON_EXTRACT(Properties, '$.AutodefinedReverseFlag') as autodefined_reverse_flag - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'AutodefinedReverse') as autodefined_reverse, json_extract_path_text(Properties, 'AutodefinedReverseFlag') as autodefined_reverse_flag - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverConfig' + AND Identifier = '' AND region = 'us-east-1' resolver_configs_list_only: name: resolver_configs_list_only @@ -3023,7 +3023,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3031,7 +3031,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResourceId') as resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverConfig' AND region = 'us-east-1' resolverdnssec_configs: name: resolverdnssec_configs @@ -3078,30 +3078,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, JSON_EXTRACT(Properties, '$.ValidationStatus') as validation_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'ResourceId') as resource_id, json_extract_path_text(Properties, 'ValidationStatus') as validation_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' + AND Identifier = '' AND region = 'us-east-1' resolverdnssec_configs_list_only: name: resolverdnssec_configs_list_only @@ -3124,7 +3124,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3132,7 +3132,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverDNSSECConfig' AND region = 'us-east-1' resolver_endpoints: name: resolver_endpoints @@ -3192,11 +3192,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Direction') as direction, JSON_EXTRACT(Properties, '$.HostVPCId') as host_vpc_id, @@ -3210,15 +3210,15 @@ components: JSON_EXTRACT(Properties, '$.ResolverEndpointType') as resolver_endpoint_type, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverEndpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Direction') as direction, json_extract_path_text(Properties, 'HostVPCId') as host_vpc_id, @@ -3232,8 +3232,8 @@ components: json_extract_path_text(Properties, 'ResolverEndpointType') as resolver_endpoint_type, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverEndpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverEndpoint' + AND Identifier = '' AND region = 'us-east-1' resolver_endpoints_list_only: name: resolver_endpoints_list_only @@ -3256,7 +3256,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResolverEndpointId') as resolver_endpoint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverEndpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3264,7 +3264,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResolverEndpointId') as resolver_endpoint_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverEndpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverEndpoint' AND region = 'us-east-1' resolver_query_logging_configs: name: resolver_query_logging_configs @@ -3311,11 +3311,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.OwnerId') as owner_id, JSON_EXTRACT(Properties, '$.Status') as status, @@ -3327,15 +3327,15 @@ components: JSON_EXTRACT(Properties, '$.DestinationArn') as destination_arn, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'OwnerId') as owner_id, json_extract_path_text(Properties, 'Status') as status, @@ -3347,8 +3347,8 @@ components: json_extract_path_text(Properties, 'DestinationArn') as destination_arn, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' + AND Identifier = '' AND region = 'us-east-1' resolver_query_logging_configs_list_only: name: resolver_query_logging_configs_list_only @@ -3371,7 +3371,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3379,7 +3379,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfig' AND region = 'us-east-1' resolver_query_logging_config_associations: name: resolver_query_logging_config_associations @@ -3426,11 +3426,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.ResolverQueryLogConfigId') as resolver_query_log_config_id, JSON_EXTRACT(Properties, '$.ResourceId') as resource_id, @@ -3438,15 +3438,15 @@ components: JSON_EXTRACT(Properties, '$.Error') as error, JSON_EXTRACT(Properties, '$.ErrorMessage') as error_message, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'ResolverQueryLogConfigId') as resolver_query_log_config_id, json_extract_path_text(Properties, 'ResourceId') as resource_id, @@ -3454,8 +3454,8 @@ components: json_extract_path_text(Properties, 'Error') as error, json_extract_path_text(Properties, 'ErrorMessage') as error_message, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' + AND Identifier = '' AND region = 'us-east-1' resolver_query_logging_config_associations_list_only: name: resolver_query_logging_config_associations_list_only @@ -3478,7 +3478,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3486,7 +3486,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation' AND region = 'us-east-1' resolver_rules: name: resolver_rules @@ -3546,11 +3546,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResolverEndpointId') as resolver_endpoint_id, JSON_EXTRACT(Properties, '$.DomainName') as domain_name, JSON_EXTRACT(Properties, '$.Name') as name, @@ -3560,15 +3560,15 @@ components: JSON_EXTRACT(Properties, '$.TargetIps') as target_ips, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ResolverRuleId') as resolver_rule_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResolverEndpointId') as resolver_endpoint_id, json_extract_path_text(Properties, 'DomainName') as domain_name, json_extract_path_text(Properties, 'Name') as name, @@ -3578,8 +3578,8 @@ components: json_extract_path_text(Properties, 'TargetIps') as target_ips, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ResolverRuleId') as resolver_rule_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverRule' + AND Identifier = '' AND region = 'us-east-1' resolver_rules_list_only: name: resolver_rules_list_only @@ -3602,7 +3602,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResolverRuleId') as resolver_rule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3610,7 +3610,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResolverRuleId') as resolver_rule_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverRule' AND region = 'us-east-1' resolver_rule_associations: name: resolver_rule_associations @@ -3657,30 +3657,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VPCId') as vpc_id, JSON_EXTRACT(Properties, '$.ResolverRuleId') as resolver_rule_id, JSON_EXTRACT(Properties, '$.ResolverRuleAssociationId') as resolver_rule_association_id, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VPCId') as vpc_id, json_extract_path_text(Properties, 'ResolverRuleId') as resolver_rule_id, json_extract_path_text(Properties, 'ResolverRuleAssociationId') as resolver_rule_association_id, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' + AND Identifier = '' AND region = 'us-east-1' resolver_rule_associations_list_only: name: resolver_rule_associations_list_only @@ -3703,7 +3703,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResolverRuleAssociationId') as resolver_rule_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3711,7 +3711,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResolverRuleAssociationId') as resolver_rule_association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Route53Resolver::ResolverRuleAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/rum.yaml b/providers/src/awscc/v00.00.00000/services/rum.yaml index 917e72a4..03bff6e2 100644 --- a/providers/src/awscc/v00.00.00000/services/rum.yaml +++ b/providers/src/awscc/v00.00.00000/services/rum.yaml @@ -977,11 +977,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Domain') as domain, @@ -992,15 +992,15 @@ components: JSON_EXTRACT(Properties, '$.CustomEvents') as custom_events, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy, JSON_EXTRACT(Properties, '$.DeobfuscationConfiguration') as deobfuscation_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RUM::AppMonitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RUM::AppMonitor' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Domain') as domain, @@ -1011,8 +1011,8 @@ components: json_extract_path_text(Properties, 'CustomEvents') as custom_events, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy, json_extract_path_text(Properties, 'DeobfuscationConfiguration') as deobfuscation_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::RUM::AppMonitor' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::RUM::AppMonitor' + AND Identifier = '' AND region = 'us-east-1' app_monitors_list_only: name: app_monitors_list_only @@ -1035,7 +1035,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RUM::AppMonitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RUM::AppMonitor' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1043,7 +1043,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::RUM::AppMonitor' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::RUM::AppMonitor' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/s3.yaml b/providers/src/awscc/v00.00.00000/services/s3.yaml index fbedce33..3e5bc67d 100644 --- a/providers/src/awscc/v00.00.00000/services/s3.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3.yaml @@ -3687,11 +3687,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessGrantId') as access_grant_id, JSON_EXTRACT(Properties, '$.AccessGrantsLocationId') as access_grants_location_id, JSON_EXTRACT(Properties, '$.Tags') as tags, @@ -3702,15 +3702,15 @@ components: JSON_EXTRACT(Properties, '$.AccessGrantArn') as access_grant_arn, JSON_EXTRACT(Properties, '$.Grantee') as grantee, JSON_EXTRACT(Properties, '$.AccessGrantsLocationConfiguration') as access_grants_location_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrant' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessGrantId') as access_grant_id, json_extract_path_text(Properties, 'AccessGrantsLocationId') as access_grants_location_id, json_extract_path_text(Properties, 'Tags') as tags, @@ -3721,8 +3721,8 @@ components: json_extract_path_text(Properties, 'AccessGrantArn') as access_grant_arn, json_extract_path_text(Properties, 'Grantee') as grantee, json_extract_path_text(Properties, 'AccessGrantsLocationConfiguration') as access_grants_location_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrant' + AND Identifier = '' AND region = 'us-east-1' access_grants_list_only: name: access_grants_list_only @@ -3745,7 +3745,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccessGrantId') as access_grant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrant' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3753,7 +3753,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccessGrantId') as access_grant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrant' AND region = 'us-east-1' access_grants_instances: name: access_grants_instances @@ -3813,30 +3813,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessGrantsInstanceArn') as access_grants_instance_arn, JSON_EXTRACT(Properties, '$.IdentityCenterArn') as identity_center_arn, JSON_EXTRACT(Properties, '$.AccessGrantsInstanceId') as access_grants_instance_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrantsInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrantsInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessGrantsInstanceArn') as access_grants_instance_arn, json_extract_path_text(Properties, 'IdentityCenterArn') as identity_center_arn, json_extract_path_text(Properties, 'AccessGrantsInstanceId') as access_grants_instance_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrantsInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrantsInstance' + AND Identifier = '' AND region = 'us-east-1' access_grants_instances_list_only: name: access_grants_instances_list_only @@ -3859,7 +3859,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccessGrantsInstanceArn') as access_grants_instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrantsInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrantsInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3867,7 +3867,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccessGrantsInstanceArn') as access_grants_instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrantsInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrantsInstance' AND region = 'us-east-1' access_grants_locations: name: access_grants_locations @@ -3927,32 +3927,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessGrantsLocationArn') as access_grants_location_arn, JSON_EXTRACT(Properties, '$.AccessGrantsLocationId') as access_grants_location_id, JSON_EXTRACT(Properties, '$.IamRoleArn') as iam_role_arn, JSON_EXTRACT(Properties, '$.LocationScope') as location_scope, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrantsLocation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrantsLocation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessGrantsLocationArn') as access_grants_location_arn, json_extract_path_text(Properties, 'AccessGrantsLocationId') as access_grants_location_id, json_extract_path_text(Properties, 'IamRoleArn') as iam_role_arn, json_extract_path_text(Properties, 'LocationScope') as location_scope, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessGrantsLocation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessGrantsLocation' + AND Identifier = '' AND region = 'us-east-1' access_grants_locations_list_only: name: access_grants_locations_list_only @@ -3975,7 +3975,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccessGrantsLocationId') as access_grants_location_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrantsLocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrantsLocation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3983,7 +3983,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccessGrantsLocationId') as access_grants_location_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessGrantsLocation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessGrantsLocation' AND region = 'us-east-1' access_points: name: access_points @@ -4043,11 +4043,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.Bucket') as bucket, @@ -4058,15 +4058,15 @@ components: JSON_EXTRACT(Properties, '$.NetworkOrigin') as network_origin, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'Bucket') as bucket, @@ -4077,8 +4077,8 @@ components: json_extract_path_text(Properties, 'NetworkOrigin') as network_origin, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' access_points_list_only: name: access_points_list_only @@ -4101,7 +4101,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4109,7 +4109,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::AccessPoint' AND region = 'us-east-1' buckets: name: buckets @@ -4169,11 +4169,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccelerateConfiguration') as accelerate_configuration, JSON_EXTRACT(Properties, '$.AccessControl') as access_control, JSON_EXTRACT(Properties, '$.AnalyticsConfigurations') as analytics_configurations, @@ -4201,15 +4201,15 @@ components: JSON_EXTRACT(Properties, '$.DualStackDomainName') as dual_stack_domain_name, JSON_EXTRACT(Properties, '$.RegionalDomainName') as regional_domain_name, JSON_EXTRACT(Properties, '$.WebsiteURL') as website_url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::Bucket' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccelerateConfiguration') as accelerate_configuration, json_extract_path_text(Properties, 'AccessControl') as access_control, json_extract_path_text(Properties, 'AnalyticsConfigurations') as analytics_configurations, @@ -4237,8 +4237,8 @@ components: json_extract_path_text(Properties, 'DualStackDomainName') as dual_stack_domain_name, json_extract_path_text(Properties, 'RegionalDomainName') as regional_domain_name, json_extract_path_text(Properties, 'WebsiteURL') as website_url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::Bucket' + AND Identifier = '' AND region = 'us-east-1' buckets_list_only: name: buckets_list_only @@ -4261,7 +4261,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::Bucket' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4269,7 +4269,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::Bucket' AND region = 'us-east-1' bucket_policies: name: bucket_policies @@ -4329,26 +4329,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Bucket') as bucket, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Bucket') as bucket, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' bucket_policies_list_only: name: bucket_policies_list_only @@ -4371,7 +4371,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::BucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::BucketPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4379,7 +4379,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::BucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::BucketPolicy' AND region = 'us-east-1' multi_region_access_points: name: multi_region_access_points @@ -4426,32 +4426,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PublicAccessBlockConfiguration') as public_access_block_configuration, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Regions') as regions, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::MultiRegionAccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PublicAccessBlockConfiguration') as public_access_block_configuration, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Regions') as regions, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::MultiRegionAccessPoint' + AND Identifier = '' AND region = 'us-east-1' multi_region_access_points_list_only: name: multi_region_access_points_list_only @@ -4474,7 +4474,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::MultiRegionAccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4482,7 +4482,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::MultiRegionAccessPoint' AND region = 'us-east-1' multi_region_access_point_policies: name: multi_region_access_point_policies @@ -4542,28 +4542,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MrapName') as mrap_name, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.PolicyStatus') as policy_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPointPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::MultiRegionAccessPointPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MrapName') as mrap_name, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'PolicyStatus') as policy_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::MultiRegionAccessPointPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::MultiRegionAccessPointPolicy' + AND Identifier = '' AND region = 'us-east-1' storage_lens: name: storage_lens @@ -4623,26 +4623,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StorageLensConfiguration') as storage_lens_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::StorageLens' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::StorageLens' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StorageLensConfiguration') as storage_lens_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::StorageLens' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::StorageLens' + AND Identifier = '' AND region = 'us-east-1' storage_lens_list_only: name: storage_lens_list_only @@ -4665,7 +4665,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StorageLensConfiguration.Id') as storage_lens_configuration__id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::StorageLens' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::StorageLens' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4673,7 +4673,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StorageLensConfiguration', 'Id') as storage_lens_configuration__id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::StorageLens' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::StorageLens' AND region = 'us-east-1' storage_lens_groups: name: storage_lens_groups @@ -4733,30 +4733,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Filter') as filter, JSON_EXTRACT(Properties, '$.StorageLensGroupArn') as storage_lens_group_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::StorageLensGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::StorageLensGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Filter') as filter, json_extract_path_text(Properties, 'StorageLensGroupArn') as storage_lens_group_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3::StorageLensGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3::StorageLensGroup' + AND Identifier = '' AND region = 'us-east-1' storage_lens_groups_list_only: name: storage_lens_groups_list_only @@ -4779,7 +4779,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::StorageLensGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::StorageLensGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4787,7 +4787,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3::StorageLensGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3::StorageLensGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/s3express.yaml b/providers/src/awscc/v00.00.00000/services/s3express.yaml index e454c1a3..9a15d729 100644 --- a/providers/src/awscc/v00.00.00000/services/s3express.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3express.yaml @@ -1002,11 +1002,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Bucket') as bucket, JSON_EXTRACT(Properties, '$.BucketAccountId') as bucket_account_id, @@ -1017,15 +1017,15 @@ components: JSON_EXTRACT(Properties, '$.NetworkOrigin') as network_origin, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Bucket') as bucket, json_extract_path_text(Properties, 'BucketAccountId') as bucket_account_id, @@ -1036,8 +1036,8 @@ components: json_extract_path_text(Properties, 'NetworkOrigin') as network_origin, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' access_points_list_only: name: access_points_list_only @@ -1060,7 +1060,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::AccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1068,7 +1068,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::AccessPoint' AND region = 'us-east-1' bucket_policies: name: bucket_policies @@ -1128,26 +1128,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Bucket') as bucket, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Bucket') as bucket, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' bucket_policies_list_only: name: bucket_policies_list_only @@ -1170,7 +1170,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::BucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::BucketPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1178,7 +1178,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Bucket') as bucket - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::BucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::BucketPolicy' AND region = 'us-east-1' directory_buckets: name: directory_buckets @@ -1238,11 +1238,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name, JSON_EXTRACT(Properties, '$.LocationName') as location_name, JSON_EXTRACT(Properties, '$.AvailabilityZoneName') as availability_zone_name, @@ -1251,15 +1251,15 @@ components: JSON_EXTRACT(Properties, '$.BucketEncryption') as bucket_encryption, JSON_EXTRACT(Properties, '$.LifecycleConfiguration') as lifecycle_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::DirectoryBucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::DirectoryBucket' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'BucketName') as bucket_name, json_extract_path_text(Properties, 'LocationName') as location_name, json_extract_path_text(Properties, 'AvailabilityZoneName') as availability_zone_name, @@ -1268,8 +1268,8 @@ components: json_extract_path_text(Properties, 'BucketEncryption') as bucket_encryption, json_extract_path_text(Properties, 'LifecycleConfiguration') as lifecycle_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Express::DirectoryBucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Express::DirectoryBucket' + AND Identifier = '' AND region = 'us-east-1' directory_buckets_list_only: name: directory_buckets_list_only @@ -1292,7 +1292,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::DirectoryBucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::DirectoryBucket' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1300,7 +1300,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BucketName') as bucket_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Express::DirectoryBucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Express::DirectoryBucket' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml b/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml index 6ee4cb6f..0793d85b 100644 --- a/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3objectlambda.yaml @@ -730,11 +730,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -742,15 +742,15 @@ components: JSON_EXTRACT(Properties, '$.PublicAccessBlockConfiguration') as public_access_block_configuration, JSON_EXTRACT(Properties, '$.PolicyStatus') as policy_status, JSON_EXTRACT(Properties, '$.ObjectLambdaConfiguration') as object_lambda_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3ObjectLambda::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'Arn') as arn, @@ -758,8 +758,8 @@ components: json_extract_path_text(Properties, 'PublicAccessBlockConfiguration') as public_access_block_configuration, json_extract_path_text(Properties, 'PolicyStatus') as policy_status, json_extract_path_text(Properties, 'ObjectLambdaConfiguration') as object_lambda_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3ObjectLambda::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' access_points_list_only: name: access_points_list_only @@ -782,7 +782,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3ObjectLambda::AccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -790,7 +790,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3ObjectLambda::AccessPoint' AND region = 'us-east-1' access_point_policies: name: access_point_policies @@ -850,26 +850,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ObjectLambdaAccessPoint') as object_lambda_access_point, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ObjectLambdaAccessPoint') as object_lambda_access_point, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3ObjectLambda::AccessPointPolicy' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/s3outposts.yaml b/providers/src/awscc/v00.00.00000/services/s3outposts.yaml index c364d405..e2057e5c 100644 --- a/providers/src/awscc/v00.00.00000/services/s3outposts.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3outposts.yaml @@ -1104,32 +1104,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Bucket') as bucket, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.VpcConfiguration') as vpc_configuration, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Bucket') as bucket, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'VpcConfiguration') as vpc_configuration, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::AccessPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::AccessPoint' + AND Identifier = '' AND region = 'us-east-1' access_points_list_only: name: access_points_list_only @@ -1152,7 +1152,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::AccessPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1160,7 +1160,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::AccessPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::AccessPoint' AND region = 'us-east-1' buckets: name: buckets @@ -1220,32 +1220,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.BucketName') as bucket_name, JSON_EXTRACT(Properties, '$.OutpostId') as outpost_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.LifecycleConfiguration') as lifecycle_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::Bucket' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'BucketName') as bucket_name, json_extract_path_text(Properties, 'OutpostId') as outpost_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'LifecycleConfiguration') as lifecycle_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::Bucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::Bucket' + AND Identifier = '' AND region = 'us-east-1' buckets_list_only: name: buckets_list_only @@ -1268,7 +1268,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::Bucket' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1276,7 +1276,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::Bucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::Bucket' AND region = 'us-east-1' bucket_policies: name: bucket_policies @@ -1336,26 +1336,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Bucket') as bucket, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Bucket') as bucket, json_extract_path_text(Properties, 'PolicyDocument') as policy_document - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::BucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::BucketPolicy' + AND Identifier = '' AND region = 'us-east-1' endpoints: name: endpoints @@ -1402,11 +1402,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CidrBlock') as cidr_block, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, @@ -1419,15 +1419,15 @@ components: JSON_EXTRACT(Properties, '$.AccessType') as access_type, JSON_EXTRACT(Properties, '$.CustomerOwnedIpv4Pool') as customer_owned_ipv4_pool, JSON_EXTRACT(Properties, '$.FailedReason') as failed_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::Endpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CidrBlock') as cidr_block, json_extract_path_text(Properties, 'CreationTime') as creation_time, @@ -1440,8 +1440,8 @@ components: json_extract_path_text(Properties, 'AccessType') as access_type, json_extract_path_text(Properties, 'CustomerOwnedIpv4Pool') as customer_owned_ipv4_pool, json_extract_path_text(Properties, 'FailedReason') as failed_reason - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Outposts::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Outposts::Endpoint' + AND Identifier = '' AND region = 'us-east-1' endpoints_list_only: name: endpoints_list_only @@ -1464,7 +1464,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::Endpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1472,7 +1472,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Outposts::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Outposts::Endpoint' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/s3tables.yaml b/providers/src/awscc/v00.00.00000/services/s3tables.yaml index 42d11125..30ef313a 100644 --- a/providers/src/awscc/v00.00.00000/services/s3tables.yaml +++ b/providers/src/awscc/v00.00.00000/services/s3tables.yaml @@ -937,11 +937,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WithoutMetadata') as without_metadata, JSON_EXTRACT(Properties, '$.Compaction') as compaction, JSON_EXTRACT(Properties, '$.Namespace') as namespace, @@ -953,15 +953,15 @@ components: JSON_EXTRACT(Properties, '$.IcebergMetadata') as iceberg_metadata, JSON_EXTRACT(Properties, '$.WarehouseLocation') as warehouse_location, JSON_EXTRACT(Properties, '$.SnapshotManagement') as snapshot_management - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::Table' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::Table' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WithoutMetadata') as without_metadata, json_extract_path_text(Properties, 'Compaction') as compaction, json_extract_path_text(Properties, 'Namespace') as namespace, @@ -973,8 +973,8 @@ components: json_extract_path_text(Properties, 'IcebergMetadata') as iceberg_metadata, json_extract_path_text(Properties, 'WarehouseLocation') as warehouse_location, json_extract_path_text(Properties, 'SnapshotManagement') as snapshot_management - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::Table' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::Table' + AND Identifier = '' AND region = 'us-east-1' tables_list_only: name: tables_list_only @@ -997,7 +997,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableARN') as table_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::Table' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1005,7 +1005,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableARN') as table_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::Table' AND region = 'us-east-1' table_buckets: name: table_buckets @@ -1065,30 +1065,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TableBucketARN') as table_bucket_arn, JSON_EXTRACT(Properties, '$.TableBucketName') as table_bucket_name, JSON_EXTRACT(Properties, '$.UnreferencedFileRemoval') as unreferenced_file_removal, JSON_EXTRACT(Properties, '$.EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TableBucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TableBucket' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TableBucketARN') as table_bucket_arn, json_extract_path_text(Properties, 'TableBucketName') as table_bucket_name, json_extract_path_text(Properties, 'UnreferencedFileRemoval') as unreferenced_file_removal, json_extract_path_text(Properties, 'EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TableBucket' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TableBucket' + AND Identifier = '' AND region = 'us-east-1' table_buckets_list_only: name: table_buckets_list_only @@ -1111,7 +1111,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TableBucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TableBucket' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1119,7 +1119,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TableBucket' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TableBucket' AND region = 'us-east-1' table_bucket_policies: name: table_bucket_policies @@ -1179,26 +1179,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy, JSON_EXTRACT(Properties, '$.TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TableBucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TableBucketPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy, json_extract_path_text(Properties, 'TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TableBucketPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TableBucketPolicy' + AND Identifier = '' AND region = 'us-east-1' table_bucket_policies_list_only: name: table_bucket_policies_list_only @@ -1221,7 +1221,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TableBucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TableBucketPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1229,7 +1229,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableBucketARN') as table_bucket_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TableBucketPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TableBucketPolicy' AND region = 'us-east-1' table_policies: name: table_policies @@ -1289,32 +1289,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy, JSON_EXTRACT(Properties, '$.TableName') as table_name, JSON_EXTRACT(Properties, '$.TableBucketARN') as table_bucket_arn, JSON_EXTRACT(Properties, '$.TableARN') as table_arn, JSON_EXTRACT(Properties, '$.Namespace') as namespace - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TablePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TablePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy, json_extract_path_text(Properties, 'TableName') as table_name, json_extract_path_text(Properties, 'TableBucketARN') as table_bucket_arn, json_extract_path_text(Properties, 'TableARN') as table_arn, json_extract_path_text(Properties, 'Namespace') as namespace - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::S3Tables::TablePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::S3Tables::TablePolicy' + AND Identifier = '' AND region = 'us-east-1' table_policies_list_only: name: table_policies_list_only @@ -1337,7 +1337,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TableARN') as table_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TablePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TablePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1345,7 +1345,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TableARN') as table_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::S3Tables::TablePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::S3Tables::TablePolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/sagemaker.yaml b/providers/src/awscc/v00.00.00000/services/sagemaker.yaml index 0cf9ed36..0f114f89 100644 --- a/providers/src/awscc/v00.00.00000/services/sagemaker.yaml +++ b/providers/src/awscc/v00.00.00000/services/sagemaker.yaml @@ -9726,11 +9726,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppArn') as app_arn, JSON_EXTRACT(Properties, '$.AppName') as app_name, JSON_EXTRACT(Properties, '$.AppType') as app_type, @@ -9740,15 +9740,15 @@ components: JSON_EXTRACT(Properties, '$.UserProfileName') as user_profile_name, JSON_EXTRACT(Properties, '$.BuiltInLifecycleConfigArn') as built_in_lifecycle_config_arn, JSON_EXTRACT(Properties, '$.RecoveryMode') as recovery_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::App' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::App' + AND Identifier = '|||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppArn') as app_arn, json_extract_path_text(Properties, 'AppName') as app_name, json_extract_path_text(Properties, 'AppType') as app_type, @@ -9758,8 +9758,8 @@ components: json_extract_path_text(Properties, 'UserProfileName') as user_profile_name, json_extract_path_text(Properties, 'BuiltInLifecycleConfigArn') as built_in_lifecycle_config_arn, json_extract_path_text(Properties, 'RecoveryMode') as recovery_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::App' - AND data__Identifier = '|||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::App' + AND Identifier = '|||' AND region = 'us-east-1' apps_list_only: name: apps_list_only @@ -9788,7 +9788,7 @@ components: JSON_EXTRACT(Properties, '$.AppType') as app_type, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.UserProfileName') as user_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::App' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9799,7 +9799,7 @@ components: json_extract_path_text(Properties, 'AppType') as app_type, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'UserProfileName') as user_profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::App' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::App' AND region = 'us-east-1' app_image_configs: name: app_image_configs @@ -9859,34 +9859,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppImageConfigArn') as app_image_config_arn, JSON_EXTRACT(Properties, '$.AppImageConfigName') as app_image_config_name, JSON_EXTRACT(Properties, '$.KernelGatewayImageConfig') as kernel_gateway_image_config, JSON_EXTRACT(Properties, '$.JupyterLabAppImageConfig') as jupyter_lab_app_image_config, JSON_EXTRACT(Properties, '$.CodeEditorAppImageConfig') as code_editor_app_image_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::AppImageConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::AppImageConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppImageConfigArn') as app_image_config_arn, json_extract_path_text(Properties, 'AppImageConfigName') as app_image_config_name, json_extract_path_text(Properties, 'KernelGatewayImageConfig') as kernel_gateway_image_config, json_extract_path_text(Properties, 'JupyterLabAppImageConfig') as jupyter_lab_app_image_config, json_extract_path_text(Properties, 'CodeEditorAppImageConfig') as code_editor_app_image_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::AppImageConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::AppImageConfig' + AND Identifier = '' AND region = 'us-east-1' app_image_configs_list_only: name: app_image_configs_list_only @@ -9909,7 +9909,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AppImageConfigName') as app_image_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::AppImageConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::AppImageConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -9917,7 +9917,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AppImageConfigName') as app_image_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::AppImageConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::AppImageConfig' AND region = 'us-east-1' clusters: name: clusters @@ -9977,11 +9977,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn, JSON_EXTRACT(Properties, '$.VpcConfig') as vpc_config, JSON_EXTRACT(Properties, '$.NodeRecovery') as node_recovery, @@ -9996,15 +9996,15 @@ components: JSON_EXTRACT(Properties, '$.AutoScaling') as auto_scaling, JSON_EXTRACT(Properties, '$.ClusterStatus') as cluster_status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Cluster' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn, json_extract_path_text(Properties, 'VpcConfig') as vpc_config, json_extract_path_text(Properties, 'NodeRecovery') as node_recovery, @@ -10019,8 +10019,8 @@ components: json_extract_path_text(Properties, 'AutoScaling') as auto_scaling, json_extract_path_text(Properties, 'ClusterStatus') as cluster_status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Cluster' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Cluster' + AND Identifier = '' AND region = 'us-east-1' clusters_list_only: name: clusters_list_only @@ -10043,7 +10043,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Cluster' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10051,7 +10051,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ClusterArn') as cluster_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Cluster' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Cluster' AND region = 'us-east-1' data_quality_job_definitions: name: data_quality_job_definitions @@ -10098,11 +10098,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn, JSON_EXTRACT(Properties, '$.JobDefinitionName') as job_definition_name, JSON_EXTRACT(Properties, '$.DataQualityBaselineConfig') as data_quality_baseline_config, @@ -10116,15 +10116,15 @@ components: JSON_EXTRACT(Properties, '$.StoppingCondition') as stopping_condition, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::DataQualityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::DataQualityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn, json_extract_path_text(Properties, 'JobDefinitionName') as job_definition_name, json_extract_path_text(Properties, 'DataQualityBaselineConfig') as data_quality_baseline_config, @@ -10138,8 +10138,8 @@ components: json_extract_path_text(Properties, 'StoppingCondition') as stopping_condition, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::DataQualityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::DataQualityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' data_quality_job_definitions_list_only: name: data_quality_job_definitions_list_only @@ -10162,7 +10162,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::DataQualityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::DataQualityJobDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10170,7 +10170,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::DataQualityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::DataQualityJobDefinition' AND region = 'us-east-1' devices: name: devices @@ -10230,28 +10230,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeviceFleetName') as device_fleet_name, JSON_EXTRACT(Properties, '$.Device') as device, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Device' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Device' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeviceFleetName') as device_fleet_name, json_extract_path_text(Properties, 'Device') as device, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Device' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Device' + AND Identifier = '' AND region = 'us-east-1' device_fleets: name: device_fleets @@ -10311,32 +10311,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DeviceFleetName') as device_fleet_name, JSON_EXTRACT(Properties, '$.OutputConfig') as output_config, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::DeviceFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::DeviceFleet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DeviceFleetName') as device_fleet_name, json_extract_path_text(Properties, 'OutputConfig') as output_config, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::DeviceFleet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::DeviceFleet' + AND Identifier = '' AND region = 'us-east-1' endpoints: name: endpoints @@ -10396,11 +10396,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DeploymentConfig') as deployment_config, JSON_EXTRACT(Properties, '$.EndpointArn') as endpoint_arn, JSON_EXTRACT(Properties, '$.EndpointConfigName') as endpoint_config_name, @@ -10409,15 +10409,15 @@ components: JSON_EXTRACT(Properties, '$.RetainAllVariantProperties') as retain_all_variant_properties, JSON_EXTRACT(Properties, '$.RetainDeploymentConfig') as retain_deployment_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Endpoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DeploymentConfig') as deployment_config, json_extract_path_text(Properties, 'EndpointArn') as endpoint_arn, json_extract_path_text(Properties, 'EndpointConfigName') as endpoint_config_name, @@ -10426,8 +10426,8 @@ components: json_extract_path_text(Properties, 'RetainAllVariantProperties') as retain_all_variant_properties, json_extract_path_text(Properties, 'RetainDeploymentConfig') as retain_deployment_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Endpoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Endpoint' + AND Identifier = '' AND region = 'us-east-1' endpoints_list_only: name: endpoints_list_only @@ -10450,7 +10450,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EndpointArn') as endpoint_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Endpoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10458,7 +10458,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EndpointArn') as endpoint_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Endpoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Endpoint' AND region = 'us-east-1' feature_groups: name: feature_groups @@ -10518,11 +10518,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FeatureGroupName') as feature_group_name, JSON_EXTRACT(Properties, '$.RecordIdentifierFeatureName') as record_identifier_feature_name, JSON_EXTRACT(Properties, '$.EventTimeFeatureName') as event_time_feature_name, @@ -10535,15 +10535,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.FeatureGroupStatus') as feature_group_status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::FeatureGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::FeatureGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FeatureGroupName') as feature_group_name, json_extract_path_text(Properties, 'RecordIdentifierFeatureName') as record_identifier_feature_name, json_extract_path_text(Properties, 'EventTimeFeatureName') as event_time_feature_name, @@ -10556,8 +10556,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'FeatureGroupStatus') as feature_group_status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::FeatureGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::FeatureGroup' + AND Identifier = '' AND region = 'us-east-1' feature_groups_list_only: name: feature_groups_list_only @@ -10580,7 +10580,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FeatureGroupName') as feature_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::FeatureGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::FeatureGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10588,7 +10588,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FeatureGroupName') as feature_group_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::FeatureGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::FeatureGroup' AND region = 'us-east-1' images: name: images @@ -10648,34 +10648,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ImageName') as image_name, JSON_EXTRACT(Properties, '$.ImageArn') as image_arn, JSON_EXTRACT(Properties, '$.ImageRoleArn') as image_role_arn, JSON_EXTRACT(Properties, '$.ImageDisplayName') as image_display_name, JSON_EXTRACT(Properties, '$.ImageDescription') as image_description, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Image' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Image' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ImageName') as image_name, json_extract_path_text(Properties, 'ImageArn') as image_arn, json_extract_path_text(Properties, 'ImageRoleArn') as image_role_arn, json_extract_path_text(Properties, 'ImageDisplayName') as image_display_name, json_extract_path_text(Properties, 'ImageDescription') as image_description, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Image' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Image' + AND Identifier = '' AND region = 'us-east-1' images_list_only: name: images_list_only @@ -10698,7 +10698,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ImageArn') as image_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Image' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Image' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10706,7 +10706,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ImageArn') as image_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Image' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Image' AND region = 'us-east-1' image_versions: name: image_versions @@ -10766,11 +10766,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ImageName') as image_name, JSON_EXTRACT(Properties, '$.ImageArn') as image_arn, JSON_EXTRACT(Properties, '$.ImageVersionArn') as image_version_arn, @@ -10786,15 +10786,15 @@ components: JSON_EXTRACT(Properties, '$.Processor') as processor, JSON_EXTRACT(Properties, '$.Horovod') as horovod, JSON_EXTRACT(Properties, '$.ReleaseNotes') as release_notes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ImageVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ImageVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ImageName') as image_name, json_extract_path_text(Properties, 'ImageArn') as image_arn, json_extract_path_text(Properties, 'ImageVersionArn') as image_version_arn, @@ -10810,8 +10810,8 @@ components: json_extract_path_text(Properties, 'Processor') as processor, json_extract_path_text(Properties, 'Horovod') as horovod, json_extract_path_text(Properties, 'ReleaseNotes') as release_notes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ImageVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ImageVersion' + AND Identifier = '' AND region = 'us-east-1' image_versions_list_only: name: image_versions_list_only @@ -10834,7 +10834,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ImageVersionArn') as image_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ImageVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ImageVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10842,7 +10842,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ImageVersionArn') as image_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ImageVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ImageVersion' AND region = 'us-east-1' inference_components: name: inference_components @@ -10902,11 +10902,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InferenceComponentArn') as inference_component_arn, JSON_EXTRACT(Properties, '$.InferenceComponentName') as inference_component_name, JSON_EXTRACT(Properties, '$.EndpointArn') as endpoint_arn, @@ -10920,15 +10920,15 @@ components: JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::InferenceComponent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::InferenceComponent' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InferenceComponentArn') as inference_component_arn, json_extract_path_text(Properties, 'InferenceComponentName') as inference_component_name, json_extract_path_text(Properties, 'EndpointArn') as endpoint_arn, @@ -10942,8 +10942,8 @@ components: json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::InferenceComponent' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::InferenceComponent' + AND Identifier = '' AND region = 'us-east-1' inference_components_list_only: name: inference_components_list_only @@ -10966,7 +10966,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InferenceComponentArn') as inference_component_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::InferenceComponent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::InferenceComponent' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -10974,7 +10974,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InferenceComponentArn') as inference_component_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::InferenceComponent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::InferenceComponent' AND region = 'us-east-1' inference_experiments: name: inference_experiments @@ -11034,11 +11034,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, @@ -11057,15 +11057,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.StatusReason') as status_reason, JSON_EXTRACT(Properties, '$.DesiredState') as desired_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::InferenceExperiment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::InferenceExperiment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, @@ -11084,8 +11084,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'StatusReason') as status_reason, json_extract_path_text(Properties, 'DesiredState') as desired_state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::InferenceExperiment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::InferenceExperiment' + AND Identifier = '' AND region = 'us-east-1' inference_experiments_list_only: name: inference_experiments_list_only @@ -11108,7 +11108,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::InferenceExperiment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::InferenceExperiment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11116,7 +11116,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::InferenceExperiment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::InferenceExperiment' AND region = 'us-east-1' mlflow_tracking_servers: name: mlflow_tracking_servers @@ -11176,11 +11176,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TrackingServerName') as tracking_server_name, JSON_EXTRACT(Properties, '$.TrackingServerArn') as tracking_server_arn, JSON_EXTRACT(Properties, '$.TrackingServerSize') as tracking_server_size, @@ -11190,15 +11190,15 @@ components: JSON_EXTRACT(Properties, '$.AutomaticModelRegistration') as automatic_model_registration, JSON_EXTRACT(Properties, '$.WeeklyMaintenanceWindowStart') as weekly_maintenance_window_start, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::MlflowTrackingServer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::MlflowTrackingServer' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TrackingServerName') as tracking_server_name, json_extract_path_text(Properties, 'TrackingServerArn') as tracking_server_arn, json_extract_path_text(Properties, 'TrackingServerSize') as tracking_server_size, @@ -11208,8 +11208,8 @@ components: json_extract_path_text(Properties, 'AutomaticModelRegistration') as automatic_model_registration, json_extract_path_text(Properties, 'WeeklyMaintenanceWindowStart') as weekly_maintenance_window_start, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::MlflowTrackingServer' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::MlflowTrackingServer' + AND Identifier = '' AND region = 'us-east-1' mlflow_tracking_servers_list_only: name: mlflow_tracking_servers_list_only @@ -11232,7 +11232,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrackingServerName') as tracking_server_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::MlflowTrackingServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::MlflowTrackingServer' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11240,7 +11240,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrackingServerName') as tracking_server_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::MlflowTrackingServer' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::MlflowTrackingServer' AND region = 'us-east-1' model_bias_job_definitions: name: model_bias_job_definitions @@ -11287,11 +11287,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn, JSON_EXTRACT(Properties, '$.JobDefinitionName') as job_definition_name, JSON_EXTRACT(Properties, '$.ModelBiasBaselineConfig') as model_bias_baseline_config, @@ -11305,15 +11305,15 @@ components: JSON_EXTRACT(Properties, '$.StoppingCondition') as stopping_condition, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn, json_extract_path_text(Properties, 'JobDefinitionName') as job_definition_name, json_extract_path_text(Properties, 'ModelBiasBaselineConfig') as model_bias_baseline_config, @@ -11327,8 +11327,8 @@ components: json_extract_path_text(Properties, 'StoppingCondition') as stopping_condition, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' + AND Identifier = '' AND region = 'us-east-1' model_bias_job_definitions_list_only: name: model_bias_job_definitions_list_only @@ -11351,7 +11351,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11359,7 +11359,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelBiasJobDefinition' AND region = 'us-east-1' model_explainability_job_definitions: name: model_explainability_job_definitions @@ -11406,11 +11406,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn, JSON_EXTRACT(Properties, '$.JobDefinitionName') as job_definition_name, JSON_EXTRACT(Properties, '$.ModelExplainabilityBaselineConfig') as model_explainability_baseline_config, @@ -11424,15 +11424,15 @@ components: JSON_EXTRACT(Properties, '$.StoppingCondition') as stopping_condition, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn, json_extract_path_text(Properties, 'JobDefinitionName') as job_definition_name, json_extract_path_text(Properties, 'ModelExplainabilityBaselineConfig') as model_explainability_baseline_config, @@ -11446,8 +11446,8 @@ components: json_extract_path_text(Properties, 'StoppingCondition') as stopping_condition, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' model_explainability_job_definitions_list_only: name: model_explainability_job_definitions_list_only @@ -11470,7 +11470,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11478,7 +11478,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelExplainabilityJobDefinition' AND region = 'us-east-1' model_packages: name: model_packages @@ -11538,11 +11538,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AdditionalInferenceSpecifications') as additional_inference_specifications, JSON_EXTRACT(Properties, '$.CertifyForMarketplace') as certify_for_marketplace, @@ -11573,15 +11573,15 @@ components: JSON_EXTRACT(Properties, '$.SourceUri') as source_uri, JSON_EXTRACT(Properties, '$.ModelCard') as model_card, JSON_EXTRACT(Properties, '$.SecurityConfig') as security_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelPackage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelPackage' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AdditionalInferenceSpecifications') as additional_inference_specifications, json_extract_path_text(Properties, 'CertifyForMarketplace') as certify_for_marketplace, @@ -11612,8 +11612,8 @@ components: json_extract_path_text(Properties, 'SourceUri') as source_uri, json_extract_path_text(Properties, 'ModelCard') as model_card, json_extract_path_text(Properties, 'SecurityConfig') as security_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelPackage' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelPackage' + AND Identifier = '' AND region = 'us-east-1' model_packages_list_only: name: model_packages_list_only @@ -11636,7 +11636,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ModelPackageArn') as model_package_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelPackage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelPackage' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11644,7 +11644,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ModelPackageArn') as model_package_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelPackage' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelPackage' AND region = 'us-east-1' model_package_groups: name: model_package_groups @@ -11704,11 +11704,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ModelPackageGroupArn') as model_package_group_arn, JSON_EXTRACT(Properties, '$.ModelPackageGroupName') as model_package_group_name, @@ -11716,15 +11716,15 @@ components: JSON_EXTRACT(Properties, '$.ModelPackageGroupPolicy') as model_package_group_policy, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time, JSON_EXTRACT(Properties, '$.ModelPackageGroupStatus') as model_package_group_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelPackageGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelPackageGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ModelPackageGroupArn') as model_package_group_arn, json_extract_path_text(Properties, 'ModelPackageGroupName') as model_package_group_name, @@ -11732,8 +11732,8 @@ components: json_extract_path_text(Properties, 'ModelPackageGroupPolicy') as model_package_group_policy, json_extract_path_text(Properties, 'CreationTime') as creation_time, json_extract_path_text(Properties, 'ModelPackageGroupStatus') as model_package_group_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelPackageGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelPackageGroup' + AND Identifier = '' AND region = 'us-east-1' model_package_groups_list_only: name: model_package_groups_list_only @@ -11756,7 +11756,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ModelPackageGroupArn') as model_package_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelPackageGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelPackageGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11764,7 +11764,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ModelPackageGroupArn') as model_package_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelPackageGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelPackageGroup' AND region = 'us-east-1' model_quality_job_definitions: name: model_quality_job_definitions @@ -11811,11 +11811,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn, JSON_EXTRACT(Properties, '$.JobDefinitionName') as job_definition_name, JSON_EXTRACT(Properties, '$.ModelQualityBaselineConfig') as model_quality_baseline_config, @@ -11829,15 +11829,15 @@ components: JSON_EXTRACT(Properties, '$.StoppingCondition') as stopping_condition, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn, json_extract_path_text(Properties, 'JobDefinitionName') as job_definition_name, json_extract_path_text(Properties, 'ModelQualityBaselineConfig') as model_quality_baseline_config, @@ -11851,8 +11851,8 @@ components: json_extract_path_text(Properties, 'StoppingCondition') as stopping_condition, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CreationTime') as creation_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' + AND Identifier = '' AND region = 'us-east-1' model_quality_job_definitions_list_only: name: model_quality_job_definitions_list_only @@ -11875,7 +11875,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -11883,7 +11883,7 @@ components: SELECT region, json_extract_path_text(Properties, 'JobDefinitionArn') as job_definition_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ModelQualityJobDefinition' AND region = 'us-east-1' monitoring_schedules: name: monitoring_schedules @@ -11943,11 +11943,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MonitoringScheduleArn') as monitoring_schedule_arn, JSON_EXTRACT(Properties, '$.MonitoringScheduleName') as monitoring_schedule_name, JSON_EXTRACT(Properties, '$.MonitoringScheduleConfig') as monitoring_schedule_config, @@ -11958,15 +11958,15 @@ components: JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.LastMonitoringExecutionSummary') as last_monitoring_execution_summary, JSON_EXTRACT(Properties, '$.MonitoringScheduleStatus') as monitoring_schedule_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::MonitoringSchedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::MonitoringSchedule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MonitoringScheduleArn') as monitoring_schedule_arn, json_extract_path_text(Properties, 'MonitoringScheduleName') as monitoring_schedule_name, json_extract_path_text(Properties, 'MonitoringScheduleConfig') as monitoring_schedule_config, @@ -11977,8 +11977,8 @@ components: json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'LastMonitoringExecutionSummary') as last_monitoring_execution_summary, json_extract_path_text(Properties, 'MonitoringScheduleStatus') as monitoring_schedule_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::MonitoringSchedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::MonitoringSchedule' + AND Identifier = '' AND region = 'us-east-1' monitoring_schedules_list_only: name: monitoring_schedules_list_only @@ -12001,7 +12001,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MonitoringScheduleArn') as monitoring_schedule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::MonitoringSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::MonitoringSchedule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12009,7 +12009,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MonitoringScheduleArn') as monitoring_schedule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::MonitoringSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::MonitoringSchedule' AND region = 'us-east-1' partner_apps: name: partner_apps @@ -12069,11 +12069,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Type') as type, @@ -12087,15 +12087,15 @@ components: JSON_EXTRACT(Properties, '$.MaintenanceConfig') as maintenance_config, JSON_EXTRACT(Properties, '$.ClientToken') as client_token, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::PartnerApp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::PartnerApp' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Type') as type, @@ -12109,8 +12109,8 @@ components: json_extract_path_text(Properties, 'MaintenanceConfig') as maintenance_config, json_extract_path_text(Properties, 'ClientToken') as client_token, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::PartnerApp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::PartnerApp' + AND Identifier = '' AND region = 'us-east-1' partner_apps_list_only: name: partner_apps_list_only @@ -12133,7 +12133,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::PartnerApp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::PartnerApp' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12141,7 +12141,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::PartnerApp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::PartnerApp' AND region = 'us-east-1' pipelines: name: pipelines @@ -12201,11 +12201,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PipelineName') as pipeline_name, JSON_EXTRACT(Properties, '$.PipelineDisplayName') as pipeline_display_name, JSON_EXTRACT(Properties, '$.PipelineDescription') as pipeline_description, @@ -12213,15 +12213,15 @@ components: JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ParallelismConfiguration') as parallelism_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Pipeline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PipelineName') as pipeline_name, json_extract_path_text(Properties, 'PipelineDisplayName') as pipeline_display_name, json_extract_path_text(Properties, 'PipelineDescription') as pipeline_description, @@ -12229,8 +12229,8 @@ components: json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ParallelismConfiguration') as parallelism_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Pipeline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Pipeline' + AND Identifier = '' AND region = 'us-east-1' pipelines_list_only: name: pipelines_list_only @@ -12253,7 +12253,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PipelineName') as pipeline_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Pipeline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12261,7 +12261,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PipelineName') as pipeline_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Pipeline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Pipeline' AND region = 'us-east-1' processing_jobs: name: processing_jobs @@ -12308,11 +12308,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AppSpecification') as app_specification, JSON_EXTRACT(Properties, '$.Environment') as environment, JSON_EXTRACT(Properties, '$.ExperimentConfig') as experiment_config, @@ -12335,15 +12335,15 @@ components: JSON_EXTRACT(Properties, '$.LastModifiedTime') as last_modified_time, JSON_EXTRACT(Properties, '$.ProcessingStartTime') as processing_start_time, JSON_EXTRACT(Properties, '$.ProcessingEndTime') as processing_end_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ProcessingJob' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ProcessingJob' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AppSpecification') as app_specification, json_extract_path_text(Properties, 'Environment') as environment, json_extract_path_text(Properties, 'ExperimentConfig') as experiment_config, @@ -12366,8 +12366,8 @@ components: json_extract_path_text(Properties, 'LastModifiedTime') as last_modified_time, json_extract_path_text(Properties, 'ProcessingStartTime') as processing_start_time, json_extract_path_text(Properties, 'ProcessingEndTime') as processing_end_time - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::ProcessingJob' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::ProcessingJob' + AND Identifier = '' AND region = 'us-east-1' processing_jobs_list_only: name: processing_jobs_list_only @@ -12390,7 +12390,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProcessingJobArn') as processing_job_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ProcessingJob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ProcessingJob' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12398,7 +12398,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProcessingJobArn') as processing_job_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::ProcessingJob' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::ProcessingJob' AND region = 'us-east-1' projects: name: projects @@ -12458,11 +12458,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ProjectArn') as project_arn, JSON_EXTRACT(Properties, '$.ProjectId') as project_id, @@ -12473,15 +12473,15 @@ components: JSON_EXTRACT(Properties, '$.ServiceCatalogProvisionedProductDetails') as service_catalog_provisioned_product_details, JSON_EXTRACT(Properties, '$.TemplateProviderDetails') as template_provider_details, JSON_EXTRACT(Properties, '$.ProjectStatus') as project_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Project' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ProjectArn') as project_arn, json_extract_path_text(Properties, 'ProjectId') as project_id, @@ -12492,8 +12492,8 @@ components: json_extract_path_text(Properties, 'ServiceCatalogProvisionedProductDetails') as service_catalog_provisioned_product_details, json_extract_path_text(Properties, 'TemplateProviderDetails') as template_provider_details, json_extract_path_text(Properties, 'ProjectStatus') as project_status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Project' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Project' + AND Identifier = '' AND region = 'us-east-1' projects_list_only: name: projects_list_only @@ -12516,7 +12516,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProjectArn') as project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Project' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12524,7 +12524,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProjectArn') as project_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Project' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Project' AND region = 'us-east-1' spaces: name: spaces @@ -12585,11 +12585,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SpaceArn') as space_arn, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.SpaceName') as space_name, @@ -12599,15 +12599,15 @@ components: JSON_EXTRACT(Properties, '$.SpaceSharingSettings') as space_sharing_settings, JSON_EXTRACT(Properties, '$.SpaceDisplayName') as space_display_name, JSON_EXTRACT(Properties, '$.Url') as url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Space' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Space' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SpaceArn') as space_arn, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'SpaceName') as space_name, @@ -12617,8 +12617,8 @@ components: json_extract_path_text(Properties, 'SpaceSharingSettings') as space_sharing_settings, json_extract_path_text(Properties, 'SpaceDisplayName') as space_display_name, json_extract_path_text(Properties, 'Url') as url - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::Space' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::Space' + AND Identifier = '|' AND region = 'us-east-1' spaces_list_only: name: spaces_list_only @@ -12643,7 +12643,7 @@ components: region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.SpaceName') as space_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Space' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Space' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12652,7 +12652,7 @@ components: region, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'SpaceName') as space_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::Space' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::Space' AND region = 'us-east-1' studio_lifecycle_configs: name: studio_lifecycle_configs @@ -12699,32 +12699,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StudioLifecycleConfigArn') as studio_lifecycle_config_arn, JSON_EXTRACT(Properties, '$.StudioLifecycleConfigAppType') as studio_lifecycle_config_app_type, JSON_EXTRACT(Properties, '$.StudioLifecycleConfigContent') as studio_lifecycle_config_content, JSON_EXTRACT(Properties, '$.StudioLifecycleConfigName') as studio_lifecycle_config_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::StudioLifecycleConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::StudioLifecycleConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StudioLifecycleConfigArn') as studio_lifecycle_config_arn, json_extract_path_text(Properties, 'StudioLifecycleConfigAppType') as studio_lifecycle_config_app_type, json_extract_path_text(Properties, 'StudioLifecycleConfigContent') as studio_lifecycle_config_content, json_extract_path_text(Properties, 'StudioLifecycleConfigName') as studio_lifecycle_config_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::StudioLifecycleConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::StudioLifecycleConfig' + AND Identifier = '' AND region = 'us-east-1' studio_lifecycle_configs_list_only: name: studio_lifecycle_configs_list_only @@ -12747,7 +12747,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StudioLifecycleConfigName') as studio_lifecycle_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::StudioLifecycleConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::StudioLifecycleConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12755,7 +12755,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StudioLifecycleConfigName') as studio_lifecycle_config_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::StudioLifecycleConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::StudioLifecycleConfig' AND region = 'us-east-1' user_profiles: name: user_profiles @@ -12816,11 +12816,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.UserProfileArn') as user_profile_arn, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.SingleSignOnUserIdentifier') as single_sign_on_user_identifier, @@ -12828,15 +12828,15 @@ components: JSON_EXTRACT(Properties, '$.UserProfileName') as user_profile_name, JSON_EXTRACT(Properties, '$.UserSettings') as user_settings, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::UserProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::UserProfile' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'UserProfileArn') as user_profile_arn, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'SingleSignOnUserIdentifier') as single_sign_on_user_identifier, @@ -12844,8 +12844,8 @@ components: json_extract_path_text(Properties, 'UserProfileName') as user_profile_name, json_extract_path_text(Properties, 'UserSettings') as user_settings, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SageMaker::UserProfile' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SageMaker::UserProfile' + AND Identifier = '|' AND region = 'us-east-1' user_profiles_list_only: name: user_profiles_list_only @@ -12870,7 +12870,7 @@ components: region, JSON_EXTRACT(Properties, '$.UserProfileName') as user_profile_name, JSON_EXTRACT(Properties, '$.DomainId') as domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::UserProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::UserProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -12879,7 +12879,7 @@ components: region, json_extract_path_text(Properties, 'UserProfileName') as user_profile_name, json_extract_path_text(Properties, 'DomainId') as domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SageMaker::UserProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SageMaker::UserProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/scheduler.yaml b/providers/src/awscc/v00.00.00000/services/scheduler.yaml index a393f639..99623c8b 100644 --- a/providers/src/awscc/v00.00.00000/services/scheduler.yaml +++ b/providers/src/awscc/v00.00.00000/services/scheduler.yaml @@ -1116,11 +1116,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.EndDate') as end_date, @@ -1133,15 +1133,15 @@ components: JSON_EXTRACT(Properties, '$.StartDate') as start_date, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Target') as target - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Scheduler::Schedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Scheduler::Schedule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'EndDate') as end_date, @@ -1154,8 +1154,8 @@ components: json_extract_path_text(Properties, 'StartDate') as start_date, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Target') as target - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Scheduler::Schedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Scheduler::Schedule' + AND Identifier = '' AND region = 'us-east-1' schedules_list_only: name: schedules_list_only @@ -1178,7 +1178,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Scheduler::Schedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Scheduler::Schedule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1186,7 +1186,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Scheduler::Schedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Scheduler::Schedule' AND region = 'us-east-1' schedule_groups: name: schedule_groups @@ -1246,34 +1246,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, JSON_EXTRACT(Properties, '$.LastModificationDate') as last_modification_date, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.State') as state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Scheduler::ScheduleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Scheduler::ScheduleGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreationDate') as creation_date, json_extract_path_text(Properties, 'LastModificationDate') as last_modification_date, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'State') as state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Scheduler::ScheduleGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Scheduler::ScheduleGroup' + AND Identifier = '' AND region = 'us-east-1' schedule_groups_list_only: name: schedule_groups_list_only @@ -1296,7 +1296,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Scheduler::ScheduleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Scheduler::ScheduleGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1304,7 +1304,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Scheduler::ScheduleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Scheduler::ScheduleGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/secretsmanager.yaml b/providers/src/awscc/v00.00.00000/services/secretsmanager.yaml index 490dd70f..a0b162d6 100644 --- a/providers/src/awscc/v00.00.00000/services/secretsmanager.yaml +++ b/providers/src/awscc/v00.00.00000/services/secretsmanager.yaml @@ -1014,30 +1014,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SecretId') as secret_id, JSON_EXTRACT(Properties, '$.ResourcePolicy') as resource_policy, JSON_EXTRACT(Properties, '$.BlockPublicPolicy') as block_public_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SecretId') as secret_id, json_extract_path_text(Properties, 'ResourcePolicy') as resource_policy, json_extract_path_text(Properties, 'BlockPublicPolicy') as block_public_policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -1060,7 +1060,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1068,7 +1068,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::ResourcePolicy' AND region = 'us-east-1' rotation_schedules: name: rotation_schedules @@ -1128,34 +1128,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HostedRotationLambda') as hosted_rotation_lambda, JSON_EXTRACT(Properties, '$.SecretId') as secret_id, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.RotateImmediatelyOnUpdate') as rotate_immediately_on_update, JSON_EXTRACT(Properties, '$.RotationLambdaARN') as rotation_lambda_arn, JSON_EXTRACT(Properties, '$.RotationRules') as rotation_rules - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::RotationSchedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::RotationSchedule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HostedRotationLambda') as hosted_rotation_lambda, json_extract_path_text(Properties, 'SecretId') as secret_id, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'RotateImmediatelyOnUpdate') as rotate_immediately_on_update, json_extract_path_text(Properties, 'RotationLambdaARN') as rotation_lambda_arn, json_extract_path_text(Properties, 'RotationRules') as rotation_rules - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::RotationSchedule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::RotationSchedule' + AND Identifier = '' AND region = 'us-east-1' rotation_schedules_list_only: name: rotation_schedules_list_only @@ -1178,7 +1178,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::RotationSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::RotationSchedule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1186,7 +1186,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::RotationSchedule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::RotationSchedule' AND region = 'us-east-1' secrets: name: secrets @@ -1246,11 +1246,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.SecretString') as secret_string, @@ -1259,15 +1259,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::Secret' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::Secret' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'SecretString') as secret_string, @@ -1276,8 +1276,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::Secret' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::Secret' + AND Identifier = '' AND region = 'us-east-1' secrets_list_only: name: secrets_list_only @@ -1300,7 +1300,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::Secret' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::Secret' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1308,7 +1308,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::Secret' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::Secret' AND region = 'us-east-1' secret_target_attachments: name: secret_target_attachments @@ -1368,30 +1368,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.SecretId') as secret_id, JSON_EXTRACT(Properties, '$.TargetType') as target_type, JSON_EXTRACT(Properties, '$.TargetId') as target_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::SecretTargetAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::SecretTargetAttachment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'SecretId') as secret_id, json_extract_path_text(Properties, 'TargetType') as target_type, json_extract_path_text(Properties, 'TargetId') as target_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecretsManager::SecretTargetAttachment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecretsManager::SecretTargetAttachment' + AND Identifier = '' AND region = 'us-east-1' secret_target_attachments_list_only: name: secret_target_attachments_list_only @@ -1414,7 +1414,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::SecretTargetAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::SecretTargetAttachment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1422,7 +1422,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecretsManager::SecretTargetAttachment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecretsManager::SecretTargetAttachment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/securityhub.yaml b/providers/src/awscc/v00.00.00000/services/securityhub.yaml index 6ea24529..c1b45569 100644 --- a/providers/src/awscc/v00.00.00000/services/securityhub.yaml +++ b/providers/src/awscc/v00.00.00000/services/securityhub.yaml @@ -3831,32 +3831,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AggregatorV2Arn') as aggregator_v2_arn, JSON_EXTRACT(Properties, '$.RegionLinkingMode') as region_linking_mode, JSON_EXTRACT(Properties, '$.LinkedRegions') as linked_regions, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.AggregationRegion') as aggregation_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AggregatorV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AggregatorV2' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AggregatorV2Arn') as aggregator_v2_arn, json_extract_path_text(Properties, 'RegionLinkingMode') as region_linking_mode, json_extract_path_text(Properties, 'LinkedRegions') as linked_regions, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'AggregationRegion') as aggregation_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AggregatorV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AggregatorV2' + AND Identifier = '' AND region = 'us-east-1' aggregator_v2s_list_only: name: aggregator_v2s_list_only @@ -3879,7 +3879,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AggregatorV2Arn') as aggregator_v2_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AggregatorV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AggregatorV2' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3887,7 +3887,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AggregatorV2Arn') as aggregator_v2_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AggregatorV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AggregatorV2' AND region = 'us-east-1' automation_rules: name: automation_rules @@ -3947,11 +3947,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn, JSON_EXTRACT(Properties, '$.RuleStatus') as rule_status, JSON_EXTRACT(Properties, '$.RuleOrder') as rule_order, @@ -3964,15 +3964,15 @@ components: JSON_EXTRACT(Properties, '$.Actions') as actions, JSON_EXTRACT(Properties, '$.Criteria') as criteria, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AutomationRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AutomationRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleArn') as rule_arn, json_extract_path_text(Properties, 'RuleStatus') as rule_status, json_extract_path_text(Properties, 'RuleOrder') as rule_order, @@ -3985,8 +3985,8 @@ components: json_extract_path_text(Properties, 'Actions') as actions, json_extract_path_text(Properties, 'Criteria') as criteria, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AutomationRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AutomationRule' + AND Identifier = '' AND region = 'us-east-1' automation_rules_list_only: name: automation_rules_list_only @@ -4009,7 +4009,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AutomationRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AutomationRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4017,7 +4017,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AutomationRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AutomationRule' AND region = 'us-east-1' automation_rule_v2s: name: automation_rule_v2s @@ -4077,11 +4077,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleName') as rule_name, JSON_EXTRACT(Properties, '$.RuleStatus') as rule_status, JSON_EXTRACT(Properties, '$.Description') as description, @@ -4093,15 +4093,15 @@ components: JSON_EXTRACT(Properties, '$.RuleId') as rule_id, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AutomationRuleV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AutomationRuleV2' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleName') as rule_name, json_extract_path_text(Properties, 'RuleStatus') as rule_status, json_extract_path_text(Properties, 'Description') as description, @@ -4113,8 +4113,8 @@ components: json_extract_path_text(Properties, 'RuleId') as rule_id, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'UpdatedAt') as updated_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::AutomationRuleV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::AutomationRuleV2' + AND Identifier = '' AND region = 'us-east-1' automation_rule_v2s_list_only: name: automation_rule_v2s_list_only @@ -4137,7 +4137,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AutomationRuleV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AutomationRuleV2' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4145,7 +4145,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleArn') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::AutomationRuleV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::AutomationRuleV2' AND region = 'us-east-1' configuration_policies: name: configuration_policies @@ -4205,11 +4205,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, @@ -4219,15 +4219,15 @@ components: JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.ServiceEnabled') as service_enabled, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::ConfigurationPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::ConfigurationPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, @@ -4237,8 +4237,8 @@ components: json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'ServiceEnabled') as service_enabled, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::ConfigurationPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::ConfigurationPolicy' + AND Identifier = '' AND region = 'us-east-1' configuration_policies_list_only: name: configuration_policies_list_only @@ -4261,7 +4261,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::ConfigurationPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::ConfigurationPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4269,7 +4269,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::ConfigurationPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::ConfigurationPolicy' AND region = 'us-east-1' delegated_admins: name: delegated_admins @@ -4316,28 +4316,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DelegatedAdminIdentifier') as delegated_admin_identifier, JSON_EXTRACT(Properties, '$.AdminAccountId') as admin_account_id, JSON_EXTRACT(Properties, '$.Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::DelegatedAdmin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::DelegatedAdmin' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DelegatedAdminIdentifier') as delegated_admin_identifier, json_extract_path_text(Properties, 'AdminAccountId') as admin_account_id, json_extract_path_text(Properties, 'Status') as status - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::DelegatedAdmin' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::DelegatedAdmin' + AND Identifier = '' AND region = 'us-east-1' delegated_admins_list_only: name: delegated_admins_list_only @@ -4360,7 +4360,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DelegatedAdminIdentifier') as delegated_admin_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::DelegatedAdmin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::DelegatedAdmin' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4368,7 +4368,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DelegatedAdminIdentifier') as delegated_admin_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::DelegatedAdmin' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::DelegatedAdmin' AND region = 'us-east-1' finding_aggregators: name: finding_aggregators @@ -4428,30 +4428,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FindingAggregatorArn') as finding_aggregator_arn, JSON_EXTRACT(Properties, '$.RegionLinkingMode') as region_linking_mode, JSON_EXTRACT(Properties, '$.Regions') as regions, JSON_EXTRACT(Properties, '$.FindingAggregationRegion') as finding_aggregation_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::FindingAggregator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::FindingAggregator' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FindingAggregatorArn') as finding_aggregator_arn, json_extract_path_text(Properties, 'RegionLinkingMode') as region_linking_mode, json_extract_path_text(Properties, 'Regions') as regions, json_extract_path_text(Properties, 'FindingAggregationRegion') as finding_aggregation_region - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::FindingAggregator' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::FindingAggregator' + AND Identifier = '' AND region = 'us-east-1' finding_aggregators_list_only: name: finding_aggregators_list_only @@ -4474,7 +4474,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.FindingAggregatorArn') as finding_aggregator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::FindingAggregator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::FindingAggregator' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4482,7 +4482,7 @@ components: SELECT region, json_extract_path_text(Properties, 'FindingAggregatorArn') as finding_aggregator_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::FindingAggregator' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::FindingAggregator' AND region = 'us-east-1' hubs: name: hubs @@ -4542,34 +4542,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ARN') as arn, JSON_EXTRACT(Properties, '$.EnableDefaultStandards') as enable_default_standards, JSON_EXTRACT(Properties, '$.ControlFindingGenerator') as control_finding_generator, JSON_EXTRACT(Properties, '$.AutoEnableControls') as auto_enable_controls, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SubscribedAt') as subscribed_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Hub' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Hub' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ARN') as arn, json_extract_path_text(Properties, 'EnableDefaultStandards') as enable_default_standards, json_extract_path_text(Properties, 'ControlFindingGenerator') as control_finding_generator, json_extract_path_text(Properties, 'AutoEnableControls') as auto_enable_controls, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SubscribedAt') as subscribed_at - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Hub' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Hub' + AND Identifier = '' AND region = 'us-east-1' hubs_list_only: name: hubs_list_only @@ -4592,7 +4592,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ARN') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Hub' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Hub' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4600,7 +4600,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ARN') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Hub' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Hub' AND region = 'us-east-1' hub_v2s: name: hub_v2s @@ -4660,28 +4660,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.HubV2Arn') as hub_v2_arn, JSON_EXTRACT(Properties, '$.SubscribedAt') as subscribed_at, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::HubV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::HubV2' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'HubV2Arn') as hub_v2_arn, json_extract_path_text(Properties, 'SubscribedAt') as subscribed_at, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::HubV2' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::HubV2' + AND Identifier = '' AND region = 'us-east-1' hub_v2s_list_only: name: hub_v2s_list_only @@ -4704,7 +4704,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.HubV2Arn') as hub_v2_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::HubV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::HubV2' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4712,7 +4712,7 @@ components: SELECT region, json_extract_path_text(Properties, 'HubV2Arn') as hub_v2_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::HubV2' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::HubV2' AND region = 'us-east-1' insights: name: insights @@ -4772,30 +4772,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InsightArn') as insight_arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Filters') as filters, JSON_EXTRACT(Properties, '$.GroupByAttribute') as group_by_attribute - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Insight' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Insight' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InsightArn') as insight_arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Filters') as filters, json_extract_path_text(Properties, 'GroupByAttribute') as group_by_attribute - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Insight' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Insight' + AND Identifier = '' AND region = 'us-east-1' insights_list_only: name: insights_list_only @@ -4818,7 +4818,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InsightArn') as insight_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Insight' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Insight' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4826,7 +4826,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InsightArn') as insight_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Insight' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Insight' AND region = 'us-east-1' organization_configurations: name: organization_configurations @@ -4886,11 +4886,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AutoEnable') as auto_enable, JSON_EXTRACT(Properties, '$.AutoEnableStandards') as auto_enable_standards, JSON_EXTRACT(Properties, '$.ConfigurationType') as configuration_type, @@ -4898,15 +4898,15 @@ components: JSON_EXTRACT(Properties, '$.StatusMessage') as status_message, JSON_EXTRACT(Properties, '$.MemberAccountLimitReached') as member_account_limit_reached, JSON_EXTRACT(Properties, '$.OrganizationConfigurationIdentifier') as organization_configuration_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::OrganizationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::OrganizationConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AutoEnable') as auto_enable, json_extract_path_text(Properties, 'AutoEnableStandards') as auto_enable_standards, json_extract_path_text(Properties, 'ConfigurationType') as configuration_type, @@ -4914,8 +4914,8 @@ components: json_extract_path_text(Properties, 'StatusMessage') as status_message, json_extract_path_text(Properties, 'MemberAccountLimitReached') as member_account_limit_reached, json_extract_path_text(Properties, 'OrganizationConfigurationIdentifier') as organization_configuration_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::OrganizationConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::OrganizationConfiguration' + AND Identifier = '' AND region = 'us-east-1' organization_configurations_list_only: name: organization_configurations_list_only @@ -4938,7 +4938,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.OrganizationConfigurationIdentifier') as organization_configuration_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::OrganizationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::OrganizationConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4946,7 +4946,7 @@ components: SELECT region, json_extract_path_text(Properties, 'OrganizationConfigurationIdentifier') as organization_configuration_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::OrganizationConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::OrganizationConfiguration' AND region = 'us-east-1' policy_associations: name: policy_associations @@ -5006,11 +5006,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConfigurationPolicyId') as configuration_policy_id, JSON_EXTRACT(Properties, '$.AssociationStatus') as association_status, JSON_EXTRACT(Properties, '$.AssociationType') as association_type, @@ -5019,15 +5019,15 @@ components: JSON_EXTRACT(Properties, '$.TargetType') as target_type, JSON_EXTRACT(Properties, '$.UpdatedAt') as updated_at, JSON_EXTRACT(Properties, '$.AssociationIdentifier') as association_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::PolicyAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::PolicyAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConfigurationPolicyId') as configuration_policy_id, json_extract_path_text(Properties, 'AssociationStatus') as association_status, json_extract_path_text(Properties, 'AssociationType') as association_type, @@ -5036,8 +5036,8 @@ components: json_extract_path_text(Properties, 'TargetType') as target_type, json_extract_path_text(Properties, 'UpdatedAt') as updated_at, json_extract_path_text(Properties, 'AssociationIdentifier') as association_identifier - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::PolicyAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::PolicyAssociation' + AND Identifier = '' AND region = 'us-east-1' policy_associations_list_only: name: policy_associations_list_only @@ -5060,7 +5060,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationIdentifier') as association_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::PolicyAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::PolicyAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5068,7 +5068,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationIdentifier') as association_identifier - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::PolicyAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::PolicyAssociation' AND region = 'us-east-1' product_subscriptions: name: product_subscriptions @@ -5115,26 +5115,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProductArn') as product_arn, JSON_EXTRACT(Properties, '$.ProductSubscriptionArn') as product_subscription_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::ProductSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::ProductSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProductArn') as product_arn, json_extract_path_text(Properties, 'ProductSubscriptionArn') as product_subscription_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::ProductSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::ProductSubscription' + AND Identifier = '' AND region = 'us-east-1' product_subscriptions_list_only: name: product_subscriptions_list_only @@ -5157,7 +5157,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProductSubscriptionArn') as product_subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::ProductSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::ProductSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5165,7 +5165,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProductSubscriptionArn') as product_subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::ProductSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::ProductSubscription' AND region = 'us-east-1' security_controls: name: security_controls @@ -5225,30 +5225,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SecurityControlId') as security_control_id, JSON_EXTRACT(Properties, '$.SecurityControlArn') as security_control_arn, JSON_EXTRACT(Properties, '$.LastUpdateReason') as last_update_reason, JSON_EXTRACT(Properties, '$.Parameters') as parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::SecurityControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::SecurityControl' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SecurityControlId') as security_control_id, json_extract_path_text(Properties, 'SecurityControlArn') as security_control_arn, json_extract_path_text(Properties, 'LastUpdateReason') as last_update_reason, json_extract_path_text(Properties, 'Parameters') as parameters - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::SecurityControl' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::SecurityControl' + AND Identifier = '' AND region = 'us-east-1' security_controls_list_only: name: security_controls_list_only @@ -5271,7 +5271,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SecurityControlId') as security_control_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::SecurityControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::SecurityControl' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5279,7 +5279,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SecurityControlId') as security_control_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::SecurityControl' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::SecurityControl' AND region = 'us-east-1' standards: name: standards @@ -5339,28 +5339,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.StandardsSubscriptionArn') as standards_subscription_arn, JSON_EXTRACT(Properties, '$.StandardsArn') as standards_arn, JSON_EXTRACT(Properties, '$.DisabledStandardsControls') as disabled_standards_controls - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Standard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Standard' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'StandardsSubscriptionArn') as standards_subscription_arn, json_extract_path_text(Properties, 'StandardsArn') as standards_arn, json_extract_path_text(Properties, 'DisabledStandardsControls') as disabled_standards_controls - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityHub::Standard' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityHub::Standard' + AND Identifier = '' AND region = 'us-east-1' standards_list_only: name: standards_list_only @@ -5383,7 +5383,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.StandardsSubscriptionArn') as standards_subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Standard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Standard' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -5391,7 +5391,7 @@ components: SELECT region, json_extract_path_text(Properties, 'StandardsSubscriptionArn') as standards_subscription_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityHub::Standard' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityHub::Standard' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/securitylake.yaml b/providers/src/awscc/v00.00.00000/services/securitylake.yaml index f881c001..66a4c524 100644 --- a/providers/src/awscc/v00.00.00000/services/securitylake.yaml +++ b/providers/src/awscc/v00.00.00000/services/securitylake.yaml @@ -1154,11 +1154,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EncryptionConfiguration') as encryption_configuration, JSON_EXTRACT(Properties, '$.LifecycleConfiguration') as lifecycle_configuration, JSON_EXTRACT(Properties, '$.ReplicationConfiguration') as replication_configuration, @@ -1166,15 +1166,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.S3BucketArn') as s3_bucket_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::DataLake' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::DataLake' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EncryptionConfiguration') as encryption_configuration, json_extract_path_text(Properties, 'LifecycleConfiguration') as lifecycle_configuration, json_extract_path_text(Properties, 'ReplicationConfiguration') as replication_configuration, @@ -1182,8 +1182,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'S3BucketArn') as s3_bucket_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::DataLake' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::DataLake' + AND Identifier = '' AND region = 'us-east-1' data_lakes_list_only: name: data_lakes_list_only @@ -1206,7 +1206,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::DataLake' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::DataLake' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1214,7 +1214,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::DataLake' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::DataLake' AND region = 'us-east-1' subscribers: name: subscribers @@ -1274,11 +1274,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessTypes') as access_types, JSON_EXTRACT(Properties, '$.DataLakeArn') as data_lake_arn, JSON_EXTRACT(Properties, '$.SubscriberIdentity') as subscriber_identity, @@ -1291,15 +1291,15 @@ components: JSON_EXTRACT(Properties, '$.SubscriberRoleArn') as subscriber_role_arn, JSON_EXTRACT(Properties, '$.S3BucketArn') as s3_bucket_arn, JSON_EXTRACT(Properties, '$.SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::Subscriber' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::Subscriber' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessTypes') as access_types, json_extract_path_text(Properties, 'DataLakeArn') as data_lake_arn, json_extract_path_text(Properties, 'SubscriberIdentity') as subscriber_identity, @@ -1312,8 +1312,8 @@ components: json_extract_path_text(Properties, 'SubscriberRoleArn') as subscriber_role_arn, json_extract_path_text(Properties, 'S3BucketArn') as s3_bucket_arn, json_extract_path_text(Properties, 'SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::Subscriber' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::Subscriber' + AND Identifier = '' AND region = 'us-east-1' subscribers_list_only: name: subscribers_list_only @@ -1336,7 +1336,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::Subscriber' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::Subscriber' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1344,7 +1344,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::Subscriber' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::Subscriber' AND region = 'us-east-1' subscriber_notifications: name: subscriber_notifications @@ -1404,28 +1404,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.NotificationConfiguration') as notification_configuration, JSON_EXTRACT(Properties, '$.SubscriberArn') as subscriber_arn, JSON_EXTRACT(Properties, '$.SubscriberEndpoint') as subscriber_endpoint - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::SubscriberNotification' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::SubscriberNotification' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'NotificationConfiguration') as notification_configuration, json_extract_path_text(Properties, 'SubscriberArn') as subscriber_arn, json_extract_path_text(Properties, 'SubscriberEndpoint') as subscriber_endpoint - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SecurityLake::SubscriberNotification' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SecurityLake::SubscriberNotification' + AND Identifier = '' AND region = 'us-east-1' subscriber_notifications_list_only: name: subscriber_notifications_list_only @@ -1448,7 +1448,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::SubscriberNotification' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::SubscriberNotification' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1456,7 +1456,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SubscriberArn') as subscriber_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SecurityLake::SubscriberNotification' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SecurityLake::SubscriberNotification' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml b/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml index 4f417b38..fad0d3f2 100644 --- a/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml +++ b/providers/src/awscc/v00.00.00000/services/servicecatalog.yaml @@ -1195,11 +1195,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AcceptLanguage') as accept_language, JSON_EXTRACT(Properties, '$.NotificationArns') as notification_arns, JSON_EXTRACT(Properties, '$.PathId') as path_id, @@ -1216,15 +1216,15 @@ components: JSON_EXTRACT(Properties, '$.RecordId') as record_id, JSON_EXTRACT(Properties, '$.CloudformationStackArn') as cloudformation_stack_arn, JSON_EXTRACT(Properties, '$.Outputs') as outputs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AcceptLanguage') as accept_language, json_extract_path_text(Properties, 'NotificationArns') as notification_arns, json_extract_path_text(Properties, 'PathId') as path_id, @@ -1241,8 +1241,8 @@ components: json_extract_path_text(Properties, 'RecordId') as record_id, json_extract_path_text(Properties, 'CloudformationStackArn') as cloudformation_stack_arn, json_extract_path_text(Properties, 'Outputs') as outputs - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::CloudFormationProvisionedProduct' + AND Identifier = '' AND region = 'us-east-1' launch_notification_constraints: name: launch_notification_constraints @@ -1380,34 +1380,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AcceptLanguage') as accept_language, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DefinitionType') as definition_type, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::ServiceAction' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AcceptLanguage') as accept_language, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DefinitionType') as definition_type, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceAction' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::ServiceAction' + AND Identifier = '' AND region = 'us-east-1' service_actions_list_only: name: service_actions_list_only @@ -1430,7 +1430,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::ServiceAction' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1438,7 +1438,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceAction' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::ServiceAction' AND region = 'us-east-1' service_action_associations: name: service_action_associations @@ -1487,28 +1487,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProductId') as product_id, JSON_EXTRACT(Properties, '$.ProvisioningArtifactId') as provisioning_artifact_id, JSON_EXTRACT(Properties, '$.ServiceActionId') as service_action_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProductId') as product_id, json_extract_path_text(Properties, 'ProvisioningArtifactId') as provisioning_artifact_id, json_extract_path_text(Properties, 'ServiceActionId') as service_action_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' + AND Identifier = '||' AND region = 'us-east-1' service_action_associations_list_only: name: service_action_associations_list_only @@ -1535,7 +1535,7 @@ components: JSON_EXTRACT(Properties, '$.ProductId') as product_id, JSON_EXTRACT(Properties, '$.ProvisioningArtifactId') as provisioning_artifact_id, JSON_EXTRACT(Properties, '$.ServiceActionId') as service_action_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1545,7 +1545,7 @@ components: json_extract_path_text(Properties, 'ProductId') as product_id, json_extract_path_text(Properties, 'ProvisioningArtifactId') as provisioning_artifact_id, json_extract_path_text(Properties, 'ServiceActionId') as service_action_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::ServiceActionAssociation' AND region = 'us-east-1' tag_options: name: tag_options @@ -1605,30 +1605,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Active') as active, JSON_EXTRACT(Properties, '$.Value') as value, JSON_EXTRACT(Properties, '$.Key') as key - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::TagOption' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::TagOption' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Active') as active, json_extract_path_text(Properties, 'Value') as value, json_extract_path_text(Properties, 'Key') as key - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalog::TagOption' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalog::TagOption' + AND Identifier = '' AND region = 'us-east-1' tag_options_list_only: name: tag_options_list_only @@ -1651,7 +1651,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::TagOption' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::TagOption' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1659,7 +1659,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalog::TagOption' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalog::TagOption' AND region = 'us-east-1' tag_option_associations: name: tag_option_associations diff --git a/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml b/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml index 30126b1b..933ae6fd 100644 --- a/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml +++ b/providers/src/awscc/v00.00.00000/services/servicecatalogappregistry.yaml @@ -885,11 +885,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -898,15 +898,15 @@ components: JSON_EXTRACT(Properties, '$.ApplicationTagKey') as application_tag_key, JSON_EXTRACT(Properties, '$.ApplicationTagValue') as application_tag_value, JSON_EXTRACT(Properties, '$.ApplicationName') as application_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, @@ -915,8 +915,8 @@ components: json_extract_path_text(Properties, 'ApplicationTagKey') as application_tag_key, json_extract_path_text(Properties, 'ApplicationTagValue') as application_tag_value, json_extract_path_text(Properties, 'ApplicationName') as application_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -939,7 +939,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -947,7 +947,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::Application' AND region = 'us-east-1' attribute_groups: name: attribute_groups @@ -1007,34 +1007,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Attributes') as attributes, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Attributes') as attributes, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' + AND Identifier = '' AND region = 'us-east-1' attribute_groups_list_only: name: attribute_groups_list_only @@ -1057,7 +1057,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1065,7 +1065,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroup' AND region = 'us-east-1' attribute_group_associations: name: attribute_group_associations @@ -1113,30 +1113,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Application') as application, JSON_EXTRACT(Properties, '$.AttributeGroup') as attribute_group, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.AttributeGroupArn') as attribute_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Application') as application, json_extract_path_text(Properties, 'AttributeGroup') as attribute_group, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'AttributeGroupArn') as attribute_group_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' + AND Identifier = '|' AND region = 'us-east-1' attribute_group_associations_list_only: name: attribute_group_associations_list_only @@ -1161,7 +1161,7 @@ components: region, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.AttributeGroupArn') as attribute_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1170,7 +1170,7 @@ components: region, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'AttributeGroupArn') as attribute_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation' AND region = 'us-east-1' resource_associations: name: resource_associations @@ -1219,32 +1219,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Application') as application, JSON_EXTRACT(Properties, '$.Resource') as resource, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Application') as application, json_extract_path_text(Properties, 'Resource') as resource, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'ResourceArn') as resource_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' + AND Identifier = '||' AND region = 'us-east-1' resource_associations_list_only: name: resource_associations_list_only @@ -1271,7 +1271,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1281,7 +1281,7 @@ components: json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'ResourceType') as resource_type - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::ServiceCatalogAppRegistry::ResourceAssociation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ses.yaml b/providers/src/awscc/v00.00.00000/services/ses.yaml index 0cc29efa..722f9874 100644 --- a/providers/src/awscc/v00.00.00000/services/ses.yaml +++ b/providers/src/awscc/v00.00.00000/services/ses.yaml @@ -3364,11 +3364,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.TrackingOptions') as tracking_options, JSON_EXTRACT(Properties, '$.DeliveryOptions') as delivery_options, @@ -3377,15 +3377,15 @@ components: JSON_EXTRACT(Properties, '$.SuppressionOptions') as suppression_options, JSON_EXTRACT(Properties, '$.VdmOptions') as vdm_options, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ConfigurationSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ConfigurationSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'TrackingOptions') as tracking_options, json_extract_path_text(Properties, 'DeliveryOptions') as delivery_options, @@ -3394,8 +3394,8 @@ components: json_extract_path_text(Properties, 'SuppressionOptions') as suppression_options, json_extract_path_text(Properties, 'VdmOptions') as vdm_options, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ConfigurationSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ConfigurationSet' + AND Identifier = '' AND region = 'us-east-1' configuration_sets_list_only: name: configuration_sets_list_only @@ -3418,7 +3418,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ConfigurationSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3426,7 +3426,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ConfigurationSet' AND region = 'us-east-1' configuration_set_event_destinations: name: configuration_set_event_destinations @@ -3486,28 +3486,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.ConfigurationSetName') as configuration_set_name, JSON_EXTRACT(Properties, '$.EventDestination') as event_destination - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ConfigurationSetEventDestination' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'ConfigurationSetName') as configuration_set_name, json_extract_path_text(Properties, 'EventDestination') as event_destination - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ConfigurationSetEventDestination' + AND Identifier = '' AND region = 'us-east-1' configuration_set_event_destinations_list_only: name: configuration_set_event_destinations_list_only @@ -3530,7 +3530,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ConfigurationSetEventDestination' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3538,7 +3538,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ConfigurationSetEventDestination' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ConfigurationSetEventDestination' AND region = 'us-east-1' contact_lists: name: contact_lists @@ -3598,30 +3598,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContactListName') as contact_list_name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Topics') as topics, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ContactList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ContactList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContactListName') as contact_list_name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Topics') as topics, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::ContactList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::ContactList' + AND Identifier = '' AND region = 'us-east-1' contact_lists_list_only: name: contact_lists_list_only @@ -3644,7 +3644,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ContactListName') as contact_list_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ContactList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ContactList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3652,7 +3652,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ContactListName') as contact_list_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::ContactList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::ContactList' AND region = 'us-east-1' dedicated_ip_pools: name: dedicated_ip_pools @@ -3712,28 +3712,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PoolName') as pool_name, JSON_EXTRACT(Properties, '$.ScalingMode') as scaling_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::DedicatedIpPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::DedicatedIpPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PoolName') as pool_name, json_extract_path_text(Properties, 'ScalingMode') as scaling_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::DedicatedIpPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::DedicatedIpPool' + AND Identifier = '' AND region = 'us-east-1' dedicated_ip_pools_list_only: name: dedicated_ip_pools_list_only @@ -3756,7 +3756,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PoolName') as pool_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::DedicatedIpPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::DedicatedIpPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3764,7 +3764,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PoolName') as pool_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::DedicatedIpPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::DedicatedIpPool' AND region = 'us-east-1' email_identities: name: email_identities @@ -3824,11 +3824,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.EmailIdentity') as email_identity, JSON_EXTRACT(Properties, '$.ConfigurationSetAttributes') as configuration_set_attributes, JSON_EXTRACT(Properties, '$.DkimSigningAttributes') as dkim_signing_attributes, @@ -3842,15 +3842,15 @@ components: JSON_EXTRACT(Properties, '$.DkimDNSTokenValue2') as dkim_dns_token_value2, JSON_EXTRACT(Properties, '$.DkimDNSTokenValue3') as dkim_dns_token_value3, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::EmailIdentity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::EmailIdentity' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'EmailIdentity') as email_identity, json_extract_path_text(Properties, 'ConfigurationSetAttributes') as configuration_set_attributes, json_extract_path_text(Properties, 'DkimSigningAttributes') as dkim_signing_attributes, @@ -3864,8 +3864,8 @@ components: json_extract_path_text(Properties, 'DkimDNSTokenValue2') as dkim_dns_token_value2, json_extract_path_text(Properties, 'DkimDNSTokenValue3') as dkim_dns_token_value3, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::EmailIdentity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::EmailIdentity' + AND Identifier = '' AND region = 'us-east-1' email_identities_list_only: name: email_identities_list_only @@ -3888,7 +3888,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.EmailIdentity') as email_identity - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::EmailIdentity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::EmailIdentity' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3896,7 +3896,7 @@ components: SELECT region, json_extract_path_text(Properties, 'EmailIdentity') as email_identity - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::EmailIdentity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::EmailIdentity' AND region = 'us-east-1' mail_manager_addon_instances: name: mail_manager_addon_instances @@ -3956,32 +3956,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AddonInstanceArn') as addon_instance_arn, JSON_EXTRACT(Properties, '$.AddonInstanceId') as addon_instance_id, JSON_EXTRACT(Properties, '$.AddonName') as addon_name, JSON_EXTRACT(Properties, '$.AddonSubscriptionId') as addon_subscription_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddonInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddonInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AddonInstanceArn') as addon_instance_arn, json_extract_path_text(Properties, 'AddonInstanceId') as addon_instance_id, json_extract_path_text(Properties, 'AddonName') as addon_name, json_extract_path_text(Properties, 'AddonSubscriptionId') as addon_subscription_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddonInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddonInstance' + AND Identifier = '' AND region = 'us-east-1' mail_manager_addon_instances_list_only: name: mail_manager_addon_instances_list_only @@ -4004,7 +4004,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AddonInstanceId') as addon_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddonInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddonInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4012,7 +4012,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AddonInstanceId') as addon_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddonInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddonInstance' AND region = 'us-east-1' mail_manager_addon_subscriptions: name: mail_manager_addon_subscriptions @@ -4072,30 +4072,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AddonName') as addon_name, JSON_EXTRACT(Properties, '$.AddonSubscriptionArn') as addon_subscription_arn, JSON_EXTRACT(Properties, '$.AddonSubscriptionId') as addon_subscription_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddonSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddonSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AddonName') as addon_name, json_extract_path_text(Properties, 'AddonSubscriptionArn') as addon_subscription_arn, json_extract_path_text(Properties, 'AddonSubscriptionId') as addon_subscription_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddonSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddonSubscription' + AND Identifier = '' AND region = 'us-east-1' mail_manager_addon_subscriptions_list_only: name: mail_manager_addon_subscriptions_list_only @@ -4118,7 +4118,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AddonSubscriptionId') as addon_subscription_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddonSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddonSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4126,7 +4126,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AddonSubscriptionId') as addon_subscription_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddonSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddonSubscription' AND region = 'us-east-1' mail_manager_address_lists: name: mail_manager_address_lists @@ -4186,30 +4186,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AddressListArn') as address_list_arn, JSON_EXTRACT(Properties, '$.AddressListId') as address_list_id, JSON_EXTRACT(Properties, '$.AddressListName') as address_list_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddressList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddressList' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AddressListArn') as address_list_arn, json_extract_path_text(Properties, 'AddressListId') as address_list_id, json_extract_path_text(Properties, 'AddressListName') as address_list_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerAddressList' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerAddressList' + AND Identifier = '' AND region = 'us-east-1' mail_manager_address_lists_list_only: name: mail_manager_address_lists_list_only @@ -4232,7 +4232,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AddressListId') as address_list_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddressList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddressList' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4240,7 +4240,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AddressListId') as address_list_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerAddressList' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerAddressList' AND region = 'us-east-1' mail_manager_archives: name: mail_manager_archives @@ -4300,11 +4300,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ArchiveArn') as archive_arn, JSON_EXTRACT(Properties, '$.ArchiveId') as archive_id, JSON_EXTRACT(Properties, '$.ArchiveName') as archive_name, @@ -4312,15 +4312,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.Retention') as retention, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerArchive' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerArchive' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ArchiveArn') as archive_arn, json_extract_path_text(Properties, 'ArchiveId') as archive_id, json_extract_path_text(Properties, 'ArchiveName') as archive_name, @@ -4328,8 +4328,8 @@ components: json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'Retention') as retention, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerArchive' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerArchive' + AND Identifier = '' AND region = 'us-east-1' mail_manager_archives_list_only: name: mail_manager_archives_list_only @@ -4352,7 +4352,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ArchiveId') as archive_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerArchive' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerArchive' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4360,7 +4360,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ArchiveId') as archive_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerArchive' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerArchive' AND region = 'us-east-1' mail_manager_ingress_points: name: mail_manager_ingress_points @@ -4420,11 +4420,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ARecord') as a_record, JSON_EXTRACT(Properties, '$.TrafficPolicyId') as traffic_policy_id, JSON_EXTRACT(Properties, '$.IngressPointConfiguration') as ingress_point_configuration, @@ -4437,15 +4437,15 @@ components: JSON_EXTRACT(Properties, '$.StatusToUpdate') as status_to_update, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerIngressPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerIngressPoint' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ARecord') as a_record, json_extract_path_text(Properties, 'TrafficPolicyId') as traffic_policy_id, json_extract_path_text(Properties, 'IngressPointConfiguration') as ingress_point_configuration, @@ -4458,8 +4458,8 @@ components: json_extract_path_text(Properties, 'StatusToUpdate') as status_to_update, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerIngressPoint' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerIngressPoint' + AND Identifier = '' AND region = 'us-east-1' mail_manager_ingress_points_list_only: name: mail_manager_ingress_points_list_only @@ -4482,7 +4482,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IngressPointId') as ingress_point_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerIngressPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerIngressPoint' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4490,7 +4490,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IngressPointId') as ingress_point_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerIngressPoint' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerIngressPoint' AND region = 'us-east-1' mail_manager_relays: name: mail_manager_relays @@ -4550,11 +4550,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Authentication') as authentication, JSON_EXTRACT(Properties, '$.RelayArn') as relay_arn, JSON_EXTRACT(Properties, '$.RelayId') as relay_id, @@ -4562,15 +4562,15 @@ components: JSON_EXTRACT(Properties, '$.ServerName') as server_name, JSON_EXTRACT(Properties, '$.ServerPort') as server_port, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerRelay' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerRelay' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Authentication') as authentication, json_extract_path_text(Properties, 'RelayArn') as relay_arn, json_extract_path_text(Properties, 'RelayId') as relay_id, @@ -4578,8 +4578,8 @@ components: json_extract_path_text(Properties, 'ServerName') as server_name, json_extract_path_text(Properties, 'ServerPort') as server_port, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerRelay' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerRelay' + AND Identifier = '' AND region = 'us-east-1' mail_manager_relays_list_only: name: mail_manager_relays_list_only @@ -4602,7 +4602,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RelayId') as relay_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerRelay' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerRelay' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4610,7 +4610,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RelayId') as relay_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerRelay' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerRelay' AND region = 'us-east-1' mail_manager_rule_sets: name: mail_manager_rule_sets @@ -4670,32 +4670,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.RuleSetArn') as rule_set_arn, JSON_EXTRACT(Properties, '$.RuleSetId') as rule_set_id, JSON_EXTRACT(Properties, '$.RuleSetName') as rule_set_name, JSON_EXTRACT(Properties, '$.Rules') as rules, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerRuleSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerRuleSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'RuleSetArn') as rule_set_arn, json_extract_path_text(Properties, 'RuleSetId') as rule_set_id, json_extract_path_text(Properties, 'RuleSetName') as rule_set_name, json_extract_path_text(Properties, 'Rules') as rules, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerRuleSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerRuleSet' + AND Identifier = '' AND region = 'us-east-1' mail_manager_rule_sets_list_only: name: mail_manager_rule_sets_list_only @@ -4718,7 +4718,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleSetId') as rule_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerRuleSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerRuleSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4726,7 +4726,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleSetId') as rule_set_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerRuleSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerRuleSet' AND region = 'us-east-1' mail_manager_traffic_policies: name: mail_manager_traffic_policies @@ -4786,11 +4786,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DefaultAction') as default_action, JSON_EXTRACT(Properties, '$.MaxMessageSizeBytes') as max_message_size_bytes, JSON_EXTRACT(Properties, '$.PolicyStatements') as policy_statements, @@ -4798,15 +4798,15 @@ components: JSON_EXTRACT(Properties, '$.TrafficPolicyArn') as traffic_policy_arn, JSON_EXTRACT(Properties, '$.TrafficPolicyId') as traffic_policy_id, JSON_EXTRACT(Properties, '$.TrafficPolicyName') as traffic_policy_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerTrafficPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerTrafficPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DefaultAction') as default_action, json_extract_path_text(Properties, 'MaxMessageSizeBytes') as max_message_size_bytes, json_extract_path_text(Properties, 'PolicyStatements') as policy_statements, @@ -4814,8 +4814,8 @@ components: json_extract_path_text(Properties, 'TrafficPolicyArn') as traffic_policy_arn, json_extract_path_text(Properties, 'TrafficPolicyId') as traffic_policy_id, json_extract_path_text(Properties, 'TrafficPolicyName') as traffic_policy_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::MailManagerTrafficPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::MailManagerTrafficPolicy' + AND Identifier = '' AND region = 'us-east-1' mail_manager_traffic_policies_list_only: name: mail_manager_traffic_policies_list_only @@ -4838,7 +4838,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrafficPolicyId') as traffic_policy_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerTrafficPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerTrafficPolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4846,7 +4846,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrafficPolicyId') as traffic_policy_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::MailManagerTrafficPolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::MailManagerTrafficPolicy' AND region = 'us-east-1' templates: name: templates @@ -4906,26 +4906,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Template') as template - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::Template' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::Template' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Template') as template - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::Template' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::Template' + AND Identifier = '' AND region = 'us-east-1' templates_list_only: name: templates_list_only @@ -4948,7 +4948,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::Template' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4956,7 +4956,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SES::Template' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SES::Template' AND region = 'us-east-1' vdm_attributes: name: vdm_attributes @@ -5016,28 +5016,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VdmAttributesResourceId') as vdm_attributes_resource_id, JSON_EXTRACT(Properties, '$.DashboardAttributes') as dashboard_attributes, JSON_EXTRACT(Properties, '$.GuardianAttributes') as guardian_attributes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::VdmAttributes' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::VdmAttributes' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VdmAttributesResourceId') as vdm_attributes_resource_id, json_extract_path_text(Properties, 'DashboardAttributes') as dashboard_attributes, json_extract_path_text(Properties, 'GuardianAttributes') as guardian_attributes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SES::VdmAttributes' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SES::VdmAttributes' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/shield.yaml b/providers/src/awscc/v00.00.00000/services/shield.yaml index ee06912c..a38ba7d2 100644 --- a/providers/src/awscc/v00.00.00000/services/shield.yaml +++ b/providers/src/awscc/v00.00.00000/services/shield.yaml @@ -1060,28 +1060,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.LogBucketList') as log_bucket_list, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::DRTAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::DRTAccess' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'LogBucketList') as log_bucket_list, json_extract_path_text(Properties, 'RoleArn') as role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::DRTAccess' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::DRTAccess' + AND Identifier = '' AND region = 'us-east-1' drt_accesses_list_only: name: drt_accesses_list_only @@ -1104,7 +1104,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::DRTAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::DRTAccess' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1112,7 +1112,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::DRTAccess' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::DRTAccess' AND region = 'us-east-1' proactive_engagements: name: proactive_engagements @@ -1172,28 +1172,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.ProactiveEngagementStatus') as proactive_engagement_status, JSON_EXTRACT(Properties, '$.EmergencyContactList') as emergency_contact_list - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::ProactiveEngagement' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::ProactiveEngagement' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'ProactiveEngagementStatus') as proactive_engagement_status, json_extract_path_text(Properties, 'EmergencyContactList') as emergency_contact_list - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::ProactiveEngagement' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::ProactiveEngagement' + AND Identifier = '' AND region = 'us-east-1' proactive_engagements_list_only: name: proactive_engagements_list_only @@ -1216,7 +1216,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::ProactiveEngagement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::ProactiveEngagement' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1224,7 +1224,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::ProactiveEngagement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::ProactiveEngagement' AND region = 'us-east-1' protections: name: protections @@ -1284,11 +1284,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProtectionId') as protection_id, JSON_EXTRACT(Properties, '$.ProtectionArn') as protection_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -1296,15 +1296,15 @@ components: JSON_EXTRACT(Properties, '$.HealthCheckArns') as health_check_arns, JSON_EXTRACT(Properties, '$.ApplicationLayerAutomaticResponseConfiguration') as application_layer_automatic_response_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::Protection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::Protection' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProtectionId') as protection_id, json_extract_path_text(Properties, 'ProtectionArn') as protection_arn, json_extract_path_text(Properties, 'Name') as name, @@ -1312,8 +1312,8 @@ components: json_extract_path_text(Properties, 'HealthCheckArns') as health_check_arns, json_extract_path_text(Properties, 'ApplicationLayerAutomaticResponseConfiguration') as application_layer_automatic_response_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::Protection' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::Protection' + AND Identifier = '' AND region = 'us-east-1' protections_list_only: name: protections_list_only @@ -1336,7 +1336,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProtectionArn') as protection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::Protection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::Protection' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1344,7 +1344,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProtectionArn') as protection_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::Protection' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::Protection' AND region = 'us-east-1' protection_groups: name: protection_groups @@ -1404,11 +1404,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProtectionGroupId') as protection_group_id, JSON_EXTRACT(Properties, '$.ProtectionGroupArn') as protection_group_arn, JSON_EXTRACT(Properties, '$.Aggregation') as aggregation, @@ -1416,15 +1416,15 @@ components: JSON_EXTRACT(Properties, '$.Members') as members, JSON_EXTRACT(Properties, '$.ResourceType') as resource_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::ProtectionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::ProtectionGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProtectionGroupId') as protection_group_id, json_extract_path_text(Properties, 'ProtectionGroupArn') as protection_group_arn, json_extract_path_text(Properties, 'Aggregation') as aggregation, @@ -1432,8 +1432,8 @@ components: json_extract_path_text(Properties, 'Members') as members, json_extract_path_text(Properties, 'ResourceType') as resource_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Shield::ProtectionGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Shield::ProtectionGroup' + AND Identifier = '' AND region = 'us-east-1' protection_groups_list_only: name: protection_groups_list_only @@ -1456,7 +1456,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProtectionGroupArn') as protection_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::ProtectionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::ProtectionGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1464,7 +1464,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProtectionGroupArn') as protection_group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Shield::ProtectionGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Shield::ProtectionGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/signer.yaml b/providers/src/awscc/v00.00.00000/services/signer.yaml index 114864a0..f9a3152f 100644 --- a/providers/src/awscc/v00.00.00000/services/signer.yaml +++ b/providers/src/awscc/v00.00.00000/services/signer.yaml @@ -675,32 +675,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProfileName') as profile_name, JSON_EXTRACT(Properties, '$.ProfileVersion') as profile_version, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.Principal') as principal, JSON_EXTRACT(Properties, '$.StatementId') as statement_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::ProfilePermission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Signer::ProfilePermission' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProfileName') as profile_name, json_extract_path_text(Properties, 'ProfileVersion') as profile_version, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'Principal') as principal, json_extract_path_text(Properties, 'StatementId') as statement_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::ProfilePermission' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Signer::ProfilePermission' + AND Identifier = '|' AND region = 'us-east-1' profile_permissions_list_only: name: profile_permissions_list_only @@ -725,7 +725,7 @@ components: region, JSON_EXTRACT(Properties, '$.StatementId') as statement_id, JSON_EXTRACT(Properties, '$.ProfileName') as profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Signer::ProfilePermission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Signer::ProfilePermission' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -734,7 +734,7 @@ components: region, json_extract_path_text(Properties, 'StatementId') as statement_id, json_extract_path_text(Properties, 'ProfileName') as profile_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Signer::ProfilePermission' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Signer::ProfilePermission' AND region = 'us-east-1' signing_profiles: name: signing_profiles @@ -794,11 +794,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ProfileName') as profile_name, JSON_EXTRACT(Properties, '$.ProfileVersion') as profile_version, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -806,15 +806,15 @@ components: JSON_EXTRACT(Properties, '$.SignatureValidityPeriod') as signature_validity_period, JSON_EXTRACT(Properties, '$.PlatformId') as platform_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::SigningProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Signer::SigningProfile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ProfileName') as profile_name, json_extract_path_text(Properties, 'ProfileVersion') as profile_version, json_extract_path_text(Properties, 'Arn') as arn, @@ -822,8 +822,8 @@ components: json_extract_path_text(Properties, 'SignatureValidityPeriod') as signature_validity_period, json_extract_path_text(Properties, 'PlatformId') as platform_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Signer::SigningProfile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Signer::SigningProfile' + AND Identifier = '' AND region = 'us-east-1' signing_profiles_list_only: name: signing_profiles_list_only @@ -846,7 +846,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Signer::SigningProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Signer::SigningProfile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -854,7 +854,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Signer::SigningProfile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Signer::SigningProfile' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/simspaceweaver.yaml b/providers/src/awscc/v00.00.00000/services/simspaceweaver.yaml index e1baca89..82e5bb90 100644 --- a/providers/src/awscc/v00.00.00000/services/simspaceweaver.yaml +++ b/providers/src/awscc/v00.00.00000/services/simspaceweaver.yaml @@ -574,34 +574,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.RoleArn') as role_arn, JSON_EXTRACT(Properties, '$.SchemaS3Location') as schema_s3_location, JSON_EXTRACT(Properties, '$.DescribePayload') as describe_payload, JSON_EXTRACT(Properties, '$.MaximumDuration') as maximum_duration, JSON_EXTRACT(Properties, '$.SnapshotS3Location') as snapshot_s3_location - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SimSpaceWeaver::Simulation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SimSpaceWeaver::Simulation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'RoleArn') as role_arn, json_extract_path_text(Properties, 'SchemaS3Location') as schema_s3_location, json_extract_path_text(Properties, 'DescribePayload') as describe_payload, json_extract_path_text(Properties, 'MaximumDuration') as maximum_duration, json_extract_path_text(Properties, 'SnapshotS3Location') as snapshot_s3_location - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SimSpaceWeaver::Simulation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SimSpaceWeaver::Simulation' + AND Identifier = '' AND region = 'us-east-1' simulations_list_only: name: simulations_list_only @@ -624,7 +624,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SimSpaceWeaver::Simulation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SimSpaceWeaver::Simulation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -632,7 +632,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SimSpaceWeaver::Simulation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SimSpaceWeaver::Simulation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/sns.yaml b/providers/src/awscc/v00.00.00000/services/sns.yaml index 6814233a..44c90b2c 100644 --- a/providers/src/awscc/v00.00.00000/services/sns.yaml +++ b/providers/src/awscc/v00.00.00000/services/sns.yaml @@ -803,11 +803,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.KmsMasterKeyId') as kms_master_key_id, JSON_EXTRACT(Properties, '$.DataProtectionPolicy') as data_protection_policy, @@ -822,15 +822,15 @@ components: JSON_EXTRACT(Properties, '$.SignatureVersion') as signature_version, JSON_EXTRACT(Properties, '$.TracingConfig') as tracing_config, JSON_EXTRACT(Properties, '$.DeliveryStatusLogging') as delivery_status_logging - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::Topic' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SNS::Topic' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'KmsMasterKeyId') as kms_master_key_id, json_extract_path_text(Properties, 'DataProtectionPolicy') as data_protection_policy, @@ -845,8 +845,8 @@ components: json_extract_path_text(Properties, 'SignatureVersion') as signature_version, json_extract_path_text(Properties, 'TracingConfig') as tracing_config, json_extract_path_text(Properties, 'DeliveryStatusLogging') as delivery_status_logging - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::Topic' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SNS::Topic' + AND Identifier = '' AND region = 'us-east-1' topics_list_only: name: topics_list_only @@ -869,7 +869,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TopicArn') as topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::Topic' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SNS::Topic' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -877,7 +877,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TopicArn') as topic_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SNS::Topic' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SNS::Topic' AND region = 'us-east-1' topic_inline_policies: name: topic_inline_policies @@ -937,26 +937,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.TopicArn') as topic_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::TopicInlinePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SNS::TopicInlinePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'TopicArn') as topic_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SNS::TopicInlinePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SNS::TopicInlinePolicy' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/sqs.yaml b/providers/src/awscc/v00.00.00000/services/sqs.yaml index b42274c7..f2d9e8bf 100644 --- a/providers/src/awscc/v00.00.00000/services/sqs.yaml +++ b/providers/src/awscc/v00.00.00000/services/sqs.yaml @@ -791,11 +791,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.QueueUrl') as queue_url, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ContentBasedDeduplication') as content_based_deduplication, @@ -814,15 +814,15 @@ components: JSON_EXTRACT(Properties, '$.RedrivePolicy') as redrive_policy, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VisibilityTimeout') as visibility_timeout - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SQS::Queue' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'QueueUrl') as queue_url, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ContentBasedDeduplication') as content_based_deduplication, @@ -841,8 +841,8 @@ components: json_extract_path_text(Properties, 'RedrivePolicy') as redrive_policy, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VisibilityTimeout') as visibility_timeout - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::Queue' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SQS::Queue' + AND Identifier = '' AND region = 'us-east-1' queues_list_only: name: queues_list_only @@ -865,7 +865,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QueueUrl') as queue_url - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SQS::Queue' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -873,7 +873,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QueueUrl') as queue_url - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SQS::Queue' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SQS::Queue' AND region = 'us-east-1' queue_inline_policies: name: queue_inline_policies @@ -933,26 +933,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.Queue') as queue - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::QueueInlinePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SQS::QueueInlinePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'Queue') as queue - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SQS::QueueInlinePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SQS::QueueInlinePolicy' + AND Identifier = '' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ssm.yaml b/providers/src/awscc/v00.00.00000/services/ssm.yaml index 88a04661..5329ef8e 100644 --- a/providers/src/awscc/v00.00.00000/services/ssm.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssm.yaml @@ -2100,11 +2100,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociationName') as association_name, JSON_EXTRACT(Properties, '$.CalendarNames') as calendar_names, JSON_EXTRACT(Properties, '$.ScheduleExpression') as schedule_expression, @@ -2123,15 +2123,15 @@ components: JSON_EXTRACT(Properties, '$.DocumentVersion') as document_version, JSON_EXTRACT(Properties, '$.AssociationId') as association_id, JSON_EXTRACT(Properties, '$.AutomationTargetParameterName') as automation_target_parameter_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Association' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Association' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociationName') as association_name, json_extract_path_text(Properties, 'CalendarNames') as calendar_names, json_extract_path_text(Properties, 'ScheduleExpression') as schedule_expression, @@ -2150,8 +2150,8 @@ components: json_extract_path_text(Properties, 'DocumentVersion') as document_version, json_extract_path_text(Properties, 'AssociationId') as association_id, json_extract_path_text(Properties, 'AutomationTargetParameterName') as automation_target_parameter_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Association' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Association' + AND Identifier = '' AND region = 'us-east-1' associations_list_only: name: associations_list_only @@ -2174,7 +2174,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Association' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Association' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2182,7 +2182,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssociationId') as association_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Association' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Association' AND region = 'us-east-1' documents: name: documents @@ -2242,11 +2242,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Content') as content, JSON_EXTRACT(Properties, '$.Attachments') as attachments, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2257,15 +2257,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Requires') as requires, JSON_EXTRACT(Properties, '$.UpdateMethod') as update_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Document' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Document' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Content') as content, json_extract_path_text(Properties, 'Attachments') as attachments, json_extract_path_text(Properties, 'Name') as name, @@ -2276,8 +2276,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Requires') as requires, json_extract_path_text(Properties, 'UpdateMethod') as update_method - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Document' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Document' + AND Identifier = '' AND region = 'us-east-1' documents_list_only: name: documents_list_only @@ -2300,7 +2300,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Document' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Document' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2308,7 +2308,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Document' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Document' AND region = 'us-east-1' maintenance_window_targets: name: maintenance_window_targets @@ -2394,11 +2394,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Value') as value, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2408,15 +2408,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.DataType') as data_type, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Parameter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Parameter' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Value') as value, json_extract_path_text(Properties, 'Description') as description, @@ -2426,8 +2426,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'DataType') as data_type, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::Parameter' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::Parameter' + AND Identifier = '' AND region = 'us-east-1' parameters_list_only: name: parameters_list_only @@ -2450,7 +2450,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Parameter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Parameter' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2458,7 +2458,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::Parameter' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::Parameter' AND region = 'us-east-1' patch_baselines: name: patch_baselines @@ -2518,11 +2518,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DefaultBaseline') as default_baseline, JSON_EXTRACT(Properties, '$.OperatingSystem') as operating_system, @@ -2539,15 +2539,15 @@ components: JSON_EXTRACT(Properties, '$.GlobalFilters') as global_filters, JSON_EXTRACT(Properties, '$.AvailableSecurityUpdatesComplianceStatus') as available_security_updates_compliance_status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::PatchBaseline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::PatchBaseline' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DefaultBaseline') as default_baseline, json_extract_path_text(Properties, 'OperatingSystem') as operating_system, @@ -2564,8 +2564,8 @@ components: json_extract_path_text(Properties, 'GlobalFilters') as global_filters, json_extract_path_text(Properties, 'AvailableSecurityUpdatesComplianceStatus') as available_security_updates_compliance_status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::PatchBaseline' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::PatchBaseline' + AND Identifier = '' AND region = 'us-east-1' patch_baselines_list_only: name: patch_baselines_list_only @@ -2588,7 +2588,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::PatchBaseline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::PatchBaseline' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2596,7 +2596,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::PatchBaseline' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::PatchBaseline' AND region = 'us-east-1' resource_data_syncs: name: resource_data_syncs @@ -2656,11 +2656,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.S3Destination') as s3_destination, JSON_EXTRACT(Properties, '$.KMSKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.SyncSource') as sync_source, @@ -2670,15 +2670,15 @@ components: JSON_EXTRACT(Properties, '$.SyncName') as sync_name, JSON_EXTRACT(Properties, '$.SyncType') as sync_type, JSON_EXTRACT(Properties, '$.BucketPrefix') as bucket_prefix - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourceDataSync' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::ResourceDataSync' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'S3Destination') as s3_destination, json_extract_path_text(Properties, 'KMSKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'SyncSource') as sync_source, @@ -2688,8 +2688,8 @@ components: json_extract_path_text(Properties, 'SyncName') as sync_name, json_extract_path_text(Properties, 'SyncType') as sync_type, json_extract_path_text(Properties, 'BucketPrefix') as bucket_prefix - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourceDataSync' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::ResourceDataSync' + AND Identifier = '' AND region = 'us-east-1' resource_data_syncs_list_only: name: resource_data_syncs_list_only @@ -2712,7 +2712,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SyncName') as sync_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::ResourceDataSync' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::ResourceDataSync' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2720,7 +2720,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SyncName') as sync_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::ResourceDataSync' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::ResourceDataSync' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -2781,30 +2781,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.PolicyHash') as policy_hash - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::ResourcePolicy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'PolicyHash') as policy_hash - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSM::ResourcePolicy' + AND Identifier = '|' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -2829,7 +2829,7 @@ components: region, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2838,7 +2838,7 @@ components: region, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSM::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSM::ResourcePolicy' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml b/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml index e6f5cd8f..794efb5d 100644 --- a/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssmcontacts.yaml @@ -1122,34 +1122,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Alias') as alias, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Plan') as plan, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Contact' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Contact' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Alias') as alias, json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Plan') as plan, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Contact' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Contact' + AND Identifier = '' AND region = 'us-east-1' contacts_list_only: name: contacts_list_only @@ -1172,7 +1172,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Contact' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::Contact' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1180,7 +1180,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Contact' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::Contact' AND region = 'us-east-1' contact_channels: name: contact_channels @@ -1240,34 +1240,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContactId') as contact_id, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, JSON_EXTRACT(Properties, '$.ChannelType') as channel_type, JSON_EXTRACT(Properties, '$.DeferActivation') as defer_activation, JSON_EXTRACT(Properties, '$.ChannelAddress') as channel_address, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::ContactChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::ContactChannel' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContactId') as contact_id, json_extract_path_text(Properties, 'ChannelName') as channel_name, json_extract_path_text(Properties, 'ChannelType') as channel_type, json_extract_path_text(Properties, 'DeferActivation') as defer_activation, json_extract_path_text(Properties, 'ChannelAddress') as channel_address, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::ContactChannel' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::ContactChannel' + AND Identifier = '' AND region = 'us-east-1' contact_channels_list_only: name: contact_channels_list_only @@ -1290,7 +1290,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::ContactChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::ContactChannel' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1298,7 +1298,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::ContactChannel' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::ContactChannel' AND region = 'us-east-1' plans: name: plans @@ -1358,30 +1358,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContactId') as contact_id, JSON_EXTRACT(Properties, '$.Stages') as stages, JSON_EXTRACT(Properties, '$.RotationIds') as rotation_ids, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Plan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Plan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContactId') as contact_id, json_extract_path_text(Properties, 'Stages') as stages, json_extract_path_text(Properties, 'RotationIds') as rotation_ids, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Plan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Plan' + AND Identifier = '' AND region = 'us-east-1' rotations: name: rotations @@ -1441,11 +1441,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ContactIds') as contact_ids, JSON_EXTRACT(Properties, '$.StartTime') as start_time, @@ -1453,15 +1453,15 @@ components: JSON_EXTRACT(Properties, '$.Recurrence') as recurrence, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Rotation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Rotation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ContactIds') as contact_ids, json_extract_path_text(Properties, 'StartTime') as start_time, @@ -1469,8 +1469,8 @@ components: json_extract_path_text(Properties, 'Recurrence') as recurrence, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMContacts::Rotation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMContacts::Rotation' + AND Identifier = '' AND region = 'us-east-1' rotations_list_only: name: rotations_list_only @@ -1493,7 +1493,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Rotation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::Rotation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1501,7 +1501,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMContacts::Rotation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMContacts::Rotation' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ssmguiconnect.yaml b/providers/src/awscc/v00.00.00000/services/ssmguiconnect.yaml index 3d8f15ce..aba59a67 100644 --- a/providers/src/awscc/v00.00.00000/services/ssmguiconnect.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssmguiconnect.yaml @@ -571,26 +571,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.ConnectionRecordingPreferences') as connection_recording_preferences - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMGuiConnect::Preferences' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMGuiConnect::Preferences' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'ConnectionRecordingPreferences') as connection_recording_preferences - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMGuiConnect::Preferences' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMGuiConnect::Preferences' + AND Identifier = '' AND region = 'us-east-1' preferences_list_only: name: preferences_list_only @@ -613,7 +613,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMGuiConnect::Preferences' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMGuiConnect::Preferences' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -621,7 +621,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMGuiConnect::Preferences' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMGuiConnect::Preferences' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ssmincidents.yaml b/providers/src/awscc/v00.00.00000/services/ssmincidents.yaml index d1d9c7f2..5376664f 100644 --- a/providers/src/awscc/v00.00.00000/services/ssmincidents.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssmincidents.yaml @@ -1023,30 +1023,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Regions') as regions, JSON_EXTRACT(Properties, '$.DeletionProtected') as deletion_protected, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMIncidents::ReplicationSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMIncidents::ReplicationSet' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Regions') as regions, json_extract_path_text(Properties, 'DeletionProtected') as deletion_protected, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMIncidents::ReplicationSet' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMIncidents::ReplicationSet' + AND Identifier = '' AND region = 'us-east-1' replication_sets_list_only: name: replication_sets_list_only @@ -1069,7 +1069,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMIncidents::ReplicationSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMIncidents::ReplicationSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1077,7 +1077,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMIncidents::ReplicationSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMIncidents::ReplicationSet' AND region = 'us-east-1' response_plans: name: response_plans @@ -1137,11 +1137,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DisplayName') as display_name, @@ -1151,15 +1151,15 @@ components: JSON_EXTRACT(Properties, '$.Integrations') as integrations, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.IncidentTemplate') as incident_template - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMIncidents::ResponsePlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMIncidents::ResponsePlan' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DisplayName') as display_name, @@ -1169,8 +1169,8 @@ components: json_extract_path_text(Properties, 'Integrations') as integrations, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'IncidentTemplate') as incident_template - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMIncidents::ResponsePlan' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMIncidents::ResponsePlan' + AND Identifier = '' AND region = 'us-east-1' response_plans_list_only: name: response_plans_list_only @@ -1193,7 +1193,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMIncidents::ResponsePlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMIncidents::ResponsePlan' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1201,7 +1201,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMIncidents::ResponsePlan' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMIncidents::ResponsePlan' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/ssmquicksetup.yaml b/providers/src/awscc/v00.00.00000/services/ssmquicksetup.yaml index bf28039c..2743c724 100644 --- a/providers/src/awscc/v00.00.00000/services/ssmquicksetup.yaml +++ b/providers/src/awscc/v00.00.00000/services/ssmquicksetup.yaml @@ -753,11 +753,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ConfigurationDefinitions') as configuration_definitions, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Description') as description, @@ -766,15 +766,15 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.StatusSummaries') as status_summaries, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ConfigurationDefinitions') as configuration_definitions, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Description') as description, @@ -783,8 +783,8 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'StatusSummaries') as status_summaries, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' + AND Identifier = '' AND region = 'us-east-1' configuration_managers_list_only: name: configuration_managers_list_only @@ -807,7 +807,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ManagerArn') as manager_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -815,7 +815,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ManagerArn') as manager_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSMQuickSetup::ConfigurationManager' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/sso.yaml b/providers/src/awscc/v00.00.00000/services/sso.yaml index 3ba5c108..d7ecbba1 100644 --- a/providers/src/awscc/v00.00.00000/services/sso.yaml +++ b/providers/src/awscc/v00.00.00000/services/sso.yaml @@ -1400,11 +1400,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, @@ -1413,15 +1413,15 @@ components: JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.PortalOptions') as portal_options, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, @@ -1430,8 +1430,8 @@ components: json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'PortalOptions') as portal_options, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -1454,7 +1454,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1462,7 +1462,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ApplicationArn') as application_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Application' AND region = 'us-east-1' application_assignments: name: application_assignments @@ -1511,28 +1511,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.PrincipalType') as principal_type, JSON_EXTRACT(Properties, '$.PrincipalId') as principal_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::ApplicationAssignment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::ApplicationAssignment' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'PrincipalType') as principal_type, json_extract_path_text(Properties, 'PrincipalId') as principal_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::ApplicationAssignment' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::ApplicationAssignment' + AND Identifier = '||' AND region = 'us-east-1' application_assignments_list_only: name: application_assignments_list_only @@ -1559,7 +1559,7 @@ components: JSON_EXTRACT(Properties, '$.ApplicationArn') as application_arn, JSON_EXTRACT(Properties, '$.PrincipalType') as principal_type, JSON_EXTRACT(Properties, '$.PrincipalId') as principal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::ApplicationAssignment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::ApplicationAssignment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1569,7 +1569,7 @@ components: json_extract_path_text(Properties, 'ApplicationArn') as application_arn, json_extract_path_text(Properties, 'PrincipalType') as principal_type, json_extract_path_text(Properties, 'PrincipalId') as principal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::ApplicationAssignment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::ApplicationAssignment' AND region = 'us-east-1' assignments: name: assignments @@ -1621,34 +1621,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.TargetId') as target_id, JSON_EXTRACT(Properties, '$.TargetType') as target_type, JSON_EXTRACT(Properties, '$.PermissionSetArn') as permission_set_arn, JSON_EXTRACT(Properties, '$.PrincipalType') as principal_type, JSON_EXTRACT(Properties, '$.PrincipalId') as principal_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Assignment' - AND data__Identifier = '|||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Assignment' + AND Identifier = '|||||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'TargetId') as target_id, json_extract_path_text(Properties, 'TargetType') as target_type, json_extract_path_text(Properties, 'PermissionSetArn') as permission_set_arn, json_extract_path_text(Properties, 'PrincipalType') as principal_type, json_extract_path_text(Properties, 'PrincipalId') as principal_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Assignment' - AND data__Identifier = '|||||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Assignment' + AND Identifier = '|||||' AND region = 'us-east-1' assignments_list_only: name: assignments_list_only @@ -1681,7 +1681,7 @@ components: JSON_EXTRACT(Properties, '$.PermissionSetArn') as permission_set_arn, JSON_EXTRACT(Properties, '$.PrincipalType') as principal_type, JSON_EXTRACT(Properties, '$.PrincipalId') as principal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Assignment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Assignment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1694,7 +1694,7 @@ components: json_extract_path_text(Properties, 'PermissionSetArn') as permission_set_arn, json_extract_path_text(Properties, 'PrincipalType') as principal_type, json_extract_path_text(Properties, 'PrincipalId') as principal_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Assignment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Assignment' AND region = 'us-east-1' instances: name: instances @@ -1754,34 +1754,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.OwnerAccountId') as owner_account_id, JSON_EXTRACT(Properties, '$.IdentityStoreId') as identity_store_id, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Instance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'OwnerAccountId') as owner_account_id, json_extract_path_text(Properties, 'IdentityStoreId') as identity_store_id, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::Instance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::Instance' + AND Identifier = '' AND region = 'us-east-1' instances_list_only: name: instances_list_only @@ -1804,7 +1804,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Instance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1812,7 +1812,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceArn') as instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::Instance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::Instance' AND region = 'us-east-1' instance_access_control_attribute_configurations: name: instance_access_control_attribute_configurations @@ -1872,28 +1872,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.InstanceAccessControlAttributeConfiguration') as instance_access_control_attribute_configuration, JSON_EXTRACT(Properties, '$.AccessControlAttributes') as access_control_attributes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'InstanceAccessControlAttributeConfiguration') as instance_access_control_attribute_configuration, json_extract_path_text(Properties, 'AccessControlAttributes') as access_control_attributes - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' + AND Identifier = '' AND region = 'us-east-1' instance_access_control_attribute_configurations_list_only: name: instance_access_control_attribute_configurations_list_only @@ -1916,7 +1916,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1924,7 +1924,7 @@ components: SELECT region, json_extract_path_text(Properties, 'InstanceArn') as instance_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::InstanceAccessControlAttributeConfiguration' AND region = 'us-east-1' permission_sets: name: permission_sets @@ -1985,11 +1985,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.PermissionSetArn') as permission_set_arn, JSON_EXTRACT(Properties, '$.Description') as description, @@ -2001,15 +2001,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CustomerManagedPolicyReferences') as customer_managed_policy_references, JSON_EXTRACT(Properties, '$.PermissionsBoundary') as permissions_boundary - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::PermissionSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::PermissionSet' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'PermissionSetArn') as permission_set_arn, json_extract_path_text(Properties, 'Description') as description, @@ -2021,8 +2021,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CustomerManagedPolicyReferences') as customer_managed_policy_references, json_extract_path_text(Properties, 'PermissionsBoundary') as permissions_boundary - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SSO::PermissionSet' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SSO::PermissionSet' + AND Identifier = '|' AND region = 'us-east-1' permission_sets_list_only: name: permission_sets_list_only @@ -2047,7 +2047,7 @@ components: region, JSON_EXTRACT(Properties, '$.InstanceArn') as instance_arn, JSON_EXTRACT(Properties, '$.PermissionSetArn') as permission_set_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::PermissionSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::PermissionSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2056,7 +2056,7 @@ components: region, json_extract_path_text(Properties, 'InstanceArn') as instance_arn, json_extract_path_text(Properties, 'PermissionSetArn') as permission_set_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SSO::PermissionSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SSO::PermissionSet' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml b/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml index e936cab9..f6dcbde5 100644 --- a/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml +++ b/providers/src/awscc/v00.00.00000/services/stepfunctions.yaml @@ -1051,30 +1051,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::Activity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::Activity' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'EncryptionConfiguration') as encryption_configuration - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::Activity' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::Activity' + AND Identifier = '' AND region = 'us-east-1' activities_list_only: name: activities_list_only @@ -1097,7 +1097,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::Activity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::Activity' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1105,7 +1105,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::Activity' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::Activity' AND region = 'us-east-1' state_machines: name: state_machines @@ -1165,11 +1165,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DefinitionString') as definition_string, @@ -1184,15 +1184,15 @@ components: JSON_EXTRACT(Properties, '$.DefinitionSubstitutions') as definition_substitutions, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachine' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachine' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DefinitionString') as definition_string, @@ -1207,8 +1207,8 @@ components: json_extract_path_text(Properties, 'DefinitionSubstitutions') as definition_substitutions, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachine' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachine' + AND Identifier = '' AND region = 'us-east-1' state_machines_list_only: name: state_machines_list_only @@ -1231,7 +1231,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachine' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachine' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1239,7 +1239,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachine' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachine' AND region = 'us-east-1' state_machine_aliases: name: state_machine_aliases @@ -1299,32 +1299,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.RoutingConfiguration') as routing_configuration, JSON_EXTRACT(Properties, '$.DeploymentPreference') as deployment_preference - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachineAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachineAlias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'RoutingConfiguration') as routing_configuration, json_extract_path_text(Properties, 'DeploymentPreference') as deployment_preference - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachineAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachineAlias' + AND Identifier = '' AND region = 'us-east-1' state_machine_aliases_list_only: name: state_machine_aliases_list_only @@ -1347,7 +1347,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachineAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachineAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1355,7 +1355,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachineAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachineAlias' AND region = 'us-east-1' state_machine_versions: name: state_machine_versions @@ -1402,30 +1402,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.StateMachineArn') as state_machine_arn, JSON_EXTRACT(Properties, '$.StateMachineRevisionId') as state_machine_revision_id, JSON_EXTRACT(Properties, '$.Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachineVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachineVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'StateMachineArn') as state_machine_arn, json_extract_path_text(Properties, 'StateMachineRevisionId') as state_machine_revision_id, json_extract_path_text(Properties, 'Description') as description - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::StepFunctions::StateMachineVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::StepFunctions::StateMachineVersion' + AND Identifier = '' AND region = 'us-east-1' state_machine_versions_list_only: name: state_machine_versions_list_only @@ -1448,7 +1448,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachineVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachineVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1456,7 +1456,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::StepFunctions::StateMachineVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::StepFunctions::StateMachineVersion' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/supportapp.yaml b/providers/src/awscc/v00.00.00000/services/supportapp.yaml index 2de5fcc1..0d5129b7 100644 --- a/providers/src/awscc/v00.00.00000/services/supportapp.yaml +++ b/providers/src/awscc/v00.00.00000/services/supportapp.yaml @@ -726,26 +726,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountAlias') as account_alias, JSON_EXTRACT(Properties, '$.AccountAliasResourceId') as account_alias_resource_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::AccountAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::AccountAlias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountAlias') as account_alias, json_extract_path_text(Properties, 'AccountAliasResourceId') as account_alias_resource_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::AccountAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::AccountAlias' + AND Identifier = '' AND region = 'us-east-1' account_aliases_list_only: name: account_aliases_list_only @@ -768,7 +768,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountAliasResourceId') as account_alias_resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::AccountAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::AccountAlias' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -776,7 +776,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountAliasResourceId') as account_alias_resource_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::AccountAlias' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::AccountAlias' AND region = 'us-east-1' slack_channel_configurations: name: slack_channel_configurations @@ -837,11 +837,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TeamId') as team_id, JSON_EXTRACT(Properties, '$.ChannelId') as channel_id, JSON_EXTRACT(Properties, '$.ChannelName') as channel_name, @@ -850,15 +850,15 @@ components: JSON_EXTRACT(Properties, '$.NotifyOnResolveCase') as notify_on_resolve_case, JSON_EXTRACT(Properties, '$.NotifyOnCaseSeverity') as notify_on_case_severity, JSON_EXTRACT(Properties, '$.ChannelRoleArn') as channel_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::SlackChannelConfiguration' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TeamId') as team_id, json_extract_path_text(Properties, 'ChannelId') as channel_id, json_extract_path_text(Properties, 'ChannelName') as channel_name, @@ -867,8 +867,8 @@ components: json_extract_path_text(Properties, 'NotifyOnResolveCase') as notify_on_resolve_case, json_extract_path_text(Properties, 'NotifyOnCaseSeverity') as notify_on_case_severity, json_extract_path_text(Properties, 'ChannelRoleArn') as channel_role_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::SlackChannelConfiguration' + AND Identifier = '|' AND region = 'us-east-1' slack_channel_configurations_list_only: name: slack_channel_configurations_list_only @@ -893,7 +893,7 @@ components: region, JSON_EXTRACT(Properties, '$.TeamId') as team_id, JSON_EXTRACT(Properties, '$.ChannelId') as channel_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::SlackChannelConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -902,7 +902,7 @@ components: region, json_extract_path_text(Properties, 'TeamId') as team_id, json_extract_path_text(Properties, 'ChannelId') as channel_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::SlackChannelConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::SlackChannelConfiguration' AND region = 'us-east-1' slack_workspace_configurations: name: slack_workspace_configurations @@ -962,26 +962,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.TeamId') as team_id, JSON_EXTRACT(Properties, '$.VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'TeamId') as team_id, json_extract_path_text(Properties, 'VersionId') as version_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' + AND Identifier = '' AND region = 'us-east-1' slack_workspace_configurations_list_only: name: slack_workspace_configurations_list_only @@ -1004,7 +1004,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TeamId') as team_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1012,7 +1012,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TeamId') as team_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SupportApp::SlackWorkspaceConfiguration' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/synthetics.yaml b/providers/src/awscc/v00.00.00000/services/synthetics.yaml index a6595400..39f1ed0e 100644 --- a/providers/src/awscc/v00.00.00000/services/synthetics.yaml +++ b/providers/src/awscc/v00.00.00000/services/synthetics.yaml @@ -1058,11 +1058,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.State') as state, @@ -1085,15 +1085,15 @@ components: JSON_EXTRACT(Properties, '$.DryRunAndUpdate') as dry_run_and_update, JSON_EXTRACT(Properties, '$.BrowserConfigs') as browser_configs, JSON_EXTRACT(Properties, '$.VisualReferences') as visual_references - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Synthetics::Canary' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Synthetics::Canary' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'State') as state, @@ -1116,8 +1116,8 @@ components: json_extract_path_text(Properties, 'DryRunAndUpdate') as dry_run_and_update, json_extract_path_text(Properties, 'BrowserConfigs') as browser_configs, json_extract_path_text(Properties, 'VisualReferences') as visual_references - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Synthetics::Canary' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Synthetics::Canary' + AND Identifier = '' AND region = 'us-east-1' canaries_list_only: name: canaries_list_only @@ -1140,7 +1140,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Synthetics::Canary' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Synthetics::Canary' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1148,7 +1148,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Synthetics::Canary' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Synthetics::Canary' AND region = 'us-east-1' groups: name: groups @@ -1208,30 +1208,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.ResourceArns') as resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Synthetics::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Synthetics::Group' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'ResourceArns') as resource_arns - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Synthetics::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Synthetics::Group' + AND Identifier = '' AND region = 'us-east-1' groups_list_only: name: groups_list_only @@ -1254,7 +1254,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Synthetics::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Synthetics::Group' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1262,7 +1262,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Synthetics::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Synthetics::Group' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/systemsmanagersap.yaml b/providers/src/awscc/v00.00.00000/services/systemsmanagersap.yaml index a5d8d8e4..b742ffd2 100644 --- a/providers/src/awscc/v00.00.00000/services/systemsmanagersap.yaml +++ b/providers/src/awscc/v00.00.00000/services/systemsmanagersap.yaml @@ -677,11 +677,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ApplicationId') as application_id, JSON_EXTRACT(Properties, '$.ApplicationType') as application_type, JSON_EXTRACT(Properties, '$.Arn') as arn, @@ -692,15 +692,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.DatabaseArn') as database_arn, JSON_EXTRACT(Properties, '$.ComponentsInfo') as components_info - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SystemsManagerSAP::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SystemsManagerSAP::Application' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ApplicationId') as application_id, json_extract_path_text(Properties, 'ApplicationType') as application_type, json_extract_path_text(Properties, 'Arn') as arn, @@ -711,8 +711,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'DatabaseArn') as database_arn, json_extract_path_text(Properties, 'ComponentsInfo') as components_info - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::SystemsManagerSAP::Application' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::SystemsManagerSAP::Application' + AND Identifier = '' AND region = 'us-east-1' applications_list_only: name: applications_list_only @@ -735,7 +735,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SystemsManagerSAP::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SystemsManagerSAP::Application' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -743,7 +743,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::SystemsManagerSAP::Application' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::SystemsManagerSAP::Application' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/tagging.yaml b/providers/src/awscc/v00.00.00000/services/tagging.yaml index f6aba337..c3dbef72 100644 --- a/providers/src/awscc/v00.00.00000/services/tagging.yaml +++ b/providers/src/awscc/v00.00.00000/services/tagging.yaml @@ -1,35 +1,12 @@ openapi: 3.0.0 info: - version: '2017-01-26' - x-release: v4 title: AWS Resource Groups Tagging API - description: Resource Groups Tagging API - x-logo: - url: 'https://twitter.com/awscloud/profile_image?size=original' - backgroundColor: '#FFFFFF' - termsOfService: 'https://aws.amazon.com/service-terms/' - contact: - name: Mike Ralphson - email: mike.ralphson@gmail.com - url: 'https://github.com/mermade/aws2openapi' - x-twitter: PermittedSoc - license: - name: Apache 2.0 License - url: 'http://www.apache.org/licenses/' - x-providerName: amazonaws.com + description: OpenAPI specification for the AWS Resource Groups Tagging API, generated by StackQL Studios. + version: '2017-01-26' + x-stackql-date-generated: '2026-02-20' + x-stackql-sdk-namespace: amazonaws.com.tagging x-serviceName: tagging - x-origin: - - contentType: application/x-amz-json-1.1 - url: 'https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/resourcegroupstaggingapi-2017-01-26.normal.json' - converter: - url: 'https://github.com/mermade/aws2openapi' - version: 1.0.0 - x-apisguru-driver: external - x-apiClientRegistration: - url: 'https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct' - x-apisguru-categories: - - cloud - x-preferred: true + x-aws-signingName: tagging externalDocs: description: Amazon Web Services documentation url: 'https://docs.aws.amazon.com/tagging/' @@ -110,7 +87,6 @@ paths: parameters: - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -179,7 +155,6 @@ paths: required: false - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -252,30 +227,11 @@ paths: type: string default: application/x-amz-json-1.1 required: false - # - name: User-Agent - # in: header - # required: false - # schema: - # type: string - # default: 'aws-cli/2.15.8 Python/3.11.6 Darwin/23.2.0 exe/x86_64 prompt/off command/resourcegroupstaggingapi.get-resources' - # - name: X-Amz-Date - # in: header - # required: false - # schema: - # type: string - # default: '20251011T031645Z' - name: X-Amz-Target in: header - # required: true schema: type: string default: 'ResourceGroupsTaggingAPI_20170126.GetResources' - # - name: Host - # in: header - # # required: true - # schema: - # type: string - # default: tagging.ap-southeast-2.amazonaws.com parameters: - $ref: '#/components/parameters/X-Amz-Content-Sha256' - $ref: '#/components/parameters/X-Amz-Date' @@ -334,7 +290,6 @@ paths: required: false - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -397,7 +352,6 @@ paths: required: false - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -460,7 +414,6 @@ paths: parameters: - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -511,7 +464,6 @@ paths: parameters: - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -562,7 +514,6 @@ paths: parameters: - name: X-Amz-Target in: header - # required: true schema: type: string enum: @@ -1122,14 +1073,22 @@ components: x-description: Describes the status of the StartReportCreation operation for generating a report of all tagged resources in accounts across your organization methods: describe_report_creation: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.DescribeReportCreation&__nativeEndpoint=true/post' request: mediaType: application/x-amz-json-1.1 + default: | + '{}' response: mediaType: application/x-amz-json-1.1 openAPIDocKey: '200' start_report_creation: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.StartReportCreation&__nativeEndpoint=true/post' request: @@ -1151,10 +1110,15 @@ components: x-description: Returns a table that shows counts of resources that are noncompliant with their tag policies methods: get_compliance_summary: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetComplianceSummary&__nativeEndpoint=true/post' request: mediaType: application/x-amz-json-1.1 + default: | + '{}' response: mediaType: application/x-amz-json-1.1 openAPIDocKey: '200' @@ -1172,14 +1136,23 @@ components: x-description: Returns all the tagged or previously tagged resources that are located in the specified AWS Region for the account methods: get_resources: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetResources&__nativeEndpoint=true/post' request: mediaType: application/x-amz-json-1.1 + default: | + '{}' response: mediaType: application/x-amz-json-1.1 openAPIDocKey: '200' + objectKey: $.ResourceTagMappingList tag_resources: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.TagResources&__nativeEndpoint=true/post' request: @@ -1188,6 +1161,9 @@ components: mediaType: application/x-amz-json-1.1 openAPIDocKey: '200' untag_resources: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.UntagResources&__nativeEndpoint=true/post' request: @@ -1209,10 +1185,15 @@ components: x-description: Returns all tag keys currently in use in the specified AWS Region for the calling account methods: get_tag_keys: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetTagKeys&__nativeEndpoint=true/post' request: mediaType: application/x-amz-json-1.1 + default: | + '{}' response: mediaType: application/x-amz-json-1.1 openAPIDocKey: '200' @@ -1230,6 +1211,9 @@ components: x-description: Returns all tag values for the specified key that are used in the specified AWS Region for the calling account methods: get_tag_values: + config: + requestBodyTranslate: + algorithm: naive operation: $ref: '#/paths/~1?__X-Amz-Target=ResourceGroupsTaggingAPI_20170126.GetTagValues&__nativeEndpoint=true/post' request: @@ -1252,10 +1236,10 @@ x-stackQL-config: algorithm: drop_double_underscore_params pagination: requestToken: - key: NextToken + key: PaginationToken location: body responseToken: - key: NextToken + key: PaginationToken location: body queryParamTranspose: algorithm: AWSCanonical \ No newline at end of file diff --git a/providers/src/awscc/v00.00.00000/services/timestream.yaml b/providers/src/awscc/v00.00.00000/services/timestream.yaml index 1ed5d2b4..b38c4c25 100644 --- a/providers/src/awscc/v00.00.00000/services/timestream.yaml +++ b/providers/src/awscc/v00.00.00000/services/timestream.yaml @@ -1734,30 +1734,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name, JSON_EXTRACT(Properties, '$.KmsKeyId') as kms_key_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::Database' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DatabaseName') as database_name, json_extract_path_text(Properties, 'KmsKeyId') as kms_key_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Database' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::Database' + AND Identifier = '' AND region = 'us-east-1' databases_list_only: name: databases_list_only @@ -1780,7 +1780,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::Database' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1788,7 +1788,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DatabaseName') as database_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::Database' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::Database' AND region = 'us-east-1' influxdb_instances: name: influxdb_instances @@ -1848,11 +1848,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Username') as username, JSON_EXTRACT(Properties, '$.Password') as password, JSON_EXTRACT(Properties, '$.Organization') as organization, @@ -1877,15 +1877,15 @@ components: JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.DeploymentType') as deployment_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::InfluxDBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::InfluxDBInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Username') as username, json_extract_path_text(Properties, 'Password') as password, json_extract_path_text(Properties, 'Organization') as organization, @@ -1910,8 +1910,8 @@ components: json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'DeploymentType') as deployment_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::InfluxDBInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::InfluxDBInstance' + AND Identifier = '' AND region = 'us-east-1' influxdb_instances_list_only: name: influxdb_instances_list_only @@ -1934,7 +1934,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::InfluxDBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::InfluxDBInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1942,7 +1942,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::InfluxDBInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::InfluxDBInstance' AND region = 'us-east-1' scheduled_queries: name: scheduled_queries @@ -2002,11 +2002,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ScheduledQueryName') as scheduled_query_name, JSON_EXTRACT(Properties, '$.QueryString') as query_string, @@ -2026,15 +2026,15 @@ components: JSON_EXTRACT(Properties, '$.SQErrorReportConfiguration') as sq_error_report_configuration, JSON_EXTRACT(Properties, '$.SQKmsKeyId') as sq_kms_key_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::ScheduledQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::ScheduledQuery' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ScheduledQueryName') as scheduled_query_name, json_extract_path_text(Properties, 'QueryString') as query_string, @@ -2054,8 +2054,8 @@ components: json_extract_path_text(Properties, 'SQErrorReportConfiguration') as sq_error_report_configuration, json_extract_path_text(Properties, 'SQKmsKeyId') as sq_kms_key_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::ScheduledQuery' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::ScheduledQuery' + AND Identifier = '' AND region = 'us-east-1' scheduled_queries_list_only: name: scheduled_queries_list_only @@ -2078,7 +2078,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::ScheduledQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::ScheduledQuery' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2086,7 +2086,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::ScheduledQuery' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::ScheduledQuery' AND region = 'us-east-1' tables: name: tables @@ -2147,11 +2147,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name, @@ -2160,15 +2160,15 @@ components: JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.MagneticStoreWriteProperties') as magnetic_store_write_properties, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Table' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::Table' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DatabaseName') as database_name, @@ -2177,8 +2177,8 @@ components: json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'MagneticStoreWriteProperties') as magnetic_store_write_properties, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Timestream::Table' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Timestream::Table' + AND Identifier = '|' AND region = 'us-east-1' tables_list_only: name: tables_list_only @@ -2203,7 +2203,7 @@ components: region, JSON_EXTRACT(Properties, '$.DatabaseName') as database_name, JSON_EXTRACT(Properties, '$.TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::Table' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2212,7 +2212,7 @@ components: region, json_extract_path_text(Properties, 'DatabaseName') as database_name, json_extract_path_text(Properties, 'TableName') as table_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Timestream::Table' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Timestream::Table' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/transfer.yaml b/providers/src/awscc/v00.00.00000/services/transfer.yaml index 7c86744e..364ae0fc 100644 --- a/providers/src/awscc/v00.00.00000/services/transfer.yaml +++ b/providers/src/awscc/v00.00.00000/services/transfer.yaml @@ -2725,11 +2725,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.ServerId') as server_id, JSON_EXTRACT(Properties, '$.LocalProfileId') as local_profile_id, @@ -2743,15 +2743,15 @@ components: JSON_EXTRACT(Properties, '$.PreserveFilename') as preserve_filename, JSON_EXTRACT(Properties, '$.EnforceMessageSigning') as enforce_message_signing, JSON_EXTRACT(Properties, '$.CustomDirectories') as custom_directories - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Agreement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Agreement' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'ServerId') as server_id, json_extract_path_text(Properties, 'LocalProfileId') as local_profile_id, @@ -2765,8 +2765,8 @@ components: json_extract_path_text(Properties, 'PreserveFilename') as preserve_filename, json_extract_path_text(Properties, 'EnforceMessageSigning') as enforce_message_signing, json_extract_path_text(Properties, 'CustomDirectories') as custom_directories - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Agreement' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Agreement' + AND Identifier = '|' AND region = 'us-east-1' agreements_list_only: name: agreements_list_only @@ -2791,7 +2791,7 @@ components: region, JSON_EXTRACT(Properties, '$.AgreementId') as agreement_id, JSON_EXTRACT(Properties, '$.ServerId') as server_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Agreement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Agreement' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2800,7 +2800,7 @@ components: region, json_extract_path_text(Properties, 'AgreementId') as agreement_id, json_extract_path_text(Properties, 'ServerId') as server_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Agreement' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Agreement' AND region = 'us-east-1' certificates: name: certificates @@ -2860,11 +2860,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Usage') as usage, JSON_EXTRACT(Properties, '$.Certificate') as certificate, JSON_EXTRACT(Properties, '$.CertificateChain') as certificate_chain, @@ -2880,15 +2880,15 @@ components: JSON_EXTRACT(Properties, '$.Serial') as serial, JSON_EXTRACT(Properties, '$.NotBeforeDate') as not_before_date, JSON_EXTRACT(Properties, '$.NotAfterDate') as not_after_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Certificate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Usage') as usage, json_extract_path_text(Properties, 'Certificate') as certificate, json_extract_path_text(Properties, 'CertificateChain') as certificate_chain, @@ -2904,8 +2904,8 @@ components: json_extract_path_text(Properties, 'Serial') as serial, json_extract_path_text(Properties, 'NotBeforeDate') as not_before_date, json_extract_path_text(Properties, 'NotAfterDate') as not_after_date - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Certificate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Certificate' + AND Identifier = '' AND region = 'us-east-1' certificates_list_only: name: certificates_list_only @@ -2928,7 +2928,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.CertificateId') as certificate_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Certificate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2936,7 +2936,7 @@ components: SELECT region, json_extract_path_text(Properties, 'CertificateId') as certificate_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Certificate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Certificate' AND region = 'us-east-1' connectors: name: connectors @@ -2996,11 +2996,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccessRole') as access_role, JSON_EXTRACT(Properties, '$.As2Config') as as2_config, JSON_EXTRACT(Properties, '$.SftpConfig') as sftp_config, @@ -3011,15 +3011,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Url') as url, JSON_EXTRACT(Properties, '$.SecurityPolicyName') as security_policy_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Connector' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccessRole') as access_role, json_extract_path_text(Properties, 'As2Config') as as2_config, json_extract_path_text(Properties, 'SftpConfig') as sftp_config, @@ -3030,8 +3030,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Url') as url, json_extract_path_text(Properties, 'SecurityPolicyName') as security_policy_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Connector' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Connector' + AND Identifier = '' AND region = 'us-east-1' connectors_list_only: name: connectors_list_only @@ -3054,7 +3054,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ConnectorId') as connector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Connector' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3062,7 +3062,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ConnectorId') as connector_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Connector' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Connector' AND region = 'us-east-1' profiles: name: profiles @@ -3122,34 +3122,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.As2Id') as as2_id, JSON_EXTRACT(Properties, '$.ProfileType') as profile_type, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.CertificateIds') as certificate_ids, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Profile' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'As2Id') as as2_id, json_extract_path_text(Properties, 'ProfileType') as profile_type, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'CertificateIds') as certificate_ids, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ProfileId') as profile_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Profile' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Profile' + AND Identifier = '' AND region = 'us-east-1' profiles_list_only: name: profiles_list_only @@ -3172,7 +3172,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Profile' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3180,7 +3180,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ProfileId') as profile_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Profile' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Profile' AND region = 'us-east-1' servers: name: servers @@ -3240,11 +3240,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.As2ServiceManagedEgressIpAddresses') as as2_service_managed_egress_ip_addresses, JSON_EXTRACT(Properties, '$.Certificate') as certificate, @@ -3266,15 +3266,15 @@ components: JSON_EXTRACT(Properties, '$.StructuredLogDestinations') as structured_log_destinations, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.WorkflowDetails') as workflow_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Server' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Server' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'As2ServiceManagedEgressIpAddresses') as as2_service_managed_egress_ip_addresses, json_extract_path_text(Properties, 'Certificate') as certificate, @@ -3296,8 +3296,8 @@ components: json_extract_path_text(Properties, 'StructuredLogDestinations') as structured_log_destinations, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'WorkflowDetails') as workflow_details - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Server' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Server' + AND Identifier = '' AND region = 'us-east-1' servers_list_only: name: servers_list_only @@ -3320,7 +3320,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Server' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Server' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3328,7 +3328,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Server' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Server' AND region = 'us-east-1' users: name: users @@ -3388,11 +3388,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.HomeDirectory') as home_directory, JSON_EXTRACT(Properties, '$.HomeDirectoryMappings') as home_directory_mappings, @@ -3404,15 +3404,15 @@ components: JSON_EXTRACT(Properties, '$.SshPublicKeys') as ssh_public_keys, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UserName') as user_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::User' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'HomeDirectory') as home_directory, json_extract_path_text(Properties, 'HomeDirectoryMappings') as home_directory_mappings, @@ -3424,8 +3424,8 @@ components: json_extract_path_text(Properties, 'SshPublicKeys') as ssh_public_keys, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UserName') as user_name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::User' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::User' + AND Identifier = '' AND region = 'us-east-1' users_list_only: name: users_list_only @@ -3448,7 +3448,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::User' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3456,7 +3456,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::User' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::User' AND region = 'us-east-1' web_apps: name: web_apps @@ -3516,11 +3516,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.WebAppId') as web_app_id, JSON_EXTRACT(Properties, '$.IdentityProviderDetails') as identity_provider_details, @@ -3529,15 +3529,15 @@ components: JSON_EXTRACT(Properties, '$.WebAppCustomization') as web_app_customization, JSON_EXTRACT(Properties, '$.WebAppEndpointPolicy') as web_app_endpoint_policy, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::WebApp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::WebApp' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'WebAppId') as web_app_id, json_extract_path_text(Properties, 'IdentityProviderDetails') as identity_provider_details, @@ -3546,8 +3546,8 @@ components: json_extract_path_text(Properties, 'WebAppCustomization') as web_app_customization, json_extract_path_text(Properties, 'WebAppEndpointPolicy') as web_app_endpoint_policy, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::WebApp' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::WebApp' + AND Identifier = '' AND region = 'us-east-1' web_apps_list_only: name: web_apps_list_only @@ -3570,7 +3570,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::WebApp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::WebApp' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3578,7 +3578,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::WebApp' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::WebApp' AND region = 'us-east-1' workflows: name: workflows @@ -3638,34 +3638,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.OnExceptionSteps') as on_exception_steps, JSON_EXTRACT(Properties, '$.Steps') as steps, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.WorkflowId') as workflow_id, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Workflow' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'OnExceptionSteps') as on_exception_steps, json_extract_path_text(Properties, 'Steps') as steps, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'WorkflowId') as workflow_id, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Transfer::Workflow' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Transfer::Workflow' + AND Identifier = '' AND region = 'us-east-1' workflows_list_only: name: workflows_list_only @@ -3688,7 +3688,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkflowId') as workflow_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Workflow' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3696,7 +3696,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkflowId') as workflow_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Transfer::Workflow' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Transfer::Workflow' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml b/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml index 4974d732..a088f856 100644 --- a/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml +++ b/providers/src/awscc/v00.00.00000/services/verifiedpermissions.yaml @@ -1153,32 +1153,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Configuration') as configuration, JSON_EXTRACT(Properties, '$.Details') as details, JSON_EXTRACT(Properties, '$.IdentitySourceId') as identity_source_id, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PrincipalEntityType') as principal_entity_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::IdentitySource' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Configuration') as configuration, json_extract_path_text(Properties, 'Details') as details, json_extract_path_text(Properties, 'IdentitySourceId') as identity_source_id, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PrincipalEntityType') as principal_entity_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::IdentitySource' + AND Identifier = '|' AND region = 'us-east-1' identity_sources_list_only: name: identity_sources_list_only @@ -1203,7 +1203,7 @@ components: region, JSON_EXTRACT(Properties, '$.IdentitySourceId') as identity_source_id, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::IdentitySource' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1212,7 +1212,7 @@ components: region, json_extract_path_text(Properties, 'IdentitySourceId') as identity_source_id, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::IdentitySource' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::IdentitySource' AND region = 'us-east-1' policies: name: policies @@ -1273,30 +1273,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Definition') as definition, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PolicyType') as policy_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::Policy' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Definition') as definition, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PolicyType') as policy_type - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::Policy' + AND Identifier = '|' AND region = 'us-east-1' policies_list_only: name: policies_list_only @@ -1321,7 +1321,7 @@ components: region, JSON_EXTRACT(Properties, '$.PolicyId') as policy_id, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::Policy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1330,7 +1330,7 @@ components: region, json_extract_path_text(Properties, 'PolicyId') as policy_id, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::Policy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::Policy' AND region = 'us-east-1' policy_stores: name: policy_stores @@ -1390,11 +1390,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, @@ -1402,15 +1402,15 @@ components: JSON_EXTRACT(Properties, '$.Schema') as _schema, JSON_EXTRACT(Properties, '$.DeletionProtection') as deletion_protection, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::PolicyStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, @@ -1418,8 +1418,8 @@ components: json_extract_path_text(Properties, 'Schema') as _schema, json_extract_path_text(Properties, 'DeletionProtection') as deletion_protection, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::PolicyStore' + AND Identifier = '' AND region = 'us-east-1' policy_stores_list_only: name: policy_stores_list_only @@ -1442,7 +1442,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::PolicyStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1450,7 +1450,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::PolicyStore' AND region = 'us-east-1' policy_templates: name: policy_templates @@ -1511,30 +1511,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PolicyTemplateId') as policy_template_id, JSON_EXTRACT(Properties, '$.Statement') as statement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PolicyTemplateId') as policy_template_id, json_extract_path_text(Properties, 'Statement') as statement - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' + AND Identifier = '|' AND region = 'us-east-1' policy_templates_list_only: name: policy_templates_list_only @@ -1559,7 +1559,7 @@ components: region, JSON_EXTRACT(Properties, '$.PolicyStoreId') as policy_store_id, JSON_EXTRACT(Properties, '$.PolicyTemplateId') as policy_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1568,7 +1568,7 @@ components: region, json_extract_path_text(Properties, 'PolicyStoreId') as policy_store_id, json_extract_path_text(Properties, 'PolicyTemplateId') as policy_template_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VerifiedPermissions::PolicyTemplate' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/voiceid.yaml b/providers/src/awscc/v00.00.00000/services/voiceid.yaml index fddf22b0..86903737 100644 --- a/providers/src/awscc/v00.00.00000/services/voiceid.yaml +++ b/providers/src/awscc/v00.00.00000/services/voiceid.yaml @@ -597,32 +597,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.DomainId') as domain_id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.ServerSideEncryptionConfiguration') as server_side_encryption_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VoiceID::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VoiceID::Domain' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'DomainId') as domain_id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'ServerSideEncryptionConfiguration') as server_side_encryption_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VoiceID::Domain' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VoiceID::Domain' + AND Identifier = '' AND region = 'us-east-1' domains_list_only: name: domains_list_only @@ -645,7 +645,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DomainId') as domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VoiceID::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VoiceID::Domain' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -653,7 +653,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DomainId') as domain_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VoiceID::Domain' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VoiceID::Domain' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/vpclattice.yaml b/providers/src/awscc/v00.00.00000/services/vpclattice.yaml index 97c56ff1..919cd94b 100644 --- a/providers/src/awscc/v00.00.00000/services/vpclattice.yaml +++ b/providers/src/awscc/v00.00.00000/services/vpclattice.yaml @@ -2942,11 +2942,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DestinationArn') as destination_arn, JSON_EXTRACT(Properties, '$.Id') as id, @@ -2955,15 +2955,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, JSON_EXTRACT(Properties, '$.ServiceNetworkLogType') as service_network_log_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::AccessLogSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::AccessLogSubscription' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DestinationArn') as destination_arn, json_extract_path_text(Properties, 'Id') as id, @@ -2972,8 +2972,8 @@ components: json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, json_extract_path_text(Properties, 'ServiceNetworkLogType') as service_network_log_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::AccessLogSubscription' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::AccessLogSubscription' + AND Identifier = '' AND region = 'us-east-1' access_log_subscriptions_list_only: name: access_log_subscriptions_list_only @@ -2996,7 +2996,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::AccessLogSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::AccessLogSubscription' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3004,7 +3004,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::AccessLogSubscription' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::AccessLogSubscription' AND region = 'us-east-1' auth_policies: name: auth_policies @@ -3064,28 +3064,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceIdentifier') as resource_identifier, JSON_EXTRACT(Properties, '$.Policy') as policy, JSON_EXTRACT(Properties, '$.State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::AuthPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::AuthPolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceIdentifier') as resource_identifier, json_extract_path_text(Properties, 'Policy') as policy, json_extract_path_text(Properties, 'State') as state - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::AuthPolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::AuthPolicy' + AND Identifier = '' AND region = 'us-east-1' listeners: name: listeners @@ -3145,11 +3145,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.DefaultAction') as default_action, JSON_EXTRACT(Properties, '$.Id') as id, @@ -3160,15 +3160,15 @@ components: JSON_EXTRACT(Properties, '$.ServiceId') as service_id, JSON_EXTRACT(Properties, '$.ServiceIdentifier') as service_identifier, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Listener' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'DefaultAction') as default_action, json_extract_path_text(Properties, 'Id') as id, @@ -3179,8 +3179,8 @@ components: json_extract_path_text(Properties, 'ServiceId') as service_id, json_extract_path_text(Properties, 'ServiceIdentifier') as service_identifier, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Listener' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Listener' + AND Identifier = '' AND region = 'us-east-1' listeners_list_only: name: listeners_list_only @@ -3203,7 +3203,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Listener' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3211,7 +3211,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Listener' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Listener' AND region = 'us-east-1' resource_configurations: name: resource_configurations @@ -3271,11 +3271,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AllowAssociationToSharableServiceNetwork') as allow_association_to_sharable_service_network, JSON_EXTRACT(Properties, '$.ProtocolType') as protocol_type, JSON_EXTRACT(Properties, '$.ResourceConfigurationType') as resource_configuration_type, @@ -3288,15 +3288,15 @@ components: JSON_EXTRACT(Properties, '$.ResourceConfigurationGroupId') as resource_configuration_group_id, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourceConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourceConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AllowAssociationToSharableServiceNetwork') as allow_association_to_sharable_service_network, json_extract_path_text(Properties, 'ProtocolType') as protocol_type, json_extract_path_text(Properties, 'ResourceConfigurationType') as resource_configuration_type, @@ -3309,8 +3309,8 @@ components: json_extract_path_text(Properties, 'ResourceConfigurationGroupId') as resource_configuration_group_id, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourceConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourceConfiguration' + AND Identifier = '' AND region = 'us-east-1' resource_configurations_list_only: name: resource_configurations_list_only @@ -3333,7 +3333,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourceConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ResourceConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3341,7 +3341,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourceConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ResourceConfiguration' AND region = 'us-east-1' resource_gateways: name: resource_gateways @@ -3401,11 +3401,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IpAddressType') as ip_address_type, JSON_EXTRACT(Properties, '$.VpcIdentifier') as vpc_identifier, JSON_EXTRACT(Properties, '$.Ipv4AddressesPerEni') as ipv4_addresses_per_eni, @@ -3415,15 +3415,15 @@ components: JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourceGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourceGateway' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IpAddressType') as ip_address_type, json_extract_path_text(Properties, 'VpcIdentifier') as vpc_identifier, json_extract_path_text(Properties, 'Ipv4AddressesPerEni') as ipv4_addresses_per_eni, @@ -3433,8 +3433,8 @@ components: json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourceGateway' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourceGateway' + AND Identifier = '' AND region = 'us-east-1' resource_gateways_list_only: name: resource_gateways_list_only @@ -3457,7 +3457,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourceGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ResourceGateway' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3465,7 +3465,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ResourceGateway' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ResourceGateway' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -3525,26 +3525,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'Policy') as policy - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' rules: name: rules @@ -3604,11 +3604,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Action') as action, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Id') as id, @@ -3618,15 +3618,15 @@ components: JSON_EXTRACT(Properties, '$.Priority') as priority, JSON_EXTRACT(Properties, '$.ServiceIdentifier') as service_identifier, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Rule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Action') as action, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Id') as id, @@ -3636,8 +3636,8 @@ components: json_extract_path_text(Properties, 'Priority') as priority, json_extract_path_text(Properties, 'ServiceIdentifier') as service_identifier, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Rule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Rule' + AND Identifier = '' AND region = 'us-east-1' rules_list_only: name: rules_list_only @@ -3660,7 +3660,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Rule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3668,7 +3668,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Rule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Rule' AND region = 'us-east-1' services: name: services @@ -3728,11 +3728,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.AuthType') as auth_type, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -3744,15 +3744,15 @@ components: JSON_EXTRACT(Properties, '$.CertificateArn') as certificate_arn, JSON_EXTRACT(Properties, '$.CustomDomainName') as custom_domain_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Service' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Service' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'AuthType') as auth_type, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -3764,8 +3764,8 @@ components: json_extract_path_text(Properties, 'CertificateArn') as certificate_arn, json_extract_path_text(Properties, 'CustomDomainName') as custom_domain_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::Service' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::Service' + AND Identifier = '' AND region = 'us-east-1' services_list_only: name: services_list_only @@ -3788,7 +3788,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Service' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3796,7 +3796,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::Service' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::Service' AND region = 'us-east-1' service_networks: name: service_networks @@ -3856,11 +3856,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.Id') as id, @@ -3869,15 +3869,15 @@ components: JSON_EXTRACT(Properties, '$.AuthType') as auth_type, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.SharingConfig') as sharing_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetwork' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'Id') as id, @@ -3886,8 +3886,8 @@ components: json_extract_path_text(Properties, 'AuthType') as auth_type, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'SharingConfig') as sharing_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetwork' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetwork' + AND Identifier = '' AND region = 'us-east-1' service_networks_list_only: name: service_networks_list_only @@ -3910,7 +3910,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetwork' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3918,7 +3918,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetwork' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetwork' AND region = 'us-east-1' service_network_resource_associations: name: service_network_resource_associations @@ -3978,32 +3978,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.ResourceConfigurationId') as resource_configuration_id, JSON_EXTRACT(Properties, '$.ServiceNetworkId') as service_network_id, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'ResourceConfigurationId') as resource_configuration_id, json_extract_path_text(Properties, 'ServiceNetworkId') as service_network_id, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' + AND Identifier = '' AND region = 'us-east-1' service_network_resource_associations_list_only: name: service_network_resource_associations_list_only @@ -4026,7 +4026,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4034,7 +4034,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkResourceAssociation' AND region = 'us-east-1' service_network_service_associations: name: service_network_service_associations @@ -4094,11 +4094,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.DnsEntry') as dns_entry, @@ -4113,15 +4113,15 @@ components: JSON_EXTRACT(Properties, '$.ServiceName') as service_name, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'DnsEntry') as dns_entry, @@ -4136,8 +4136,8 @@ components: json_extract_path_text(Properties, 'ServiceName') as service_name, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' + AND Identifier = '' AND region = 'us-east-1' service_network_service_associations_list_only: name: service_network_service_associations_list_only @@ -4160,7 +4160,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4168,7 +4168,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkServiceAssociation' AND region = 'us-east-1' service_network_vpc_associations: name: service_network_vpc_associations @@ -4228,11 +4228,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, @@ -4245,15 +4245,15 @@ components: JSON_EXTRACT(Properties, '$.VpcId') as vpc_id, JSON_EXTRACT(Properties, '$.VpcIdentifier') as vpc_identifier, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'CreatedAt') as created_at, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, @@ -4266,8 +4266,8 @@ components: json_extract_path_text(Properties, 'VpcId') as vpc_id, json_extract_path_text(Properties, 'VpcIdentifier') as vpc_identifier, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' + AND Identifier = '' AND region = 'us-east-1' service_network_vpc_associations_list_only: name: service_network_vpc_associations_list_only @@ -4290,7 +4290,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4298,7 +4298,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::ServiceNetworkVpcAssociation' AND region = 'us-east-1' target_groups: name: target_groups @@ -4358,11 +4358,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Config') as config, JSON_EXTRACT(Properties, '$.CreatedAt') as created_at, @@ -4373,15 +4373,15 @@ components: JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Targets') as targets, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::TargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::TargetGroup' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Config') as config, json_extract_path_text(Properties, 'CreatedAt') as created_at, @@ -4392,8 +4392,8 @@ components: json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Targets') as targets, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::VpcLattice::TargetGroup' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::VpcLattice::TargetGroup' + AND Identifier = '' AND region = 'us-east-1' target_groups_list_only: name: target_groups_list_only @@ -4416,7 +4416,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::TargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::TargetGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4424,7 +4424,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Arn') as arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::VpcLattice::TargetGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::VpcLattice::TargetGroup' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/wafv2.yaml b/providers/src/awscc/v00.00.00000/services/wafv2.yaml index dc1ba919..7b877d27 100644 --- a/providers/src/awscc/v00.00.00000/services/wafv2.yaml +++ b/providers/src/awscc/v00.00.00000/services/wafv2.yaml @@ -2927,11 +2927,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, @@ -2940,15 +2940,15 @@ components: JSON_EXTRACT(Properties, '$.IPAddressVersion') as ip_address_version, JSON_EXTRACT(Properties, '$.Addresses') as addresses, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::IPSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::IPSet' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, @@ -2957,8 +2957,8 @@ components: json_extract_path_text(Properties, 'IPAddressVersion') as ip_address_version, json_extract_path_text(Properties, 'Addresses') as addresses, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::IPSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::IPSet' + AND Identifier = '||' AND region = 'us-east-1' ip_sets_list_only: name: ip_sets_list_only @@ -2985,7 +2985,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::IPSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::IPSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2995,7 +2995,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::IPSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::IPSet' AND region = 'us-east-1' logging_configurations: name: logging_configurations @@ -3055,32 +3055,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.LogDestinationConfigs') as log_destination_configs, JSON_EXTRACT(Properties, '$.RedactedFields') as redacted_fields, JSON_EXTRACT(Properties, '$.ManagedByFirewallManager') as managed_by_firewall_manager, JSON_EXTRACT(Properties, '$.LoggingFilter') as logging_filter - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'LogDestinationConfigs') as log_destination_configs, json_extract_path_text(Properties, 'RedactedFields') as redacted_fields, json_extract_path_text(Properties, 'ManagedByFirewallManager') as managed_by_firewall_manager, json_extract_path_text(Properties, 'LoggingFilter') as logging_filter - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::LoggingConfiguration' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::LoggingConfiguration' + AND Identifier = '' AND region = 'us-east-1' logging_configurations_list_only: name: logging_configurations_list_only @@ -3103,7 +3103,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::LoggingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::LoggingConfiguration' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3111,7 +3111,7 @@ components: SELECT region, json_extract_path_text(Properties, 'ResourceArn') as resource_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::LoggingConfiguration' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::LoggingConfiguration' AND region = 'us-east-1' regex_pattern_sets: name: regex_pattern_sets @@ -3173,11 +3173,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.Name') as name, @@ -3185,15 +3185,15 @@ components: JSON_EXTRACT(Properties, '$.RegularExpressionList') as regular_expression_list, JSON_EXTRACT(Properties, '$.Scope') as scope, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::RegexPatternSet' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'Name') as name, @@ -3201,8 +3201,8 @@ components: json_extract_path_text(Properties, 'RegularExpressionList') as regular_expression_list, json_extract_path_text(Properties, 'Scope') as scope, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::RegexPatternSet' + AND Identifier = '||' AND region = 'us-east-1' regex_pattern_sets_list_only: name: regex_pattern_sets_list_only @@ -3229,7 +3229,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::RegexPatternSet' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3239,7 +3239,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::RegexPatternSet' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::RegexPatternSet' AND region = 'us-east-1' rule_groups: name: rule_groups @@ -3301,11 +3301,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Capacity') as capacity, JSON_EXTRACT(Properties, '$.Description') as description, @@ -3319,15 +3319,15 @@ components: JSON_EXTRACT(Properties, '$.CustomResponseBodies') as custom_response_bodies, JSON_EXTRACT(Properties, '$.AvailableLabels') as available_labels, JSON_EXTRACT(Properties, '$.ConsumedLabels') as consumed_labels - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::RuleGroup' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Capacity') as capacity, json_extract_path_text(Properties, 'Description') as description, @@ -3341,8 +3341,8 @@ components: json_extract_path_text(Properties, 'CustomResponseBodies') as custom_response_bodies, json_extract_path_text(Properties, 'AvailableLabels') as available_labels, json_extract_path_text(Properties, 'ConsumedLabels') as consumed_labels - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::RuleGroup' + AND Identifier = '||' AND region = 'us-east-1' rule_groups_list_only: name: rule_groups_list_only @@ -3369,7 +3369,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::RuleGroup' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3379,7 +3379,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::RuleGroup' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::RuleGroup' AND region = 'us-east-1' web_acls: name: web_acls @@ -3441,11 +3441,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Arn') as arn, JSON_EXTRACT(Properties, '$.Capacity') as capacity, JSON_EXTRACT(Properties, '$.DefaultAction') as default_action, @@ -3464,15 +3464,15 @@ components: JSON_EXTRACT(Properties, '$.TokenDomains') as token_domains, JSON_EXTRACT(Properties, '$.AssociationConfig') as association_config, JSON_EXTRACT(Properties, '$.OnSourceDDoSProtectionConfig') as on_source_ddo_sprotection_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACL' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::WebACL' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Arn') as arn, json_extract_path_text(Properties, 'Capacity') as capacity, json_extract_path_text(Properties, 'DefaultAction') as default_action, @@ -3491,8 +3491,8 @@ components: json_extract_path_text(Properties, 'TokenDomains') as token_domains, json_extract_path_text(Properties, 'AssociationConfig') as association_config, json_extract_path_text(Properties, 'OnSourceDDoSProtectionConfig') as on_source_ddo_sprotection_config - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACL' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::WebACL' + AND Identifier = '||' AND region = 'us-east-1' web_acls_list_only: name: web_acls_list_only @@ -3519,7 +3519,7 @@ components: JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::WebACL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::WebACL' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3529,7 +3529,7 @@ components: json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Scope') as scope - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WAFv2::WebACL' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WAFv2::WebACL' AND region = 'us-east-1' webacl_associations: name: webacl_associations @@ -3590,26 +3590,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ResourceArn') as resource_arn, JSON_EXTRACT(Properties, '$.WebACLArn') as web_acl_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::WebACLAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ResourceArn') as resource_arn, json_extract_path_text(Properties, 'WebACLArn') as web_acl_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WAFv2::WebACLAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WAFv2::WebACLAssociation' + AND Identifier = '|' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/wisdom.yaml b/providers/src/awscc/v00.00.00000/services/wisdom.yaml index f25897b9..33f12adb 100644 --- a/providers/src/awscc/v00.00.00000/services/wisdom.yaml +++ b/providers/src/awscc/v00.00.00000/services/wisdom.yaml @@ -3334,11 +3334,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AIAgentId') as a_iagent_id, JSON_EXTRACT(Properties, '$.AIAgentArn') as a_iagent_arn, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id, @@ -3349,15 +3349,15 @@ components: JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIAgent' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIAgent' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AIAgentId') as a_iagent_id, json_extract_path_text(Properties, 'AIAgentArn') as a_iagent_arn, json_extract_path_text(Properties, 'AssistantId') as assistant_id, @@ -3368,8 +3368,8 @@ components: json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIAgent' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIAgent' + AND Identifier = '|' AND region = 'us-east-1' ai_agents_list_only: name: ai_agents_list_only @@ -3394,7 +3394,7 @@ components: region, JSON_EXTRACT(Properties, '$.AIAgentId') as a_iagent_id, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIAgent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIAgent' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3403,7 +3403,7 @@ components: region, json_extract_path_text(Properties, 'AIAgentId') as a_iagent_id, json_extract_path_text(Properties, 'AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIAgent' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIAgent' AND region = 'us-east-1' ai_agent_versions: name: ai_agent_versions @@ -3465,11 +3465,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AIAgentArn') as a_iagent_arn, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, JSON_EXTRACT(Properties, '$.AIAgentId') as a_iagent_id, @@ -3477,15 +3477,15 @@ components: JSON_EXTRACT(Properties, '$.AIAgentVersionId') as a_iagent_version_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number, JSON_EXTRACT(Properties, '$.ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIAgentVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIAgentVersion' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AIAgentArn') as a_iagent_arn, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, json_extract_path_text(Properties, 'AIAgentId') as a_iagent_id, @@ -3493,8 +3493,8 @@ components: json_extract_path_text(Properties, 'AIAgentVersionId') as a_iagent_version_id, json_extract_path_text(Properties, 'VersionNumber') as version_number, json_extract_path_text(Properties, 'ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIAgentVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIAgentVersion' + AND Identifier = '||' AND region = 'us-east-1' ai_agent_versions_list_only: name: ai_agent_versions_list_only @@ -3521,7 +3521,7 @@ components: JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id, JSON_EXTRACT(Properties, '$.AIAgentId') as a_iagent_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIAgentVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIAgentVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3531,7 +3531,7 @@ components: json_extract_path_text(Properties, 'AssistantId') as assistant_id, json_extract_path_text(Properties, 'AIAgentId') as a_iagent_id, json_extract_path_text(Properties, 'VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIAgentVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIAgentVersion' AND region = 'us-east-1' ai_guardrails: name: ai_guardrails @@ -3592,11 +3592,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, JSON_EXTRACT(Properties, '$.AIGuardrailArn') as a_iguardrail_arn, @@ -3611,15 +3611,15 @@ components: JSON_EXTRACT(Properties, '$.SensitiveInformationPolicyConfig') as sensitive_information_policy_config, JSON_EXTRACT(Properties, '$.ContextualGroundingPolicyConfig') as contextual_grounding_policy_config, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIGuardrail' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIGuardrail' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssistantId') as assistant_id, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, json_extract_path_text(Properties, 'AIGuardrailArn') as a_iguardrail_arn, @@ -3634,8 +3634,8 @@ components: json_extract_path_text(Properties, 'SensitiveInformationPolicyConfig') as sensitive_information_policy_config, json_extract_path_text(Properties, 'ContextualGroundingPolicyConfig') as contextual_grounding_policy_config, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIGuardrail' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIGuardrail' + AND Identifier = '|' AND region = 'us-east-1' ai_guardrails_list_only: name: ai_guardrails_list_only @@ -3660,7 +3660,7 @@ components: region, JSON_EXTRACT(Properties, '$.AIGuardrailId') as a_iguardrail_id, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIGuardrail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIGuardrail' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3669,7 +3669,7 @@ components: region, json_extract_path_text(Properties, 'AIGuardrailId') as a_iguardrail_id, json_extract_path_text(Properties, 'AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIGuardrail' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIGuardrail' AND region = 'us-east-1' ai_guardrail_versions: name: ai_guardrail_versions @@ -3731,11 +3731,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AIGuardrailArn') as a_iguardrail_arn, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, JSON_EXTRACT(Properties, '$.AIGuardrailId') as a_iguardrail_id, @@ -3743,15 +3743,15 @@ components: JSON_EXTRACT(Properties, '$.AIGuardrailVersionId') as a_iguardrail_version_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number, JSON_EXTRACT(Properties, '$.ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIGuardrailVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIGuardrailVersion' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AIGuardrailArn') as a_iguardrail_arn, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, json_extract_path_text(Properties, 'AIGuardrailId') as a_iguardrail_id, @@ -3759,8 +3759,8 @@ components: json_extract_path_text(Properties, 'AIGuardrailVersionId') as a_iguardrail_version_id, json_extract_path_text(Properties, 'VersionNumber') as version_number, json_extract_path_text(Properties, 'ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIGuardrailVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIGuardrailVersion' + AND Identifier = '||' AND region = 'us-east-1' ai_guardrail_versions_list_only: name: ai_guardrail_versions_list_only @@ -3787,7 +3787,7 @@ components: JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id, JSON_EXTRACT(Properties, '$.AIGuardrailId') as a_iguardrail_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIGuardrailVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIGuardrailVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3797,7 +3797,7 @@ components: json_extract_path_text(Properties, 'AssistantId') as assistant_id, json_extract_path_text(Properties, 'AIGuardrailId') as a_iguardrail_id, json_extract_path_text(Properties, 'VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIGuardrailVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIGuardrailVersion' AND region = 'us-east-1' ai_prompts: name: ai_prompts @@ -3858,11 +3858,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AIPromptId') as a_iprompt_id, JSON_EXTRACT(Properties, '$.AIPromptArn') as a_iprompt_arn, JSON_EXTRACT(Properties, '$.ApiFormat') as api_format, @@ -3876,15 +3876,15 @@ components: JSON_EXTRACT(Properties, '$.TemplateType') as template_type, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIPrompt' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIPrompt' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AIPromptId') as a_iprompt_id, json_extract_path_text(Properties, 'AIPromptArn') as a_iprompt_arn, json_extract_path_text(Properties, 'ApiFormat') as api_format, @@ -3898,8 +3898,8 @@ components: json_extract_path_text(Properties, 'TemplateType') as template_type, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIPrompt' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIPrompt' + AND Identifier = '|' AND region = 'us-east-1' ai_prompts_list_only: name: ai_prompts_list_only @@ -3924,7 +3924,7 @@ components: region, JSON_EXTRACT(Properties, '$.AIPromptId') as a_iprompt_id, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIPrompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIPrompt' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3933,7 +3933,7 @@ components: region, json_extract_path_text(Properties, 'AIPromptId') as a_iprompt_id, json_extract_path_text(Properties, 'AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIPrompt' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIPrompt' AND region = 'us-east-1' ai_prompt_versions: name: ai_prompt_versions @@ -3995,11 +3995,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AIPromptArn') as a_iprompt_arn, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, JSON_EXTRACT(Properties, '$.AIPromptId') as a_iprompt_id, @@ -4007,15 +4007,15 @@ components: JSON_EXTRACT(Properties, '$.AIPromptVersionId') as a_iprompt_version_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number, JSON_EXTRACT(Properties, '$.ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIPromptVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIPromptVersion' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AIPromptArn') as a_iprompt_arn, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, json_extract_path_text(Properties, 'AIPromptId') as a_iprompt_id, @@ -4023,8 +4023,8 @@ components: json_extract_path_text(Properties, 'AIPromptVersionId') as a_iprompt_version_id, json_extract_path_text(Properties, 'VersionNumber') as version_number, json_extract_path_text(Properties, 'ModifiedTimeSeconds') as modified_time_seconds - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AIPromptVersion' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AIPromptVersion' + AND Identifier = '||' AND region = 'us-east-1' ai_prompt_versions_list_only: name: ai_prompt_versions_list_only @@ -4051,7 +4051,7 @@ components: JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id, JSON_EXTRACT(Properties, '$.AIPromptId') as a_iprompt_id, JSON_EXTRACT(Properties, '$.VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIPromptVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIPromptVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4061,7 +4061,7 @@ components: json_extract_path_text(Properties, 'AssistantId') as assistant_id, json_extract_path_text(Properties, 'AIPromptId') as a_iprompt_id, json_extract_path_text(Properties, 'VersionNumber') as version_number - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AIPromptVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AIPromptVersion' AND region = 'us-east-1' assistants: name: assistants @@ -4121,11 +4121,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Type') as type, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, @@ -4133,15 +4133,15 @@ components: JSON_EXTRACT(Properties, '$.ServerSideEncryptionConfiguration') as server_side_encryption_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::Assistant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::Assistant' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Type') as type, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, @@ -4149,8 +4149,8 @@ components: json_extract_path_text(Properties, 'ServerSideEncryptionConfiguration') as server_side_encryption_configuration, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'Name') as name - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::Assistant' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::Assistant' + AND Identifier = '' AND region = 'us-east-1' assistants_list_only: name: assistants_list_only @@ -4173,7 +4173,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::Assistant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::Assistant' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4181,7 +4181,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::Assistant' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::Assistant' AND region = 'us-east-1' assistant_associations: name: assistant_associations @@ -4242,11 +4242,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssistantAssociationArn') as assistant_association_arn, JSON_EXTRACT(Properties, '$.AssistantArn') as assistant_arn, JSON_EXTRACT(Properties, '$.AssistantAssociationId') as assistant_association_id, @@ -4254,15 +4254,15 @@ components: JSON_EXTRACT(Properties, '$.Association') as association, JSON_EXTRACT(Properties, '$.AssociationType') as association_type, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AssistantAssociation' + AND Identifier = '|' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssistantAssociationArn') as assistant_association_arn, json_extract_path_text(Properties, 'AssistantArn') as assistant_arn, json_extract_path_text(Properties, 'AssistantAssociationId') as assistant_association_id, @@ -4270,8 +4270,8 @@ components: json_extract_path_text(Properties, 'Association') as association, json_extract_path_text(Properties, 'AssociationType') as association_type, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' - AND data__Identifier = '|' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::AssistantAssociation' + AND Identifier = '|' AND region = 'us-east-1' assistant_associations_list_only: name: assistant_associations_list_only @@ -4296,7 +4296,7 @@ components: region, JSON_EXTRACT(Properties, '$.AssistantAssociationId') as assistant_association_id, JSON_EXTRACT(Properties, '$.AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AssistantAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4305,7 +4305,7 @@ components: region, json_extract_path_text(Properties, 'AssistantAssociationId') as assistant_association_id, json_extract_path_text(Properties, 'AssistantId') as assistant_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::AssistantAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::AssistantAssociation' AND region = 'us-east-1' knowledge_bases: name: knowledge_bases @@ -4365,11 +4365,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Description') as description, JSON_EXTRACT(Properties, '$.KnowledgeBaseArn') as knowledge_base_arn, JSON_EXTRACT(Properties, '$.KnowledgeBaseId') as knowledge_base_id, @@ -4380,15 +4380,15 @@ components: JSON_EXTRACT(Properties, '$.SourceConfiguration') as source_configuration, JSON_EXTRACT(Properties, '$.VectorIngestionConfiguration') as vector_ingestion_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::KnowledgeBase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::KnowledgeBase' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Description') as description, json_extract_path_text(Properties, 'KnowledgeBaseArn') as knowledge_base_arn, json_extract_path_text(Properties, 'KnowledgeBaseId') as knowledge_base_id, @@ -4399,8 +4399,8 @@ components: json_extract_path_text(Properties, 'SourceConfiguration') as source_configuration, json_extract_path_text(Properties, 'VectorIngestionConfiguration') as vector_ingestion_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::KnowledgeBase' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::KnowledgeBase' + AND Identifier = '' AND region = 'us-east-1' knowledge_bases_list_only: name: knowledge_bases_list_only @@ -4423,7 +4423,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.KnowledgeBaseId') as knowledge_base_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::KnowledgeBase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::KnowledgeBase' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4431,7 +4431,7 @@ components: SELECT region, json_extract_path_text(Properties, 'KnowledgeBaseId') as knowledge_base_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::KnowledgeBase' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::KnowledgeBase' AND region = 'us-east-1' message_templates: name: message_templates @@ -4491,11 +4491,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.KnowledgeBaseArn') as knowledge_base_arn, JSON_EXTRACT(Properties, '$.MessageTemplateId') as message_template_id, JSON_EXTRACT(Properties, '$.MessageTemplateArn') as message_template_arn, @@ -4509,15 +4509,15 @@ components: JSON_EXTRACT(Properties, '$.MessageTemplateContentSha256') as message_template_content_sha256, JSON_EXTRACT(Properties, '$.MessageTemplateAttachments') as message_template_attachments, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::MessageTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::MessageTemplate' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'KnowledgeBaseArn') as knowledge_base_arn, json_extract_path_text(Properties, 'MessageTemplateId') as message_template_id, json_extract_path_text(Properties, 'MessageTemplateArn') as message_template_arn, @@ -4531,8 +4531,8 @@ components: json_extract_path_text(Properties, 'MessageTemplateContentSha256') as message_template_content_sha256, json_extract_path_text(Properties, 'MessageTemplateAttachments') as message_template_attachments, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::MessageTemplate' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::MessageTemplate' + AND Identifier = '' AND region = 'us-east-1' message_templates_list_only: name: message_templates_list_only @@ -4555,7 +4555,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MessageTemplateArn') as message_template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::MessageTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::MessageTemplate' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4563,7 +4563,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MessageTemplateArn') as message_template_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::MessageTemplate' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::MessageTemplate' AND region = 'us-east-1' message_template_versions: name: message_template_versions @@ -4623,30 +4623,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.MessageTemplateArn') as message_template_arn, JSON_EXTRACT(Properties, '$.MessageTemplateVersionArn') as message_template_version_arn, JSON_EXTRACT(Properties, '$.MessageTemplateContentSha256') as message_template_content_sha256, JSON_EXTRACT(Properties, '$.MessageTemplateVersionNumber') as message_template_version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::MessageTemplateVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::MessageTemplateVersion' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'MessageTemplateArn') as message_template_arn, json_extract_path_text(Properties, 'MessageTemplateVersionArn') as message_template_version_arn, json_extract_path_text(Properties, 'MessageTemplateContentSha256') as message_template_content_sha256, json_extract_path_text(Properties, 'MessageTemplateVersionNumber') as message_template_version_number - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::MessageTemplateVersion' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::MessageTemplateVersion' + AND Identifier = '' AND region = 'us-east-1' message_template_versions_list_only: name: message_template_versions_list_only @@ -4669,7 +4669,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.MessageTemplateVersionArn') as message_template_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::MessageTemplateVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::MessageTemplateVersion' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4677,7 +4677,7 @@ components: SELECT region, json_extract_path_text(Properties, 'MessageTemplateVersionArn') as message_template_version_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::MessageTemplateVersion' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::MessageTemplateVersion' AND region = 'us-east-1' quick_responses: name: quick_responses @@ -4737,11 +4737,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ContentType') as content_type, JSON_EXTRACT(Properties, '$.KnowledgeBaseArn') as knowledge_base_arn, JSON_EXTRACT(Properties, '$.Name') as name, @@ -4757,15 +4757,15 @@ components: JSON_EXTRACT(Properties, '$.ShortcutKey') as shortcut_key, JSON_EXTRACT(Properties, '$.Status') as status, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::QuickResponse' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::QuickResponse' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ContentType') as content_type, json_extract_path_text(Properties, 'KnowledgeBaseArn') as knowledge_base_arn, json_extract_path_text(Properties, 'Name') as name, @@ -4781,8 +4781,8 @@ components: json_extract_path_text(Properties, 'ShortcutKey') as shortcut_key, json_extract_path_text(Properties, 'Status') as status, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::Wisdom::QuickResponse' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::Wisdom::QuickResponse' + AND Identifier = '' AND region = 'us-east-1' quick_responses_list_only: name: quick_responses_list_only @@ -4805,7 +4805,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.QuickResponseArn') as quick_response_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::QuickResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::QuickResponse' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -4813,7 +4813,7 @@ components: SELECT region, json_extract_path_text(Properties, 'QuickResponseArn') as quick_response_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::Wisdom::QuickResponse' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::Wisdom::QuickResponse' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/workspaces.yaml b/providers/src/awscc/v00.00.00000/services/workspaces.yaml index e4f214f4..da49d777 100644 --- a/providers/src/awscc/v00.00.00000/services/workspaces.yaml +++ b/providers/src/awscc/v00.00.00000/services/workspaces.yaml @@ -786,32 +786,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Associations') as associations, JSON_EXTRACT(Properties, '$.AliasId') as alias_id, JSON_EXTRACT(Properties, '$.ConnectionString') as connection_string, JSON_EXTRACT(Properties, '$.ConnectionAliasState') as connection_alias_state, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpaces::ConnectionAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpaces::ConnectionAlias' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Associations') as associations, json_extract_path_text(Properties, 'AliasId') as alias_id, json_extract_path_text(Properties, 'ConnectionString') as connection_string, json_extract_path_text(Properties, 'ConnectionAliasState') as connection_alias_state, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpaces::ConnectionAlias' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpaces::ConnectionAlias' + AND Identifier = '' AND region = 'us-east-1' workspaces_pools: name: workspaces_pools @@ -871,11 +871,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PoolId') as pool_id, JSON_EXTRACT(Properties, '$.PoolArn') as pool_arn, JSON_EXTRACT(Properties, '$.Capacity') as capacity, @@ -888,15 +888,15 @@ components: JSON_EXTRACT(Properties, '$.TimeoutSettings') as timeout_settings, JSON_EXTRACT(Properties, '$.RunningMode') as running_mode, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpaces::WorkspacesPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpaces::WorkspacesPool' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PoolId') as pool_id, json_extract_path_text(Properties, 'PoolArn') as pool_arn, json_extract_path_text(Properties, 'Capacity') as capacity, @@ -909,8 +909,8 @@ components: json_extract_path_text(Properties, 'TimeoutSettings') as timeout_settings, json_extract_path_text(Properties, 'RunningMode') as running_mode, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpaces::WorkspacesPool' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpaces::WorkspacesPool' + AND Identifier = '' AND region = 'us-east-1' workspaces_pools_list_only: name: workspaces_pools_list_only @@ -933,7 +933,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PoolId') as pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpaces::WorkspacesPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpaces::WorkspacesPool' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -941,7 +941,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PoolId') as pool_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpaces::WorkspacesPool' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpaces::WorkspacesPool' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/workspacesinstances.yaml b/providers/src/awscc/v00.00.00000/services/workspacesinstances.yaml index 138afb02..e0af7bc4 100644 --- a/providers/src/awscc/v00.00.00000/services/workspacesinstances.yaml +++ b/providers/src/awscc/v00.00.00000/services/workspacesinstances.yaml @@ -1298,11 +1298,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.AvailabilityZone') as availability_zone, JSON_EXTRACT(Properties, '$.Encrypted') as encrypted, @@ -1313,15 +1313,15 @@ components: JSON_EXTRACT(Properties, '$.Throughput') as throughput, JSON_EXTRACT(Properties, '$.VolumeType') as volume_type, JSON_EXTRACT(Properties, '$.TagSpecifications') as tag_specifications - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::Volume' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::Volume' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'AvailabilityZone') as availability_zone, json_extract_path_text(Properties, 'Encrypted') as encrypted, @@ -1332,8 +1332,8 @@ components: json_extract_path_text(Properties, 'Throughput') as throughput, json_extract_path_text(Properties, 'VolumeType') as volume_type, json_extract_path_text(Properties, 'TagSpecifications') as tag_specifications - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::Volume' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::Volume' + AND Identifier = '' AND region = 'us-east-1' volumes_list_only: name: volumes_list_only @@ -1356,7 +1356,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::Volume' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::Volume' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1364,7 +1364,7 @@ components: SELECT region, json_extract_path_text(Properties, 'VolumeId') as volume_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::Volume' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::Volume' AND region = 'us-east-1' volume_associations: name: volume_associations @@ -1413,30 +1413,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.WorkspaceInstanceId') as workspace_instance_id, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.Device') as device, JSON_EXTRACT(Properties, '$.DisassociateMode') as disassociate_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' + AND Identifier = '||' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'WorkspaceInstanceId') as workspace_instance_id, json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'Device') as device, json_extract_path_text(Properties, 'DisassociateMode') as disassociate_mode - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' - AND data__Identifier = '||' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' + AND Identifier = '||' AND region = 'us-east-1' volume_associations_list_only: name: volume_associations_list_only @@ -1463,7 +1463,7 @@ components: JSON_EXTRACT(Properties, '$.WorkspaceInstanceId') as workspace_instance_id, JSON_EXTRACT(Properties, '$.VolumeId') as volume_id, JSON_EXTRACT(Properties, '$.Device') as device - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1473,7 +1473,7 @@ components: json_extract_path_text(Properties, 'WorkspaceInstanceId') as workspace_instance_id, json_extract_path_text(Properties, 'VolumeId') as volume_id, json_extract_path_text(Properties, 'Device') as device - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::VolumeAssociation' AND region = 'us-east-1' workspace_instances: name: workspace_instances @@ -1533,32 +1533,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.ManagedInstance') as managed_instance, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.WorkspaceInstanceId') as workspace_instance_id, JSON_EXTRACT(Properties, '$.ProvisionState') as provision_state, JSON_EXTRACT(Properties, '$.EC2ManagedInstance') as e_c2_managed_instance - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'ManagedInstance') as managed_instance, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'WorkspaceInstanceId') as workspace_instance_id, json_extract_path_text(Properties, 'ProvisionState') as provision_state, json_extract_path_text(Properties, 'EC2ManagedInstance') as e_c2_managed_instance - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' + AND Identifier = '' AND region = 'us-east-1' workspace_instances_list_only: name: workspace_instances_list_only @@ -1581,7 +1581,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.WorkspaceInstanceId') as workspace_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1589,7 +1589,7 @@ components: SELECT region, json_extract_path_text(Properties, 'WorkspaceInstanceId') as workspace_instance_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkspacesInstances::WorkspaceInstance' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/workspacesthinclient.yaml b/providers/src/awscc/v00.00.00000/services/workspacesthinclient.yaml index 866fbd42..a6044de9 100644 --- a/providers/src/awscc/v00.00.00000/services/workspacesthinclient.yaml +++ b/providers/src/awscc/v00.00.00000/services/workspacesthinclient.yaml @@ -823,11 +823,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.Id') as id, JSON_EXTRACT(Properties, '$.Name') as name, JSON_EXTRACT(Properties, '$.DesktopArn') as desktop_arn, @@ -848,15 +848,15 @@ components: JSON_EXTRACT(Properties, '$.KmsKeyArn') as kms_key_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.DeviceCreationTags') as device_creation_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesThinClient::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesThinClient::Environment' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'Id') as id, json_extract_path_text(Properties, 'Name') as name, json_extract_path_text(Properties, 'DesktopArn') as desktop_arn, @@ -877,8 +877,8 @@ components: json_extract_path_text(Properties, 'KmsKeyArn') as kms_key_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'DeviceCreationTags') as device_creation_tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesThinClient::Environment' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesThinClient::Environment' + AND Identifier = '' AND region = 'us-east-1' environments_list_only: name: environments_list_only @@ -901,7 +901,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesThinClient::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesThinClient::Environment' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -909,7 +909,7 @@ components: SELECT region, json_extract_path_text(Properties, 'Id') as id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesThinClient::Environment' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesThinClient::Environment' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/workspacesweb.yaml b/providers/src/awscc/v00.00.00000/services/workspacesweb.yaml index 6e16ee8e..fd394ed9 100644 --- a/providers/src/awscc/v00.00.00000/services/workspacesweb.yaml +++ b/providers/src/awscc/v00.00.00000/services/workspacesweb.yaml @@ -2518,34 +2518,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.BrowserPolicy') as browser_policy, JSON_EXTRACT(Properties, '$.BrowserSettingsArn') as browser_settings_arn, JSON_EXTRACT(Properties, '$.CustomerManagedKey') as customer_managed_key, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'BrowserPolicy') as browser_policy, json_extract_path_text(Properties, 'BrowserSettingsArn') as browser_settings_arn, json_extract_path_text(Properties, 'CustomerManagedKey') as customer_managed_key, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' + AND Identifier = '' AND region = 'us-east-1' browser_settings_list_only: name: browser_settings_list_only @@ -2568,7 +2568,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.BrowserSettingsArn') as browser_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2576,7 +2576,7 @@ components: SELECT region, json_extract_path_text(Properties, 'BrowserSettingsArn') as browser_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::BrowserSettings' AND region = 'us-east-1' data_protection_settings: name: data_protection_settings @@ -2636,11 +2636,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, @@ -2650,15 +2650,15 @@ components: JSON_EXTRACT(Properties, '$.DisplayName') as display_name, JSON_EXTRACT(Properties, '$.InlineRedactionConfiguration') as inline_redaction_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'CreationDate') as creation_date, @@ -2668,8 +2668,8 @@ components: json_extract_path_text(Properties, 'DisplayName') as display_name, json_extract_path_text(Properties, 'InlineRedactionConfiguration') as inline_redaction_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' + AND Identifier = '' AND region = 'us-east-1' data_protection_settings_list_only: name: data_protection_settings_list_only @@ -2692,7 +2692,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.DataProtectionSettingsArn') as data_protection_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2700,7 +2700,7 @@ components: SELECT region, json_extract_path_text(Properties, 'DataProtectionSettingsArn') as data_protection_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::DataProtectionSettings' AND region = 'us-east-1' identity_providers: name: identity_providers @@ -2760,34 +2760,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.IdentityProviderArn') as identity_provider_arn, JSON_EXTRACT(Properties, '$.IdentityProviderDetails') as identity_provider_details, JSON_EXTRACT(Properties, '$.IdentityProviderName') as identity_provider_name, JSON_EXTRACT(Properties, '$.IdentityProviderType') as identity_provider_type, JSON_EXTRACT(Properties, '$.PortalArn') as portal_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'IdentityProviderArn') as identity_provider_arn, json_extract_path_text(Properties, 'IdentityProviderDetails') as identity_provider_details, json_extract_path_text(Properties, 'IdentityProviderName') as identity_provider_name, json_extract_path_text(Properties, 'IdentityProviderType') as identity_provider_type, json_extract_path_text(Properties, 'PortalArn') as portal_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' + AND Identifier = '' AND region = 'us-east-1' identity_providers_list_only: name: identity_providers_list_only @@ -2810,7 +2810,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IdentityProviderArn') as identity_provider_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2818,7 +2818,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IdentityProviderArn') as identity_provider_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::IdentityProvider' AND region = 'us-east-1' ip_access_settings: name: ip_access_settings @@ -2878,11 +2878,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, @@ -2892,15 +2892,15 @@ components: JSON_EXTRACT(Properties, '$.IpAccessSettingsArn') as ip_access_settings_arn, JSON_EXTRACT(Properties, '$.IpRules') as ip_rules, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'CreationDate') as creation_date, @@ -2910,8 +2910,8 @@ components: json_extract_path_text(Properties, 'IpAccessSettingsArn') as ip_access_settings_arn, json_extract_path_text(Properties, 'IpRules') as ip_rules, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' + AND Identifier = '' AND region = 'us-east-1' ip_access_settings_list_only: name: ip_access_settings_list_only @@ -2934,7 +2934,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.IpAccessSettingsArn') as ip_access_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -2942,7 +2942,7 @@ components: SELECT region, json_extract_path_text(Properties, 'IpAccessSettingsArn') as ip_access_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::IpAccessSettings' AND region = 'us-east-1' network_settings: name: network_settings @@ -3002,34 +3002,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.NetworkSettingsArn') as network_settings_arn, JSON_EXTRACT(Properties, '$.SecurityGroupIds') as security_group_ids, JSON_EXTRACT(Properties, '$.SubnetIds') as subnet_ids, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'NetworkSettingsArn') as network_settings_arn, json_extract_path_text(Properties, 'SecurityGroupIds') as security_group_ids, json_extract_path_text(Properties, 'SubnetIds') as subnet_ids, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'VpcId') as vpc_id - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' + AND Identifier = '' AND region = 'us-east-1' network_settings_list_only: name: network_settings_list_only @@ -3052,7 +3052,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.NetworkSettingsArn') as network_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3060,7 +3060,7 @@ components: SELECT region, json_extract_path_text(Properties, 'NetworkSettingsArn') as network_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::NetworkSettings' AND region = 'us-east-1' portals: name: portals @@ -3120,11 +3120,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AuthenticationType') as authentication_type, JSON_EXTRACT(Properties, '$.BrowserSettingsArn') as browser_settings_arn, @@ -3148,15 +3148,15 @@ components: JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn, JSON_EXTRACT(Properties, '$.UserAccessLoggingSettingsArn') as user_access_logging_settings_arn, JSON_EXTRACT(Properties, '$.UserSettingsArn') as user_settings_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::Portal' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::Portal' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AuthenticationType') as authentication_type, json_extract_path_text(Properties, 'BrowserSettingsArn') as browser_settings_arn, @@ -3180,8 +3180,8 @@ components: json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn, json_extract_path_text(Properties, 'UserAccessLoggingSettingsArn') as user_access_logging_settings_arn, json_extract_path_text(Properties, 'UserSettingsArn') as user_settings_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::Portal' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::Portal' + AND Identifier = '' AND region = 'us-east-1' portals_list_only: name: portals_list_only @@ -3204,7 +3204,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PortalArn') as portal_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::Portal' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::Portal' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3212,7 +3212,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PortalArn') as portal_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::Portal' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::Portal' AND region = 'us-east-1' session_loggers: name: session_loggers @@ -3272,11 +3272,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.CreationDate') as creation_date, @@ -3286,15 +3286,15 @@ components: JSON_EXTRACT(Properties, '$.LogConfiguration') as log_configuration, JSON_EXTRACT(Properties, '$.SessionLoggerArn') as session_logger_arn, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::SessionLogger' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::SessionLogger' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'CreationDate') as creation_date, @@ -3304,8 +3304,8 @@ components: json_extract_path_text(Properties, 'LogConfiguration') as log_configuration, json_extract_path_text(Properties, 'SessionLoggerArn') as session_logger_arn, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::SessionLogger' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::SessionLogger' + AND Identifier = '' AND region = 'us-east-1' session_loggers_list_only: name: session_loggers_list_only @@ -3328,7 +3328,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.SessionLoggerArn') as session_logger_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::SessionLogger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::SessionLogger' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3336,7 +3336,7 @@ components: SELECT region, json_extract_path_text(Properties, 'SessionLoggerArn') as session_logger_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::SessionLogger' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::SessionLogger' AND region = 'us-east-1' trust_stores: name: trust_stores @@ -3396,30 +3396,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.CertificateList') as certificate_list, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::TrustStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::TrustStore' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'CertificateList') as certificate_list, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::TrustStore' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::TrustStore' + AND Identifier = '' AND region = 'us-east-1' trust_stores_list_only: name: trust_stores_list_only @@ -3442,7 +3442,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::TrustStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::TrustStore' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3450,7 +3450,7 @@ components: SELECT region, json_extract_path_text(Properties, 'TrustStoreArn') as trust_store_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::TrustStore' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::TrustStore' AND region = 'us-east-1' user_access_logging_settings: name: user_access_logging_settings @@ -3510,30 +3510,30 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.KinesisStreamArn') as kinesis_stream_arn, JSON_EXTRACT(Properties, '$.Tags') as tags, JSON_EXTRACT(Properties, '$.UserAccessLoggingSettingsArn') as user_access_logging_settings_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'KinesisStreamArn') as kinesis_stream_arn, json_extract_path_text(Properties, 'Tags') as tags, json_extract_path_text(Properties, 'UserAccessLoggingSettingsArn') as user_access_logging_settings_arn - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' + AND Identifier = '' AND region = 'us-east-1' user_access_logging_settings_list_only: name: user_access_logging_settings_list_only @@ -3556,7 +3556,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserAccessLoggingSettingsArn') as user_access_logging_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3564,7 +3564,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserAccessLoggingSettingsArn') as user_access_logging_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::UserAccessLoggingSettings' AND region = 'us-east-1' user_settings: name: user_settings @@ -3624,11 +3624,11 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AdditionalEncryptionContext') as additional_encryption_context, JSON_EXTRACT(Properties, '$.AssociatedPortalArns') as associated_portal_arns, JSON_EXTRACT(Properties, '$.CookieSynchronizationConfiguration') as cookie_synchronization_configuration, @@ -3644,15 +3644,15 @@ components: JSON_EXTRACT(Properties, '$.UploadAllowed') as upload_allowed, JSON_EXTRACT(Properties, '$.UserSettingsArn') as user_settings_arn, JSON_EXTRACT(Properties, '$.DeepLinkAllowed') as deep_link_allowed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::UserSettings' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AdditionalEncryptionContext') as additional_encryption_context, json_extract_path_text(Properties, 'AssociatedPortalArns') as associated_portal_arns, json_extract_path_text(Properties, 'CookieSynchronizationConfiguration') as cookie_synchronization_configuration, @@ -3668,8 +3668,8 @@ components: json_extract_path_text(Properties, 'UploadAllowed') as upload_allowed, json_extract_path_text(Properties, 'UserSettingsArn') as user_settings_arn, json_extract_path_text(Properties, 'DeepLinkAllowed') as deep_link_allowed - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserSettings' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::WorkSpacesWeb::UserSettings' + AND Identifier = '' AND region = 'us-east-1' user_settings_list_only: name: user_settings_list_only @@ -3692,7 +3692,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.UserSettingsArn') as user_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::UserSettings' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -3700,7 +3700,7 @@ components: SELECT region, json_extract_path_text(Properties, 'UserSettingsArn') as user_settings_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::WorkSpacesWeb::UserSettings' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::WorkSpacesWeb::UserSettings' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: diff --git a/providers/src/awscc/v00.00.00000/services/xray.yaml b/providers/src/awscc/v00.00.00000/services/xray.yaml index ba6d4dc3..69c4a878 100644 --- a/providers/src/awscc/v00.00.00000/services/xray.yaml +++ b/providers/src/awscc/v00.00.00000/services/xray.yaml @@ -878,32 +878,32 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.FilterExpression') as filter_expression, JSON_EXTRACT(Properties, '$.GroupName') as group_name, JSON_EXTRACT(Properties, '$.GroupARN') as group_arn, JSON_EXTRACT(Properties, '$.InsightsConfiguration') as insights_configuration, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::Group' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'FilterExpression') as filter_expression, json_extract_path_text(Properties, 'GroupName') as group_name, json_extract_path_text(Properties, 'GroupARN') as group_arn, json_extract_path_text(Properties, 'InsightsConfiguration') as insights_configuration, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::Group' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::Group' + AND Identifier = '' AND region = 'us-east-1' groups_list_only: name: groups_list_only @@ -926,7 +926,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.GroupARN') as group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::Group' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -934,7 +934,7 @@ components: SELECT region, json_extract_path_text(Properties, 'GroupARN') as group_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::Group' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::Group' AND region = 'us-east-1' resource_policies: name: resource_policies @@ -994,28 +994,28 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name, JSON_EXTRACT(Properties, '$.PolicyDocument') as policy_document, JSON_EXTRACT(Properties, '$.BypassPolicyLockoutCheck') as bypass_policy_lockout_check - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'PolicyName') as policy_name, json_extract_path_text(Properties, 'PolicyDocument') as policy_document, json_extract_path_text(Properties, 'BypassPolicyLockoutCheck') as bypass_policy_lockout_check - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::ResourcePolicy' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::ResourcePolicy' + AND Identifier = '' AND region = 'us-east-1' resource_policies_list_only: name: resource_policies_list_only @@ -1038,7 +1038,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::ResourcePolicy' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1046,7 +1046,7 @@ components: SELECT region, json_extract_path_text(Properties, 'PolicyName') as policy_name - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::ResourcePolicy' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::ResourcePolicy' AND region = 'us-east-1' sampling_rules: name: sampling_rules @@ -1106,34 +1106,34 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.SamplingRule') as sampling_rule, JSON_EXTRACT(Properties, '$.SamplingRuleRecord') as sampling_rule_record, JSON_EXTRACT(Properties, '$.SamplingRuleUpdate') as sampling_rule_update, JSON_EXTRACT(Properties, '$.RuleARN') as rule_arn, JSON_EXTRACT(Properties, '$.RuleName') as rule_name, JSON_EXTRACT(Properties, '$.Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::SamplingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::SamplingRule' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'SamplingRule') as sampling_rule, json_extract_path_text(Properties, 'SamplingRuleRecord') as sampling_rule_record, json_extract_path_text(Properties, 'SamplingRuleUpdate') as sampling_rule_update, json_extract_path_text(Properties, 'RuleARN') as rule_arn, json_extract_path_text(Properties, 'RuleName') as rule_name, json_extract_path_text(Properties, 'Tags') as tags - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::SamplingRule' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::SamplingRule' + AND Identifier = '' AND region = 'us-east-1' sampling_rules_list_only: name: sampling_rules_list_only @@ -1156,7 +1156,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.RuleARN') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::SamplingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::SamplingRule' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1164,7 +1164,7 @@ components: SELECT region, json_extract_path_text(Properties, 'RuleARN') as rule_arn - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::SamplingRule' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::SamplingRule' AND region = 'us-east-1' transaction_search_configs: name: transaction_search_configs @@ -1224,26 +1224,26 @@ components: config: views: select: - predicate: sqlDialect == "sqlite3" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "sqlite3" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, JSON_EXTRACT(Properties, '$.AccountId') as account_id, JSON_EXTRACT(Properties, '$.IndexingPercentage') as indexing_percentage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::TransactionSearchConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::TransactionSearchConfig' + AND Identifier = '' AND region = 'us-east-1' fallback: - predicate: sqlDialect == "postgres" && requiredParams == [ data__Identifier ] + predicate: sqlDialect == "postgres" && requiredParams == [ Identifier ] ddl: |- SELECT region, - data__Identifier, + Identifier, json_extract_path_text(Properties, 'AccountId') as account_id, json_extract_path_text(Properties, 'IndexingPercentage') as indexing_percentage - FROM awscc.cloud_control.resource WHERE data__TypeName = 'AWS::XRay::TransactionSearchConfig' - AND data__Identifier = '' + FROM awscc.cloud_control.resource WHERE TypeName = 'AWS::XRay::TransactionSearchConfig' + AND Identifier = '' AND region = 'us-east-1' transaction_search_configs_list_only: name: transaction_search_configs_list_only @@ -1266,7 +1266,7 @@ components: SELECT region, JSON_EXTRACT(Properties, '$.AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::TransactionSearchConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::TransactionSearchConfig' AND region = 'us-east-1' fallback: predicate: sqlDialect == "postgres" @@ -1274,7 +1274,7 @@ components: SELECT region, json_extract_path_text(Properties, 'AccountId') as account_id - FROM awscc.cloud_control.resources WHERE data__TypeName = 'AWS::XRay::TransactionSearchConfig' + FROM awscc.cloud_control.resources WHERE TypeName = 'AWS::XRay::TransactionSearchConfig' AND region = 'us-east-1' paths: /?Action=CreateResource&Version=2021-09-30: