├── .checkov.yaml ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ ├── ci.yml │ ├── codeql-analysis.yml │ ├── pr.yml │ ├── release.yml │ └── stale.yml ├── .gitignore ├── .goreleaser.yml ├── .idea ├── .gitignore ├── .name ├── golinter.xml ├── modules.xml ├── sato.iml └── vcs.xml ├── .markdownlint.json ├── .pre-commit-config.yaml ├── .run └── test sato parse.run.xml ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── Makefile ├── README.md ├── SECURITY.md ├── bump.ps1 ├── bump.sh ├── entrypoint.sh ├── examples ├── ami-factory.yaml ├── arm │ ├── microsoft.compute │ │ └── vm-simple-windows │ │ │ ├── README.md │ │ │ ├── azuredeploy.json │ │ │ ├── azuredeploy.parameters.json │ │ │ ├── azuredeploymin.json │ │ │ ├── createUiDefinition.json │ │ │ ├── main.bicep │ │ │ └── metadata.json │ ├── smallest.json │ └── smallest.yaml ├── athena.yaml ├── aws-vpc.template-variables.yaml ├── aws-vpc.template.yaml ├── kinesis.yaml ├── linux-bastion-master.template.yaml ├── template.yaml └── workload-yaml-entrypoint-new-vpc.template.yaml ├── go.mod ├── go.sum ├── main.go ├── schema ├── README.md ├── alexa-ask-skill.json ├── aws-accessanalyzer-analyzer.json ├── aws-acmpca-certificate.json ├── aws-acmpca-certificateauthority.json ├── aws-acmpca-certificateauthorityactivation.json ├── aws-acmpca-permission.json ├── aws-amazonmq-broker.json ├── aws-amazonmq-configuration.json ├── aws-amazonmq-configurationassociation.json ├── aws-amplify-app.json ├── aws-amplify-branch.json ├── aws-amplify-domain.json ├── aws-amplifyuibuilder-component.json ├── aws-amplifyuibuilder-form.json ├── aws-amplifyuibuilder-theme.json ├── aws-apigateway-account.json ├── aws-apigateway-apikey.json ├── aws-apigateway-authorizer.json ├── aws-apigateway-basepathmapping.json ├── aws-apigateway-basepathmappingv2.json ├── aws-apigateway-clientcertificate.json ├── aws-apigateway-deployment.json ├── aws-apigateway-documentationpart.json ├── aws-apigateway-documentationversion.json ├── aws-apigateway-domainname.json ├── aws-apigateway-domainnameaccessassociation.json ├── aws-apigateway-domainnamev2.json ├── aws-apigateway-gatewayresponse.json ├── aws-apigateway-method.json ├── aws-apigateway-model.json ├── aws-apigateway-requestvalidator.json ├── aws-apigateway-resource.json ├── aws-apigateway-restapi.json ├── aws-apigateway-stage.json ├── aws-apigateway-usageplan.json ├── aws-apigateway-usageplankey.json ├── aws-apigateway-vpclink.json ├── aws-apigatewayv2-api.json ├── aws-apigatewayv2-apigatewaymanagedoverrides.json ├── aws-apigatewayv2-apimapping.json ├── aws-apigatewayv2-authorizer.json ├── aws-apigatewayv2-deployment.json ├── aws-apigatewayv2-domainname.json ├── aws-apigatewayv2-integration.json ├── aws-apigatewayv2-integrationresponse.json ├── aws-apigatewayv2-model.json ├── aws-apigatewayv2-route.json ├── aws-apigatewayv2-routeresponse.json ├── aws-apigatewayv2-stage.json ├── aws-apigatewayv2-vpclink.json ├── aws-appconfig-application.json ├── aws-appconfig-configurationprofile.json ├── aws-appconfig-deployment.json ├── aws-appconfig-deploymentstrategy.json ├── aws-appconfig-environment.json ├── aws-appconfig-extension.json ├── aws-appconfig-extensionassociation.json ├── aws-appconfig-hostedconfigurationversion.json ├── aws-appflow-connector.json ├── aws-appflow-connectorprofile.json ├── aws-appflow-flow.json ├── aws-appintegrations-application.json ├── aws-appintegrations-dataintegration.json ├── aws-appintegrations-eventintegration.json ├── aws-applicationautoscaling-scalabletarget.json ├── aws-applicationautoscaling-scalingpolicy.json ├── aws-applicationinsights-application.json ├── aws-applicationsignals-discovery.json ├── aws-applicationsignals-servicelevelobjective.json ├── aws-appmesh-gatewayroute.json ├── aws-appmesh-mesh.json ├── aws-appmesh-route.json ├── aws-appmesh-virtualgateway.json ├── aws-appmesh-virtualnode.json ├── aws-appmesh-virtualrouter.json ├── aws-appmesh-virtualservice.json ├── aws-apprunner-autoscalingconfiguration.json ├── aws-apprunner-observabilityconfiguration.json ├── aws-apprunner-service.json ├── aws-apprunner-vpcconnector.json ├── aws-apprunner-vpcingressconnection.json ├── aws-appstream-appblock.json ├── aws-appstream-appblockbuilder.json ├── aws-appstream-application.json ├── aws-appstream-applicationentitlementassociation.json ├── aws-appstream-applicationfleetassociation.json ├── aws-appstream-directoryconfig.json ├── aws-appstream-entitlement.json ├── aws-appstream-fleet.json ├── aws-appstream-imagebuilder.json ├── aws-appstream-stack.json ├── aws-appstream-stackfleetassociation.json ├── aws-appstream-stackuserassociation.json ├── aws-appstream-user.json ├── aws-appsync-api.json ├── aws-appsync-apicache.json ├── aws-appsync-apikey.json ├── aws-appsync-channelnamespace.json ├── aws-appsync-datasource.json ├── aws-appsync-domainname.json ├── aws-appsync-domainnameapiassociation.json ├── aws-appsync-functionconfiguration.json ├── aws-appsync-graphqlapi.json ├── aws-appsync-graphqlschema.json ├── aws-appsync-resolver.json ├── aws-appsync-sourceapiassociation.json ├── aws-apptest-testcase.json ├── aws-aps-rulegroupsnamespace.json ├── aws-aps-scraper.json ├── aws-aps-workspace.json ├── aws-arczonalshift-autoshiftobservernotificationstatus.json ├── aws-arczonalshift-zonalautoshiftconfiguration.json ├── aws-athena-capacityreservation.json ├── aws-athena-datacatalog.json ├── aws-athena-namedquery.json ├── aws-athena-preparedstatement.json ├── aws-athena-workgroup.json ├── aws-auditmanager-assessment.json ├── aws-autoscaling-autoscalinggroup.json ├── aws-autoscaling-launchconfiguration.json ├── aws-autoscaling-lifecyclehook.json ├── aws-autoscaling-scalingpolicy.json ├── aws-autoscaling-scheduledaction.json ├── aws-autoscaling-warmpool.json ├── aws-autoscalingplans-scalingplan.json ├── aws-b2bi-capability.json ├── aws-b2bi-partnership.json ├── aws-b2bi-profile.json ├── aws-b2bi-transformer.json ├── aws-backup-backupplan.json ├── aws-backup-backupselection.json ├── aws-backup-backupvault.json ├── aws-backup-framework.json ├── aws-backup-logicallyairgappedbackupvault.json ├── aws-backup-reportplan.json ├── aws-backup-restoretestingplan.json ├── aws-backup-restoretestingselection.json ├── aws-backupgateway-hypervisor.json ├── aws-batch-computeenvironment.json ├── aws-batch-consumableresource.json ├── aws-batch-jobdefinition.json ├── aws-batch-jobqueue.json ├── aws-batch-schedulingpolicy.json ├── aws-bcmdataexports-export.json ├── aws-bedrock-agent.json ├── aws-bedrock-agentalias.json ├── aws-bedrock-applicationinferenceprofile.json ├── aws-bedrock-blueprint.json ├── aws-bedrock-dataautomationproject.json ├── aws-bedrock-datasource.json ├── aws-bedrock-flow.json ├── aws-bedrock-flowalias.json ├── aws-bedrock-flowversion.json ├── aws-bedrock-guardrail.json ├── aws-bedrock-guardrailversion.json ├── aws-bedrock-knowledgebase.json ├── aws-bedrock-prompt.json ├── aws-bedrock-promptversion.json ├── aws-billingconductor-billinggroup.json ├── aws-billingconductor-customlineitem.json ├── aws-billingconductor-pricingplan.json ├── aws-billingconductor-pricingrule.json ├── aws-budgets-budget.json ├── aws-budgets-budgetsaction.json ├── aws-cassandra-keyspace.json ├── aws-cassandra-table.json ├── aws-cassandra-type.json ├── aws-ce-anomalymonitor.json ├── aws-ce-anomalysubscription.json ├── aws-ce-costcategory.json ├── aws-certificatemanager-account.json ├── aws-certificatemanager-certificate.json ├── aws-chatbot-customaction.json ├── aws-chatbot-microsoftteamschannelconfiguration.json ├── aws-chatbot-slackchannelconfiguration.json ├── aws-cleanrooms-analysistemplate.json ├── aws-cleanrooms-collaboration.json ├── aws-cleanrooms-configuredtable.json ├── aws-cleanrooms-configuredtableassociation.json ├── aws-cleanrooms-idmappingtable.json ├── aws-cleanrooms-idnamespaceassociation.json ├── aws-cleanrooms-membership.json ├── aws-cleanrooms-privacybudgettemplate.json ├── aws-cleanroomsml-trainingdataset.json ├── aws-cloud9-environmentec2.json ├── aws-cloudformation-customresource.json ├── aws-cloudformation-guardhook.json ├── aws-cloudformation-hookdefaultversion.json ├── aws-cloudformation-hooktypeconfig.json ├── aws-cloudformation-hookversion.json ├── aws-cloudformation-lambdahook.json ├── aws-cloudformation-macro.json ├── aws-cloudformation-moduledefaultversion.json ├── aws-cloudformation-moduleversion.json ├── aws-cloudformation-publictypeversion.json ├── aws-cloudformation-publisher.json ├── aws-cloudformation-resourcedefaultversion.json ├── aws-cloudformation-resourceversion.json ├── aws-cloudformation-stack.json ├── aws-cloudformation-stackset.json ├── aws-cloudformation-typeactivation.json ├── aws-cloudformation-waitcondition.json ├── aws-cloudformation-waitconditionhandle.json ├── aws-cloudfront-anycastiplist.json ├── aws-cloudfront-cachepolicy.json ├── aws-cloudfront-cloudfrontoriginaccessidentity.json ├── aws-cloudfront-connectiongroup.json ├── aws-cloudfront-continuousdeploymentpolicy.json ├── aws-cloudfront-distribution.json ├── aws-cloudfront-distributiontenant.json ├── aws-cloudfront-function.json ├── aws-cloudfront-keygroup.json ├── aws-cloudfront-keyvaluestore.json ├── aws-cloudfront-monitoringsubscription.json ├── aws-cloudfront-originaccesscontrol.json ├── aws-cloudfront-originrequestpolicy.json ├── aws-cloudfront-publickey.json ├── aws-cloudfront-realtimelogconfig.json ├── aws-cloudfront-responseheaderspolicy.json ├── aws-cloudfront-streamingdistribution.json ├── aws-cloudfront-vpcorigin.json ├── aws-cloudtrail-channel.json ├── aws-cloudtrail-dashboard.json ├── aws-cloudtrail-eventdatastore.json ├── aws-cloudtrail-resourcepolicy.json ├── aws-cloudtrail-trail.json ├── aws-cloudwatch-alarm.json ├── aws-cloudwatch-anomalydetector.json ├── aws-cloudwatch-compositealarm.json ├── aws-cloudwatch-dashboard.json ├── aws-cloudwatch-insightrule.json ├── aws-cloudwatch-metricstream.json ├── aws-codeartifact-domain.json ├── aws-codeartifact-packagegroup.json ├── aws-codeartifact-repository.json ├── aws-codebuild-fleet.json ├── aws-codebuild-project.json ├── aws-codebuild-reportgroup.json ├── aws-codebuild-sourcecredential.json ├── aws-codecommit-repository.json ├── aws-codeconnections-connection.json ├── aws-codedeploy-application.json ├── aws-codedeploy-deploymentconfig.json ├── aws-codedeploy-deploymentgroup.json ├── aws-codeguruprofiler-profilinggroup.json ├── aws-codegurureviewer-repositoryassociation.json ├── aws-codepipeline-customactiontype.json ├── aws-codepipeline-pipeline.json ├── aws-codepipeline-webhook.json ├── aws-codestar-githubrepository.json ├── aws-codestarconnections-connection.json ├── aws-codestarconnections-repositorylink.json ├── aws-codestarconnections-syncconfiguration.json ├── aws-codestarnotifications-notificationrule.json ├── aws-cognito-identitypool.json ├── aws-cognito-identitypoolprincipaltag.json ├── aws-cognito-identitypoolroleattachment.json ├── aws-cognito-logdeliveryconfiguration.json ├── aws-cognito-managedloginbranding.json ├── aws-cognito-userpool.json ├── aws-cognito-userpoolclient.json ├── aws-cognito-userpooldomain.json ├── aws-cognito-userpoolgroup.json ├── aws-cognito-userpoolidentityprovider.json ├── aws-cognito-userpoolresourceserver.json ├── aws-cognito-userpoolriskconfigurationattachment.json ├── aws-cognito-userpooluicustomizationattachment.json ├── aws-cognito-userpooluser.json ├── aws-cognito-userpoolusertogroupattachment.json ├── aws-comprehend-documentclassifier.json ├── aws-comprehend-flywheel.json ├── aws-config-aggregationauthorization.json ├── aws-config-configrule.json ├── aws-config-configurationaggregator.json ├── aws-config-configurationrecorder.json ├── aws-config-conformancepack.json ├── aws-config-deliverychannel.json ├── aws-config-organizationconfigrule.json ├── aws-config-organizationconformancepack.json ├── aws-config-remediationconfiguration.json ├── aws-config-storedquery.json ├── aws-connect-agentstatus.json ├── aws-connect-approvedorigin.json ├── aws-connect-contactflow.json ├── aws-connect-contactflowmodule.json ├── aws-connect-contactflowversion.json ├── aws-connect-emailaddress.json ├── aws-connect-evaluationform.json ├── aws-connect-hoursofoperation.json ├── aws-connect-instance.json ├── aws-connect-instancestorageconfig.json ├── aws-connect-integrationassociation.json ├── aws-connect-phonenumber.json ├── aws-connect-predefinedattribute.json ├── aws-connect-prompt.json ├── aws-connect-queue.json ├── aws-connect-quickconnect.json ├── aws-connect-routingprofile.json ├── aws-connect-rule.json ├── aws-connect-securitykey.json ├── aws-connect-securityprofile.json ├── aws-connect-tasktemplate.json ├── aws-connect-trafficdistributiongroup.json ├── aws-connect-user.json ├── aws-connect-userhierarchygroup.json ├── aws-connect-userhierarchystructure.json ├── aws-connect-view.json ├── aws-connect-viewversion.json ├── aws-connectcampaigns-campaign.json ├── aws-connectcampaignsv2-campaign.json ├── aws-controltower-enabledbaseline.json ├── aws-controltower-enabledcontrol.json ├── aws-controltower-landingzone.json ├── aws-cur-reportdefinition.json ├── aws-customerprofiles-calculatedattributedefinition.json ├── aws-customerprofiles-domain.json ├── aws-customerprofiles-eventstream.json ├── aws-customerprofiles-eventtrigger.json ├── aws-customerprofiles-integration.json ├── aws-customerprofiles-objecttype.json ├── aws-customerprofiles-segmentdefinition.json ├── aws-databrew-dataset.json ├── aws-databrew-job.json ├── aws-databrew-project.json ├── aws-databrew-recipe.json ├── aws-databrew-ruleset.json ├── aws-databrew-schedule.json ├── aws-datapipeline-pipeline.json ├── aws-datasync-agent.json ├── aws-datasync-locationazureblob.json ├── aws-datasync-locationefs.json ├── aws-datasync-locationfsxlustre.json ├── aws-datasync-locationfsxontap.json ├── aws-datasync-locationfsxopenzfs.json ├── aws-datasync-locationfsxwindows.json ├── aws-datasync-locationhdfs.json ├── aws-datasync-locationnfs.json ├── aws-datasync-locationobjectstorage.json ├── aws-datasync-locations3.json ├── aws-datasync-locationsmb.json ├── aws-datasync-storagesystem.json ├── aws-datasync-task.json ├── aws-datazone-connection.json ├── aws-datazone-datasource.json ├── aws-datazone-domain.json ├── aws-datazone-environment.json ├── aws-datazone-environmentactions.json ├── aws-datazone-environmentblueprintconfiguration.json ├── aws-datazone-environmentprofile.json ├── aws-datazone-groupprofile.json ├── aws-datazone-project.json ├── aws-datazone-projectmembership.json ├── aws-datazone-subscriptiontarget.json ├── aws-datazone-userprofile.json ├── aws-dax-cluster.json ├── aws-dax-parametergroup.json ├── aws-dax-subnetgroup.json ├── aws-deadline-farm.json ├── aws-deadline-fleet.json ├── aws-deadline-licenseendpoint.json ├── aws-deadline-limit.json ├── aws-deadline-meteredproduct.json ├── aws-deadline-monitor.json ├── aws-deadline-queue.json ├── aws-deadline-queueenvironment.json ├── aws-deadline-queuefleetassociation.json ├── aws-deadline-queuelimitassociation.json ├── aws-deadline-storageprofile.json ├── aws-detective-graph.json ├── aws-detective-memberinvitation.json ├── aws-detective-organizationadmin.json ├── aws-devopsguru-loganomalydetectionintegration.json ├── aws-devopsguru-notificationchannel.json ├── aws-devopsguru-resourcecollection.json ├── aws-directoryservice-microsoftad.json ├── aws-directoryservice-simplead.json ├── aws-dlm-lifecyclepolicy.json ├── aws-dms-certificate.json ├── aws-dms-datamigration.json ├── aws-dms-dataprovider.json ├── aws-dms-endpoint.json ├── aws-dms-eventsubscription.json ├── aws-dms-instanceprofile.json ├── aws-dms-migrationproject.json ├── aws-dms-replicationconfig.json ├── aws-dms-replicationinstance.json ├── aws-dms-replicationsubnetgroup.json ├── aws-dms-replicationtask.json ├── aws-docdb-dbcluster.json ├── aws-docdb-dbclusterparametergroup.json ├── aws-docdb-dbinstance.json ├── aws-docdb-dbsubnetgroup.json ├── aws-docdb-eventsubscription.json ├── aws-docdbelastic-cluster.json ├── aws-dsql-cluster.json ├── aws-dynamodb-globaltable.json ├── aws-dynamodb-table.json ├── aws-ec2-capacityreservation.json ├── aws-ec2-capacityreservationfleet.json ├── aws-ec2-carriergateway.json ├── aws-ec2-clientvpnauthorizationrule.json ├── aws-ec2-clientvpnendpoint.json ├── aws-ec2-clientvpnroute.json ├── aws-ec2-clientvpntargetnetworkassociation.json ├── aws-ec2-customergateway.json ├── aws-ec2-dhcpoptions.json ├── aws-ec2-ec2fleet.json ├── aws-ec2-egressonlyinternetgateway.json ├── aws-ec2-eip.json ├── aws-ec2-eipassociation.json ├── aws-ec2-enclavecertificateiamroleassociation.json ├── aws-ec2-flowlog.json ├── aws-ec2-gatewayroutetableassociation.json ├── aws-ec2-host.json ├── aws-ec2-instance.json ├── aws-ec2-instanceconnectendpoint.json ├── aws-ec2-internetgateway.json ├── aws-ec2-ipam.json ├── aws-ec2-ipamallocation.json ├── aws-ec2-ipampool.json ├── aws-ec2-ipampoolcidr.json ├── aws-ec2-ipamresourcediscovery.json ├── aws-ec2-ipamresourcediscoveryassociation.json ├── aws-ec2-ipamscope.json ├── aws-ec2-keypair.json ├── aws-ec2-launchtemplate.json ├── aws-ec2-localgatewayroute.json ├── aws-ec2-localgatewayroutetable.json ├── aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.json ├── aws-ec2-localgatewayroutetablevpcassociation.json ├── aws-ec2-natgateway.json ├── aws-ec2-networkacl.json ├── aws-ec2-networkaclentry.json ├── aws-ec2-networkinsightsaccessscope.json ├── aws-ec2-networkinsightsaccessscopeanalysis.json ├── aws-ec2-networkinsightsanalysis.json ├── aws-ec2-networkinsightspath.json ├── aws-ec2-networkinterface.json ├── aws-ec2-networkinterfaceattachment.json ├── aws-ec2-networkinterfacepermission.json ├── aws-ec2-networkperformancemetricsubscription.json ├── aws-ec2-placementgroup.json ├── aws-ec2-prefixlist.json ├── aws-ec2-route.json ├── aws-ec2-routeserver.json ├── aws-ec2-routeserverassociation.json ├── aws-ec2-routeserverendpoint.json ├── aws-ec2-routeserverpeer.json ├── aws-ec2-routeserverpropagation.json ├── aws-ec2-routetable.json ├── aws-ec2-securitygroup.json ├── aws-ec2-securitygroupegress.json ├── aws-ec2-securitygroupingress.json ├── aws-ec2-securitygroupvpcassociation.json ├── aws-ec2-snapshotblockpublicaccess.json ├── aws-ec2-spotfleet.json ├── aws-ec2-subnet.json ├── aws-ec2-subnetcidrblock.json ├── aws-ec2-subnetnetworkaclassociation.json ├── aws-ec2-subnetroutetableassociation.json ├── aws-ec2-trafficmirrorfilter.json ├── aws-ec2-trafficmirrorfilterrule.json ├── aws-ec2-trafficmirrorsession.json ├── aws-ec2-trafficmirrortarget.json ├── aws-ec2-transitgateway.json ├── aws-ec2-transitgatewayattachment.json ├── aws-ec2-transitgatewayconnect.json ├── aws-ec2-transitgatewaymulticastdomain.json ├── aws-ec2-transitgatewaymulticastdomainassociation.json ├── aws-ec2-transitgatewaymulticastgroupmember.json ├── aws-ec2-transitgatewaymulticastgroupsource.json ├── aws-ec2-transitgatewaypeeringattachment.json ├── aws-ec2-transitgatewayroute.json ├── aws-ec2-transitgatewayroutetable.json ├── aws-ec2-transitgatewayroutetableassociation.json ├── aws-ec2-transitgatewayroutetablepropagation.json ├── aws-ec2-transitgatewayvpcattachment.json ├── aws-ec2-verifiedaccessendpoint.json ├── aws-ec2-verifiedaccessgroup.json ├── aws-ec2-verifiedaccessinstance.json ├── aws-ec2-verifiedaccesstrustprovider.json ├── aws-ec2-volume.json ├── aws-ec2-volumeattachment.json ├── aws-ec2-vpc.json ├── aws-ec2-vpcblockpublicaccessexclusion.json ├── aws-ec2-vpcblockpublicaccessoptions.json ├── aws-ec2-vpccidrblock.json ├── aws-ec2-vpcdhcpoptionsassociation.json ├── aws-ec2-vpcendpoint.json ├── aws-ec2-vpcendpointconnectionnotification.json ├── aws-ec2-vpcendpointservice.json ├── aws-ec2-vpcendpointservicepermissions.json ├── aws-ec2-vpcgatewayattachment.json ├── aws-ec2-vpcpeeringconnection.json ├── aws-ec2-vpnconnection.json ├── aws-ec2-vpnconnectionroute.json ├── aws-ec2-vpngateway.json ├── aws-ec2-vpngatewayroutepropagation.json ├── aws-ecr-publicrepository.json ├── aws-ecr-pullthroughcacherule.json ├── aws-ecr-registrypolicy.json ├── aws-ecr-registryscanningconfiguration.json ├── aws-ecr-replicationconfiguration.json ├── aws-ecr-repository.json ├── aws-ecr-repositorycreationtemplate.json ├── aws-ecs-capacityprovider.json ├── aws-ecs-cluster.json ├── aws-ecs-clustercapacityproviderassociations.json ├── aws-ecs-primarytaskset.json ├── aws-ecs-service.json ├── aws-ecs-taskdefinition.json ├── aws-ecs-taskset.json ├── aws-efs-accesspoint.json ├── aws-efs-filesystem.json ├── aws-efs-mounttarget.json ├── aws-eks-accessentry.json ├── aws-eks-addon.json ├── aws-eks-cluster.json ├── aws-eks-fargateprofile.json ├── aws-eks-identityproviderconfig.json ├── aws-eks-nodegroup.json ├── aws-eks-podidentityassociation.json ├── aws-elasticache-cachecluster.json ├── aws-elasticache-globalreplicationgroup.json ├── aws-elasticache-parametergroup.json ├── aws-elasticache-replicationgroup.json ├── aws-elasticache-securitygroup.json ├── aws-elasticache-securitygroupingress.json ├── aws-elasticache-serverlesscache.json ├── aws-elasticache-subnetgroup.json ├── aws-elasticache-user.json ├── aws-elasticache-usergroup.json ├── aws-elasticbeanstalk-application.json ├── aws-elasticbeanstalk-applicationversion.json ├── aws-elasticbeanstalk-configurationtemplate.json ├── aws-elasticbeanstalk-environment.json ├── aws-elasticloadbalancing-loadbalancer.json ├── aws-elasticloadbalancingv2-listener.json ├── aws-elasticloadbalancingv2-listenercertificate.json ├── aws-elasticloadbalancingv2-listenerrule.json ├── aws-elasticloadbalancingv2-loadbalancer.json ├── aws-elasticloadbalancingv2-targetgroup.json ├── aws-elasticloadbalancingv2-truststore.json ├── aws-elasticloadbalancingv2-truststorerevocation.json ├── aws-elasticsearch-domain.json ├── aws-emr-cluster.json ├── aws-emr-instancefleetconfig.json ├── aws-emr-instancegroupconfig.json ├── aws-emr-securityconfiguration.json ├── aws-emr-step.json ├── aws-emr-studio.json ├── aws-emr-studiosessionmapping.json ├── aws-emr-walworkspace.json ├── aws-emrcontainers-virtualcluster.json ├── aws-emrserverless-application.json ├── aws-entityresolution-idmappingworkflow.json ├── aws-entityresolution-idnamespace.json ├── aws-entityresolution-matchingworkflow.json ├── aws-entityresolution-policystatement.json ├── aws-entityresolution-schemamapping.json ├── aws-events-apidestination.json ├── aws-events-archive.json ├── aws-events-connection.json ├── aws-events-endpoint.json ├── aws-events-eventbus.json ├── aws-events-eventbuspolicy.json ├── aws-events-rule.json ├── aws-eventschemas-discoverer.json ├── aws-eventschemas-registry.json ├── aws-eventschemas-registrypolicy.json ├── aws-eventschemas-schema.json ├── aws-evidently-experiment.json ├── aws-evidently-feature.json ├── aws-evidently-launch.json ├── aws-evidently-project.json ├── aws-evidently-segment.json ├── aws-finspace-environment.json ├── aws-fis-experimenttemplate.json ├── aws-fis-targetaccountconfiguration.json ├── aws-fms-notificationchannel.json ├── aws-fms-policy.json ├── aws-fms-resourceset.json ├── aws-forecast-dataset.json ├── aws-forecast-datasetgroup.json ├── aws-frauddetector-detector.json ├── aws-frauddetector-entitytype.json ├── aws-frauddetector-eventtype.json ├── aws-frauddetector-label.json ├── aws-frauddetector-list.json ├── aws-frauddetector-outcome.json ├── aws-frauddetector-variable.json ├── aws-fsx-datarepositoryassociation.json ├── aws-fsx-filesystem.json ├── aws-fsx-snapshot.json ├── aws-fsx-storagevirtualmachine.json ├── aws-fsx-volume.json ├── aws-gamelift-alias.json ├── aws-gamelift-build.json ├── aws-gamelift-containerfleet.json ├── aws-gamelift-containergroupdefinition.json ├── aws-gamelift-fleet.json ├── aws-gamelift-gameservergroup.json ├── aws-gamelift-gamesessionqueue.json ├── aws-gamelift-location.json ├── aws-gamelift-matchmakingconfiguration.json ├── aws-gamelift-matchmakingruleset.json ├── aws-gamelift-script.json ├── aws-globalaccelerator-accelerator.json ├── aws-globalaccelerator-crossaccountattachment.json ├── aws-globalaccelerator-endpointgroup.json ├── aws-globalaccelerator-listener.json ├── aws-glue-classifier.json ├── aws-glue-connection.json ├── aws-glue-crawler.json ├── aws-glue-customentitytype.json ├── aws-glue-database.json ├── aws-glue-datacatalogencryptionsettings.json ├── aws-glue-dataqualityruleset.json ├── aws-glue-devendpoint.json ├── aws-glue-job.json ├── aws-glue-mltransform.json ├── aws-glue-partition.json ├── aws-glue-registry.json ├── aws-glue-schema.json ├── aws-glue-schemaversion.json ├── aws-glue-schemaversionmetadata.json ├── aws-glue-securityconfiguration.json ├── aws-glue-table.json ├── aws-glue-tableoptimizer.json ├── aws-glue-trigger.json ├── aws-glue-usageprofile.json ├── aws-glue-workflow.json ├── aws-grafana-workspace.json ├── aws-greengrass-connectordefinition.json ├── aws-greengrass-connectordefinitionversion.json ├── aws-greengrass-coredefinition.json ├── aws-greengrass-coredefinitionversion.json ├── aws-greengrass-devicedefinition.json ├── aws-greengrass-devicedefinitionversion.json ├── aws-greengrass-functiondefinition.json ├── aws-greengrass-functiondefinitionversion.json ├── aws-greengrass-group.json ├── aws-greengrass-groupversion.json ├── aws-greengrass-loggerdefinition.json ├── aws-greengrass-loggerdefinitionversion.json ├── aws-greengrass-resourcedefinition.json ├── aws-greengrass-resourcedefinitionversion.json ├── aws-greengrass-subscriptiondefinition.json ├── aws-greengrass-subscriptiondefinitionversion.json ├── aws-greengrassv2-componentversion.json ├── aws-greengrassv2-deployment.json ├── aws-groundstation-config.json ├── aws-groundstation-dataflowendpointgroup.json ├── aws-groundstation-missionprofile.json ├── aws-guardduty-detector.json ├── aws-guardduty-filter.json ├── aws-guardduty-ipset.json ├── aws-guardduty-malwareprotectionplan.json ├── aws-guardduty-master.json ├── aws-guardduty-member.json ├── aws-guardduty-publishingdestination.json ├── aws-guardduty-threatintelset.json ├── aws-healthimaging-datastore.json ├── aws-healthlake-fhirdatastore.json ├── aws-iam-accesskey.json ├── aws-iam-group.json ├── aws-iam-grouppolicy.json ├── aws-iam-instanceprofile.json ├── aws-iam-managedpolicy.json ├── aws-iam-oidcprovider.json ├── aws-iam-policy.json ├── aws-iam-role.json ├── aws-iam-rolepolicy.json ├── aws-iam-samlprovider.json ├── aws-iam-servercertificate.json ├── aws-iam-servicelinkedrole.json ├── aws-iam-user.json ├── aws-iam-userpolicy.json ├── aws-iam-usertogroupaddition.json ├── aws-iam-virtualmfadevice.json ├── aws-identitystore-group.json ├── aws-identitystore-groupmembership.json ├── aws-imagebuilder-component.json ├── aws-imagebuilder-containerrecipe.json ├── aws-imagebuilder-distributionconfiguration.json ├── aws-imagebuilder-image.json ├── aws-imagebuilder-imagepipeline.json ├── aws-imagebuilder-imagerecipe.json ├── aws-imagebuilder-infrastructureconfiguration.json ├── aws-imagebuilder-lifecyclepolicy.json ├── aws-imagebuilder-workflow.json ├── aws-inspector-assessmenttarget.json ├── aws-inspector-assessmenttemplate.json ├── aws-inspector-resourcegroup.json ├── aws-inspectorv2-cisscanconfiguration.json ├── aws-inspectorv2-filter.json ├── aws-internetmonitor-monitor.json ├── aws-invoicing-invoiceunit.json ├── aws-iot-accountauditconfiguration.json ├── aws-iot-authorizer.json ├── aws-iot-billinggroup.json ├── aws-iot-cacertificate.json ├── aws-iot-certificate.json ├── aws-iot-certificateprovider.json ├── aws-iot-command.json ├── aws-iot-custommetric.json ├── aws-iot-dimension.json ├── aws-iot-domainconfiguration.json ├── aws-iot-fleetmetric.json ├── aws-iot-jobtemplate.json ├── aws-iot-logging.json ├── aws-iot-mitigationaction.json ├── aws-iot-policy.json ├── aws-iot-policyprincipalattachment.json ├── aws-iot-provisioningtemplate.json ├── aws-iot-resourcespecificlogging.json ├── aws-iot-rolealias.json ├── aws-iot-scheduledaudit.json ├── aws-iot-securityprofile.json ├── aws-iot-softwarepackage.json ├── aws-iot-softwarepackageversion.json ├── aws-iot-thing.json ├── aws-iot-thinggroup.json ├── aws-iot-thingprincipalattachment.json ├── aws-iot-thingtype.json ├── aws-iot-topicrule.json ├── aws-iot-topicruledestination.json ├── aws-iotanalytics-channel.json ├── aws-iotanalytics-dataset.json ├── aws-iotanalytics-datastore.json ├── aws-iotanalytics-pipeline.json ├── aws-iotcoredeviceadvisor-suitedefinition.json ├── aws-iotevents-alarmmodel.json ├── aws-iotevents-detectormodel.json ├── aws-iotevents-input.json ├── aws-iotfleethub-application.json ├── aws-iotfleetwise-campaign.json ├── aws-iotfleetwise-decodermanifest.json ├── aws-iotfleetwise-fleet.json ├── aws-iotfleetwise-modelmanifest.json ├── aws-iotfleetwise-signalcatalog.json ├── aws-iotfleetwise-statetemplate.json ├── aws-iotfleetwise-vehicle.json ├── aws-iotsitewise-accesspolicy.json ├── aws-iotsitewise-asset.json ├── aws-iotsitewise-assetmodel.json ├── aws-iotsitewise-dashboard.json ├── aws-iotsitewise-dataset.json ├── aws-iotsitewise-gateway.json ├── aws-iotsitewise-portal.json ├── aws-iotsitewise-project.json ├── aws-iotthingsgraph-flowtemplate.json ├── aws-iottwinmaker-componenttype.json ├── aws-iottwinmaker-entity.json ├── aws-iottwinmaker-scene.json ├── aws-iottwinmaker-syncjob.json ├── aws-iottwinmaker-workspace.json ├── aws-iotwireless-destination.json ├── aws-iotwireless-deviceprofile.json ├── aws-iotwireless-fuotatask.json ├── aws-iotwireless-multicastgroup.json ├── aws-iotwireless-networkanalyzerconfiguration.json ├── aws-iotwireless-partneraccount.json ├── aws-iotwireless-serviceprofile.json ├── aws-iotwireless-taskdefinition.json ├── aws-iotwireless-wirelessdevice.json ├── aws-iotwireless-wirelessdeviceimporttask.json ├── aws-iotwireless-wirelessgateway.json ├── aws-ivs-channel.json ├── aws-ivs-encoderconfiguration.json ├── aws-ivs-ingestconfiguration.json ├── aws-ivs-playbackkeypair.json ├── aws-ivs-playbackrestrictionpolicy.json ├── aws-ivs-publickey.json ├── aws-ivs-recordingconfiguration.json ├── aws-ivs-stage.json ├── aws-ivs-storageconfiguration.json ├── aws-ivs-streamkey.json ├── aws-ivschat-loggingconfiguration.json ├── aws-ivschat-room.json ├── aws-kafkaconnect-connector.json ├── aws-kafkaconnect-customplugin.json ├── aws-kafkaconnect-workerconfiguration.json ├── aws-kendra-datasource.json ├── aws-kendra-faq.json ├── aws-kendra-index.json ├── aws-kendraranking-executionplan.json ├── aws-kinesis-resourcepolicy.json ├── aws-kinesis-stream.json ├── aws-kinesis-streamconsumer.json ├── aws-kinesisanalytics-application.json ├── aws-kinesisanalytics-applicationoutput.json ├── aws-kinesisanalytics-applicationreferencedatasource.json ├── aws-kinesisanalyticsv2-application.json ├── aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.json ├── aws-kinesisanalyticsv2-applicationoutput.json ├── aws-kinesisanalyticsv2-applicationreferencedatasource.json ├── aws-kinesisfirehose-deliverystream.json ├── aws-kinesisvideo-signalingchannel.json ├── aws-kinesisvideo-stream.json ├── aws-kms-alias.json ├── aws-kms-key.json ├── aws-kms-replicakey.json ├── aws-lakeformation-datacellsfilter.json ├── aws-lakeformation-datalakesettings.json ├── aws-lakeformation-permissions.json ├── aws-lakeformation-principalpermissions.json ├── aws-lakeformation-resource.json ├── aws-lakeformation-tag.json ├── aws-lakeformation-tagassociation.json ├── aws-lambda-alias.json ├── aws-lambda-codesigningconfig.json ├── aws-lambda-eventinvokeconfig.json ├── aws-lambda-eventsourcemapping.json ├── aws-lambda-function.json ├── aws-lambda-layerversion.json ├── aws-lambda-layerversionpermission.json ├── aws-lambda-permission.json ├── aws-lambda-url.json ├── aws-lambda-version.json ├── aws-launchwizard-deployment.json ├── aws-lex-bot.json ├── aws-lex-botalias.json ├── aws-lex-botversion.json ├── aws-lex-resourcepolicy.json ├── aws-licensemanager-grant.json ├── aws-licensemanager-license.json ├── aws-lightsail-alarm.json ├── aws-lightsail-bucket.json ├── aws-lightsail-certificate.json ├── aws-lightsail-container.json ├── aws-lightsail-database.json ├── aws-lightsail-disk.json ├── aws-lightsail-distribution.json ├── aws-lightsail-instance.json ├── aws-lightsail-loadbalancer.json ├── aws-lightsail-loadbalancertlscertificate.json ├── aws-lightsail-staticip.json ├── aws-location-apikey.json ├── aws-location-geofencecollection.json ├── aws-location-map.json ├── aws-location-placeindex.json ├── aws-location-routecalculator.json ├── aws-location-tracker.json ├── aws-location-trackerconsumer.json ├── aws-logs-accountpolicy.json ├── aws-logs-delivery.json ├── aws-logs-deliverydestination.json ├── aws-logs-deliverysource.json ├── aws-logs-destination.json ├── aws-logs-integration.json ├── aws-logs-loganomalydetector.json ├── aws-logs-loggroup.json ├── aws-logs-logstream.json ├── aws-logs-metricfilter.json ├── aws-logs-querydefinition.json ├── aws-logs-resourcepolicy.json ├── aws-logs-subscriptionfilter.json ├── aws-logs-transformer.json ├── aws-lookoutequipment-inferencescheduler.json ├── aws-lookoutmetrics-alert.json ├── aws-lookoutmetrics-anomalydetector.json ├── aws-lookoutvision-project.json ├── aws-m2-application.json ├── aws-m2-deployment.json ├── aws-m2-environment.json ├── aws-macie-allowlist.json ├── aws-macie-customdataidentifier.json ├── aws-macie-findingsfilter.json ├── aws-macie-session.json ├── aws-managedblockchain-accessor.json ├── aws-managedblockchain-member.json ├── aws-managedblockchain-node.json ├── aws-mediaconnect-bridge.json ├── aws-mediaconnect-bridgeoutput.json ├── aws-mediaconnect-bridgesource.json ├── aws-mediaconnect-flow.json ├── aws-mediaconnect-flowentitlement.json ├── aws-mediaconnect-flowoutput.json ├── aws-mediaconnect-flowsource.json ├── aws-mediaconnect-flowvpcinterface.json ├── aws-mediaconnect-gateway.json ├── aws-mediaconvert-jobtemplate.json ├── aws-mediaconvert-preset.json ├── aws-mediaconvert-queue.json ├── aws-medialive-channel.json ├── aws-medialive-channelplacementgroup.json ├── aws-medialive-cloudwatchalarmtemplate.json ├── aws-medialive-cloudwatchalarmtemplategroup.json ├── aws-medialive-cluster.json ├── aws-medialive-eventbridgeruletemplate.json ├── aws-medialive-eventbridgeruletemplategroup.json ├── aws-medialive-input.json ├── aws-medialive-inputsecuritygroup.json ├── aws-medialive-multiplex.json ├── aws-medialive-multiplexprogram.json ├── aws-medialive-network.json ├── aws-medialive-sdisource.json ├── aws-medialive-signalmap.json ├── aws-mediapackage-asset.json ├── aws-mediapackage-channel.json ├── aws-mediapackage-originendpoint.json ├── aws-mediapackage-packagingconfiguration.json ├── aws-mediapackage-packaginggroup.json ├── aws-mediapackagev2-channel.json ├── aws-mediapackagev2-channelgroup.json ├── aws-mediapackagev2-channelpolicy.json ├── aws-mediapackagev2-originendpoint.json ├── aws-mediapackagev2-originendpointpolicy.json ├── aws-mediastore-container.json ├── aws-mediatailor-channel.json ├── aws-mediatailor-channelpolicy.json ├── aws-mediatailor-livesource.json ├── aws-mediatailor-playbackconfiguration.json ├── aws-mediatailor-sourcelocation.json ├── aws-mediatailor-vodsource.json ├── aws-memorydb-acl.json ├── aws-memorydb-cluster.json ├── aws-memorydb-multiregioncluster.json ├── aws-memorydb-parametergroup.json ├── aws-memorydb-subnetgroup.json ├── aws-memorydb-user.json ├── aws-msk-batchscramsecret.json ├── aws-msk-cluster.json ├── aws-msk-clusterpolicy.json ├── aws-msk-configuration.json ├── aws-msk-replicator.json ├── aws-msk-serverlesscluster.json ├── aws-msk-vpcconnection.json ├── aws-mwaa-environment.json ├── aws-neptune-dbcluster.json ├── aws-neptune-dbclusterparametergroup.json ├── aws-neptune-dbinstance.json ├── aws-neptune-dbparametergroup.json ├── aws-neptune-dbsubnetgroup.json ├── aws-neptune-eventsubscription.json ├── aws-neptunegraph-graph.json ├── aws-neptunegraph-privategraphendpoint.json ├── aws-networkfirewall-firewall.json ├── aws-networkfirewall-firewallpolicy.json ├── aws-networkfirewall-loggingconfiguration.json ├── aws-networkfirewall-rulegroup.json ├── aws-networkfirewall-tlsinspectionconfiguration.json ├── aws-networkmanager-connectattachment.json ├── aws-networkmanager-connectpeer.json ├── aws-networkmanager-corenetwork.json ├── aws-networkmanager-customergatewayassociation.json ├── aws-networkmanager-device.json ├── aws-networkmanager-directconnectgatewayattachment.json ├── aws-networkmanager-globalnetwork.json ├── aws-networkmanager-link.json ├── aws-networkmanager-linkassociation.json ├── aws-networkmanager-site.json ├── aws-networkmanager-sitetositevpnattachment.json ├── aws-networkmanager-transitgatewaypeering.json ├── aws-networkmanager-transitgatewayregistration.json ├── aws-networkmanager-transitgatewayroutetableattachment.json ├── aws-networkmanager-vpcattachment.json ├── aws-notifications-channelassociation.json ├── aws-notifications-eventrule.json ├── aws-notifications-managednotificationaccountcontactassociation.json ├── aws-notifications-managednotificationadditionalchannelassociation.json ├── aws-notifications-notificationconfiguration.json ├── aws-notifications-notificationhub.json ├── aws-notificationscontacts-emailcontact.json ├── aws-oam-link.json ├── aws-oam-sink.json ├── aws-omics-annotationstore.json ├── aws-omics-referencestore.json ├── aws-omics-rungroup.json ├── aws-omics-sequencestore.json ├── aws-omics-variantstore.json ├── aws-omics-workflow.json ├── aws-opensearchserverless-accesspolicy.json ├── aws-opensearchserverless-collection.json ├── aws-opensearchserverless-index.json ├── aws-opensearchserverless-lifecyclepolicy.json ├── aws-opensearchserverless-securityconfig.json ├── aws-opensearchserverless-securitypolicy.json ├── aws-opensearchserverless-vpcendpoint.json ├── aws-opensearchservice-application.json ├── aws-opensearchservice-domain.json ├── aws-opsworks-app.json ├── aws-opsworks-elasticloadbalancerattachment.json ├── aws-opsworks-instance.json ├── aws-opsworks-layer.json ├── aws-opsworks-stack.json ├── aws-opsworks-userprofile.json ├── aws-opsworks-volume.json ├── aws-opsworkscm-server.json ├── aws-organizations-account.json ├── aws-organizations-organization.json ├── aws-organizations-organizationalunit.json ├── aws-organizations-policy.json ├── aws-organizations-resourcepolicy.json ├── aws-osis-pipeline.json ├── aws-panorama-applicationinstance.json ├── aws-panorama-package.json ├── aws-panorama-packageversion.json ├── aws-paymentcryptography-alias.json ├── aws-paymentcryptography-key.json ├── aws-pcaconnectorad-connector.json ├── aws-pcaconnectorad-directoryregistration.json ├── aws-pcaconnectorad-serviceprincipalname.json ├── aws-pcaconnectorad-template.json ├── aws-pcaconnectorad-templategroupaccesscontrolentry.json ├── aws-pcaconnectorscep-challenge.json ├── aws-pcaconnectorscep-connector.json ├── aws-pcs-cluster.json ├── aws-pcs-computenodegroup.json ├── aws-pcs-queue.json ├── aws-personalize-dataset.json ├── aws-personalize-datasetgroup.json ├── aws-personalize-schema.json ├── aws-personalize-solution.json ├── aws-pinpoint-admchannel.json ├── aws-pinpoint-apnschannel.json ├── aws-pinpoint-apnssandboxchannel.json ├── aws-pinpoint-apnsvoipchannel.json ├── aws-pinpoint-apnsvoipsandboxchannel.json ├── aws-pinpoint-app.json ├── aws-pinpoint-applicationsettings.json ├── aws-pinpoint-baiduchannel.json ├── aws-pinpoint-campaign.json ├── aws-pinpoint-emailchannel.json ├── aws-pinpoint-emailtemplate.json ├── aws-pinpoint-eventstream.json ├── aws-pinpoint-gcmchannel.json ├── aws-pinpoint-inapptemplate.json ├── aws-pinpoint-pushtemplate.json ├── aws-pinpoint-segment.json ├── aws-pinpoint-smschannel.json ├── aws-pinpoint-smstemplate.json ├── aws-pinpoint-voicechannel.json ├── aws-pinpointemail-configurationset.json ├── aws-pinpointemail-configurationseteventdestination.json ├── aws-pinpointemail-dedicatedippool.json ├── aws-pinpointemail-identity.json ├── aws-pipes-pipe.json ├── aws-proton-environmentaccountconnection.json ├── aws-proton-environmenttemplate.json ├── aws-proton-servicetemplate.json ├── aws-qbusiness-application.json ├── aws-qbusiness-dataaccessor.json ├── aws-qbusiness-datasource.json ├── aws-qbusiness-index.json ├── aws-qbusiness-permission.json ├── aws-qbusiness-plugin.json ├── aws-qbusiness-retriever.json ├── aws-qbusiness-webexperience.json ├── aws-qldb-ledger.json ├── aws-qldb-stream.json ├── aws-quicksight-analysis.json ├── aws-quicksight-custompermissions.json ├── aws-quicksight-dashboard.json ├── aws-quicksight-dataset.json ├── aws-quicksight-datasource.json ├── aws-quicksight-folder.json ├── aws-quicksight-refreshschedule.json ├── aws-quicksight-template.json ├── aws-quicksight-theme.json ├── aws-quicksight-topic.json ├── aws-quicksight-vpcconnection.json ├── aws-ram-permission.json ├── aws-ram-resourceshare.json ├── aws-rbin-rule.json ├── aws-rds-customdbengineversion.json ├── aws-rds-dbcluster.json ├── aws-rds-dbclusterparametergroup.json ├── aws-rds-dbinstance.json ├── aws-rds-dbparametergroup.json ├── aws-rds-dbproxy.json ├── aws-rds-dbproxyendpoint.json ├── aws-rds-dbproxytargetgroup.json ├── aws-rds-dbsecuritygroup.json ├── aws-rds-dbsecuritygroupingress.json ├── aws-rds-dbshardgroup.json ├── aws-rds-dbsubnetgroup.json ├── aws-rds-eventsubscription.json ├── aws-rds-globalcluster.json ├── aws-rds-integration.json ├── aws-rds-optiongroup.json ├── aws-redshift-cluster.json ├── aws-redshift-clusterparametergroup.json ├── aws-redshift-clustersecuritygroup.json ├── aws-redshift-clustersecuritygroupingress.json ├── aws-redshift-clustersubnetgroup.json ├── aws-redshift-endpointaccess.json ├── aws-redshift-endpointauthorization.json ├── aws-redshift-eventsubscription.json ├── aws-redshift-integration.json ├── aws-redshift-scheduledaction.json ├── aws-redshiftserverless-namespace.json ├── aws-redshiftserverless-workgroup.json ├── aws-refactorspaces-application.json ├── aws-refactorspaces-environment.json ├── aws-refactorspaces-route.json ├── aws-refactorspaces-service.json ├── aws-rekognition-collection.json ├── aws-rekognition-project.json ├── aws-rekognition-streamprocessor.json ├── aws-resiliencehub-app.json ├── aws-resiliencehub-resiliencypolicy.json ├── aws-resourceexplorer2-defaultviewassociation.json ├── aws-resourceexplorer2-index.json ├── aws-resourceexplorer2-view.json ├── aws-resourcegroups-group.json ├── aws-resourcegroups-tagsynctask.json ├── aws-robomaker-fleet.json ├── aws-robomaker-robot.json ├── aws-robomaker-robotapplication.json ├── aws-robomaker-robotapplicationversion.json ├── aws-robomaker-simulationapplication.json ├── aws-robomaker-simulationapplicationversion.json ├── aws-rolesanywhere-crl.json ├── aws-rolesanywhere-profile.json ├── aws-rolesanywhere-trustanchor.json ├── aws-route53-cidrcollection.json ├── aws-route53-dnssec.json ├── aws-route53-healthcheck.json ├── aws-route53-hostedzone.json ├── aws-route53-keysigningkey.json ├── aws-route53-recordset.json ├── aws-route53-recordsetgroup.json ├── aws-route53profiles-profile.json ├── aws-route53profiles-profileassociation.json ├── aws-route53profiles-profileresourceassociation.json ├── aws-route53recoverycontrol-cluster.json ├── aws-route53recoverycontrol-controlpanel.json ├── aws-route53recoverycontrol-routingcontrol.json ├── aws-route53recoverycontrol-safetyrule.json ├── aws-route53recoveryreadiness-cell.json ├── aws-route53recoveryreadiness-readinesscheck.json ├── aws-route53recoveryreadiness-recoverygroup.json ├── aws-route53recoveryreadiness-resourceset.json ├── aws-route53resolver-firewalldomainlist.json ├── aws-route53resolver-firewallrulegroup.json ├── aws-route53resolver-firewallrulegroupassociation.json ├── aws-route53resolver-outpostresolver.json ├── aws-route53resolver-resolverconfig.json ├── aws-route53resolver-resolverdnssecconfig.json ├── aws-route53resolver-resolverendpoint.json ├── aws-route53resolver-resolverqueryloggingconfig.json ├── aws-route53resolver-resolverqueryloggingconfigassociation.json ├── aws-route53resolver-resolverrule.json ├── aws-route53resolver-resolverruleassociation.json ├── aws-rum-appmonitor.json ├── aws-s3-accessgrant.json ├── aws-s3-accessgrantsinstance.json ├── aws-s3-accessgrantslocation.json ├── aws-s3-accesspoint.json ├── aws-s3-bucket.json ├── aws-s3-bucketpolicy.json ├── aws-s3-multiregionaccesspoint.json ├── aws-s3-multiregionaccesspointpolicy.json ├── aws-s3-storagelens.json ├── aws-s3-storagelensgroup.json ├── aws-s3express-bucketpolicy.json ├── aws-s3express-directorybucket.json ├── aws-s3objectlambda-accesspoint.json ├── aws-s3objectlambda-accesspointpolicy.json ├── aws-s3outposts-accesspoint.json ├── aws-s3outposts-bucket.json ├── aws-s3outposts-bucketpolicy.json ├── aws-s3outposts-endpoint.json ├── aws-s3tables-tablebucket.json ├── aws-s3tables-tablebucketpolicy.json ├── aws-sagemaker-app.json ├── aws-sagemaker-appimageconfig.json ├── aws-sagemaker-cluster.json ├── aws-sagemaker-coderepository.json ├── aws-sagemaker-dataqualityjobdefinition.json ├── aws-sagemaker-device.json ├── aws-sagemaker-devicefleet.json ├── aws-sagemaker-domain.json ├── aws-sagemaker-endpoint.json ├── aws-sagemaker-endpointconfig.json ├── aws-sagemaker-featuregroup.json ├── aws-sagemaker-image.json ├── aws-sagemaker-imageversion.json ├── aws-sagemaker-inferencecomponent.json ├── aws-sagemaker-inferenceexperiment.json ├── aws-sagemaker-mlflowtrackingserver.json ├── aws-sagemaker-model.json ├── aws-sagemaker-modelbiasjobdefinition.json ├── aws-sagemaker-modelcard.json ├── aws-sagemaker-modelexplainabilityjobdefinition.json ├── aws-sagemaker-modelpackage.json ├── aws-sagemaker-modelpackagegroup.json ├── aws-sagemaker-modelqualityjobdefinition.json ├── aws-sagemaker-monitoringschedule.json ├── aws-sagemaker-notebookinstance.json ├── aws-sagemaker-notebookinstancelifecycleconfig.json ├── aws-sagemaker-partnerapp.json ├── aws-sagemaker-pipeline.json ├── aws-sagemaker-project.json ├── aws-sagemaker-space.json ├── aws-sagemaker-studiolifecycleconfig.json ├── aws-sagemaker-userprofile.json ├── aws-sagemaker-workteam.json ├── aws-scheduler-schedule.json ├── aws-scheduler-schedulegroup.json ├── aws-sdb-domain.json ├── aws-secretsmanager-resourcepolicy.json ├── aws-secretsmanager-rotationschedule.json ├── aws-secretsmanager-secret.json ├── aws-secretsmanager-secrettargetattachment.json ├── aws-securityhub-automationrule.json ├── aws-securityhub-configurationpolicy.json ├── aws-securityhub-delegatedadmin.json ├── aws-securityhub-findingaggregator.json ├── aws-securityhub-hub.json ├── aws-securityhub-insight.json ├── aws-securityhub-organizationconfiguration.json ├── aws-securityhub-policyassociation.json ├── aws-securityhub-productsubscription.json ├── aws-securityhub-securitycontrol.json ├── aws-securityhub-standard.json ├── aws-securitylake-awslogsource.json ├── aws-securitylake-datalake.json ├── aws-securitylake-subscriber.json ├── aws-securitylake-subscribernotification.json ├── aws-servicecatalog-acceptedportfolioshare.json ├── aws-servicecatalog-cloudformationproduct.json ├── aws-servicecatalog-cloudformationprovisionedproduct.json ├── aws-servicecatalog-launchnotificationconstraint.json ├── aws-servicecatalog-launchroleconstraint.json ├── aws-servicecatalog-launchtemplateconstraint.json ├── aws-servicecatalog-portfolio.json ├── aws-servicecatalog-portfolioprincipalassociation.json ├── aws-servicecatalog-portfolioproductassociation.json ├── aws-servicecatalog-portfolioshare.json ├── aws-servicecatalog-resourceupdateconstraint.json ├── aws-servicecatalog-serviceaction.json ├── aws-servicecatalog-serviceactionassociation.json ├── aws-servicecatalog-stacksetconstraint.json ├── aws-servicecatalog-tagoption.json ├── aws-servicecatalog-tagoptionassociation.json ├── aws-servicecatalogappregistry-application.json ├── aws-servicecatalogappregistry-attributegroup.json ├── aws-servicecatalogappregistry-attributegroupassociation.json ├── aws-servicecatalogappregistry-resourceassociation.json ├── aws-servicediscovery-httpnamespace.json ├── aws-servicediscovery-instance.json ├── aws-servicediscovery-privatednsnamespace.json ├── aws-servicediscovery-publicdnsnamespace.json ├── aws-servicediscovery-service.json ├── aws-ses-configurationset.json ├── aws-ses-configurationseteventdestination.json ├── aws-ses-contactlist.json ├── aws-ses-dedicatedippool.json ├── aws-ses-emailidentity.json ├── aws-ses-mailmanageraddoninstance.json ├── aws-ses-mailmanageraddonsubscription.json ├── aws-ses-mailmanagerarchive.json ├── aws-ses-mailmanageringresspoint.json ├── aws-ses-mailmanagerrelay.json ├── aws-ses-mailmanagerruleset.json ├── aws-ses-mailmanagertrafficpolicy.json ├── aws-ses-receiptfilter.json ├── aws-ses-receiptrule.json ├── aws-ses-receiptruleset.json ├── aws-ses-template.json ├── aws-ses-vdmattributes.json ├── aws-shield-drtaccess.json ├── aws-shield-proactiveengagement.json ├── aws-shield-protection.json ├── aws-shield-protectiongroup.json ├── aws-signer-profilepermission.json ├── aws-signer-signingprofile.json ├── aws-simspaceweaver-simulation.json ├── aws-sns-subscription.json ├── aws-sns-topic.json ├── aws-sns-topicinlinepolicy.json ├── aws-sns-topicpolicy.json ├── aws-sqs-queue.json ├── aws-sqs-queueinlinepolicy.json ├── aws-sqs-queuepolicy.json ├── aws-ssm-association.json ├── aws-ssm-document.json ├── aws-ssm-maintenancewindow.json ├── aws-ssm-maintenancewindowtarget.json ├── aws-ssm-maintenancewindowtask.json ├── aws-ssm-parameter.json ├── aws-ssm-patchbaseline.json ├── aws-ssm-resourcedatasync.json ├── aws-ssm-resourcepolicy.json ├── aws-ssmcontacts-contact.json ├── aws-ssmcontacts-contactchannel.json ├── aws-ssmcontacts-plan.json ├── aws-ssmcontacts-rotation.json ├── aws-ssmincidents-replicationset.json ├── aws-ssmincidents-responseplan.json ├── aws-ssmquicksetup-configurationmanager.json ├── aws-sso-application.json ├── aws-sso-applicationassignment.json ├── aws-sso-assignment.json ├── aws-sso-instance.json ├── aws-sso-instanceaccesscontrolattributeconfiguration.json ├── aws-sso-permissionset.json ├── aws-stepfunctions-activity.json ├── aws-stepfunctions-statemachine.json ├── aws-stepfunctions-statemachinealias.json ├── aws-stepfunctions-statemachineversion.json ├── aws-supportapp-accountalias.json ├── aws-supportapp-slackchannelconfiguration.json ├── aws-supportapp-slackworkspaceconfiguration.json ├── aws-synthetics-canary.json ├── aws-synthetics-group.json ├── aws-systemsmanagersap-application.json ├── aws-timestream-database.json ├── aws-timestream-influxdbinstance.json ├── aws-timestream-scheduledquery.json ├── aws-timestream-table.json ├── aws-transfer-agreement.json ├── aws-transfer-certificate.json ├── aws-transfer-connector.json ├── aws-transfer-profile.json ├── aws-transfer-server.json ├── aws-transfer-user.json ├── aws-transfer-webapp.json ├── aws-transfer-workflow.json ├── aws-verifiedpermissions-identitysource.json ├── aws-verifiedpermissions-policy.json ├── aws-verifiedpermissions-policystore.json ├── aws-verifiedpermissions-policytemplate.json ├── aws-voiceid-domain.json ├── aws-vpclattice-accesslogsubscription.json ├── aws-vpclattice-authpolicy.json ├── aws-vpclattice-listener.json ├── aws-vpclattice-resourceconfiguration.json ├── aws-vpclattice-resourcegateway.json ├── aws-vpclattice-resourcepolicy.json ├── aws-vpclattice-rule.json ├── aws-vpclattice-service.json ├── aws-vpclattice-servicenetwork.json ├── aws-vpclattice-servicenetworkresourceassociation.json ├── aws-vpclattice-servicenetworkserviceassociation.json ├── aws-vpclattice-servicenetworkvpcassociation.json ├── aws-vpclattice-targetgroup.json ├── aws-waf-bytematchset.json ├── aws-waf-ipset.json ├── aws-waf-rule.json ├── aws-waf-sizeconstraintset.json ├── aws-waf-sqlinjectionmatchset.json ├── aws-waf-webacl.json ├── aws-waf-xssmatchset.json ├── aws-wafregional-bytematchset.json ├── aws-wafregional-geomatchset.json ├── aws-wafregional-ipset.json ├── aws-wafregional-ratebasedrule.json ├── aws-wafregional-regexpatternset.json ├── aws-wafregional-rule.json ├── aws-wafregional-sizeconstraintset.json ├── aws-wafregional-sqlinjectionmatchset.json ├── aws-wafregional-webacl.json ├── aws-wafregional-webaclassociation.json ├── aws-wafregional-xssmatchset.json ├── aws-wafv2-ipset.json ├── aws-wafv2-loggingconfiguration.json ├── aws-wafv2-regexpatternset.json ├── aws-wafv2-rulegroup.json ├── aws-wafv2-webacl.json ├── aws-wafv2-webaclassociation.json ├── aws-wisdom-aiagent.json ├── aws-wisdom-aiagentversion.json ├── aws-wisdom-aiguardrail.json ├── aws-wisdom-aiguardrailversion.json ├── aws-wisdom-aiprompt.json ├── aws-wisdom-aipromptversion.json ├── aws-wisdom-assistant.json ├── aws-wisdom-assistantassociation.json ├── aws-wisdom-knowledgebase.json ├── aws-wisdom-messagetemplate.json ├── aws-wisdom-messagetemplateversion.json ├── aws-workspaces-connectionalias.json ├── aws-workspaces-workspace.json ├── aws-workspaces-workspacespool.json ├── aws-workspacesthinclient-environment.json ├── aws-workspacesweb-browsersettings.json ├── aws-workspacesweb-dataprotectionsettings.json ├── aws-workspacesweb-identityprovider.json ├── aws-workspacesweb-ipaccesssettings.json ├── aws-workspacesweb-networksettings.json ├── aws-workspacesweb-portal.json ├── aws-workspacesweb-truststore.json ├── aws-workspacesweb-useraccessloggingsettings.json ├── aws-workspacesweb-usersettings.json ├── aws-xray-group.json ├── aws-xray-resourcepolicy.json ├── aws-xray-samplingrule.json ├── aws-xray-transactionsearchconfig.json ├── update.ps1 └── update.sh ├── set-version.sh ├── src ├── arm │ ├── data.go │ ├── data.template │ ├── data_test.go │ ├── error.go │ ├── error_test.go │ ├── helpers.go │ ├── helpers_test.go │ ├── locals.go │ ├── lookup.go │ ├── lookup_test.go │ ├── output.template │ ├── outputs.go │ ├── outputs_test.go │ ├── parameters.go │ ├── parse.go │ ├── parse_test.go │ ├── resource.go │ ├── resources.go │ ├── resources │ │ ├── azurerm_active_directory_domain_service.template │ │ ├── azurerm_analysis_services_server.template │ │ ├── azurerm_api_management.template │ │ ├── azurerm_application_gateway.template │ │ ├── azurerm_availability_set.template │ │ ├── azurerm_bastion_host.template │ │ ├── azurerm_container_app.template │ │ ├── azurerm_container_app_environment.template │ │ ├── azurerm_container_registry.template │ │ ├── azurerm_key_vault.template │ │ ├── azurerm_kubernetes_cluster.template │ │ ├── azurerm_log_analytics_solution.template │ │ ├── azurerm_log_analytics_workspace.template │ │ ├── azurerm_managed_disk.template │ │ ├── azurerm_monitor_activity_log_alert.template │ │ ├── azurerm_network_interface.template │ │ ├── azurerm_network_interface_application_gateway_backend_address_pool_association.template │ │ ├── azurerm_network_security_group.template │ │ ├── azurerm_network_security_rule.template │ │ ├── azurerm_private_dns_zone.template │ │ ├── azurerm_private_dns_zone_virtual_network_link.template │ │ ├── azurerm_private_endpoint.template │ │ ├── azurerm_public_ip.template │ │ ├── azurerm_role_assignment.template │ │ ├── azurerm_role_definition.template │ │ ├── azurerm_servicebus_namespace.template │ │ ├── azurerm_servicebus_namespace_authorization_rule.template │ │ ├── azurerm_servicebus_queue.template │ │ ├── azurerm_storage_account.template │ │ ├── azurerm_subnet.template │ │ ├── azurerm_template_deployment.template │ │ ├── azurerm_user_assigned_identity.template │ │ ├── azurerm_virtual_machine.template │ │ ├── azurerm_virtual_machine_extension.template │ │ ├── azurerm_virtual_network.template │ │ └── azurerm_web_application_firewall_policy.template │ ├── resources_test.go │ ├── variable.go │ ├── variable.template │ ├── variables.go │ └── variables_test.go ├── cf │ ├── data.go │ ├── errors.go │ ├── errors_test.go │ ├── helpers.go │ ├── helpers_test.go │ ├── lookup.go │ ├── lookup_test.go │ ├── parse.go │ ├── parse_test.go │ ├── resource_mapping.go │ ├── resources.go │ ├── resources │ │ ├── aws_appautoscaling_policy.template │ │ ├── aws_appautoscaling_target.template │ │ ├── aws_athena_named_query.template │ │ ├── aws_athena_workgroup.template │ │ ├── aws_autoscaling_group.template │ │ ├── aws_autoscaling_lifecycle_hook.template │ │ ├── aws_autoscaling_policy.template │ │ ├── aws_autoscaling_schedule.template │ │ ├── aws_backup_plan.template │ │ ├── aws_backup_selection.template │ │ ├── aws_backup_vault.template │ │ ├── aws_cloud9_environment_ec2.template │ │ ├── aws_cloudformation_stack.template │ │ ├── aws_cloudfront_distribution.template │ │ ├── aws_cloudfront_origin_access_identity.template │ │ ├── aws_cloudwatch_dashboard.template │ │ ├── aws_cloudwatch_event_rule.template │ │ ├── aws_cloudwatch_log_group.template │ │ ├── aws_cloudwatch_log_metric_filter.template │ │ ├── aws_cloudwatch_metric_alarm.template │ │ ├── aws_codebuild_project.template │ │ ├── aws_codecommit_repository.template │ │ ├── aws_codepipeline.template │ │ ├── aws_config_config_rule.template │ │ ├── aws_config_configuration_recorder.template │ │ ├── aws_config_delivery_channel.template │ │ ├── aws_db_instance.template │ │ ├── aws_db_parameter_group.template │ │ ├── aws_db_subnet_group.template │ │ ├── aws_directory_service_directory.template │ │ ├── aws_dms_endpoint.template │ │ ├── aws_dms_replication_instance.template │ │ ├── aws_dms_replication_subnet_group.template │ │ ├── aws_dms_replication_task.template │ │ ├── aws_dynamodb_table.template │ │ ├── aws_ebs_volume.template │ │ ├── aws_ecs_cluster.template │ │ ├── aws_ecs_service.template │ │ ├── aws_ecs_task_definition.template │ │ ├── aws_efs_file_system.template │ │ ├── aws_efs_mount_target.template │ │ ├── aws_eip.template │ │ ├── aws_eip_association.template │ │ ├── aws_eks_cluster.template │ │ ├── aws_eks_node_group.template │ │ ├── aws_elasticache_parameter_group.template │ │ ├── aws_elasticache_replication_group.template │ │ ├── aws_elasticache_subnet_group.template │ │ ├── aws_elb.template │ │ ├── aws_flow_log.template │ │ ├── aws_iam_access_key.template │ │ ├── aws_iam_group.template │ │ ├── aws_iam_group_membership.template │ │ ├── aws_iam_instance_profile.template │ │ ├── aws_iam_managed_policy.template │ │ ├── aws_iam_policy.template │ │ ├── aws_iam_role.template │ │ ├── aws_iam_user.template │ │ ├── aws_instance.template │ │ ├── aws_internet_gateway.template │ │ ├── aws_kinesis_firehose_delivery_stream.template │ │ ├── aws_kms_alias.template │ │ ├── aws_kms_key.template │ │ ├── aws_lambda_event_source_mapping.template │ │ ├── aws_lambda_function.template │ │ ├── aws_lambda_permission.template │ │ ├── aws_lambda_version.template │ │ ├── aws_launch_configuration.template │ │ ├── aws_launch_template.template │ │ ├── aws_lb.template │ │ ├── aws_lb_listener.template │ │ ├── aws_lb_listener_rule.template │ │ ├── aws_lb_target_group.template │ │ ├── aws_nat_gateway.template │ │ ├── aws_neptune_cluster.template │ │ ├── aws_neptune_cluster_instance.template │ │ ├── aws_neptune_cluster_parameter_group.template │ │ ├── aws_neptune_parameter_group.template │ │ ├── aws_neptune_subnet_group.template │ │ ├── aws_network_acl.template │ │ ├── aws_network_acl_association.template │ │ ├── aws_network_acl_rule.template │ │ ├── aws_network_interface.template │ │ ├── aws_rds_cluster.template │ │ ├── aws_route.template │ │ ├── aws_route53_record.template │ │ ├── aws_route_table.template │ │ ├── aws_route_table_association.template │ │ ├── aws_s3_bucket.template │ │ ├── aws_s3_bucket_policy.template │ │ ├── aws_secretsmanager_secret.template │ │ ├── aws_security_group.template │ │ ├── aws_security_group_rule_egress.template │ │ ├── aws_security_group_rule_ingress.template │ │ ├── aws_service_discovery_service.template │ │ ├── aws_servicecatalog_portfolio.template │ │ ├── aws_servicecatalog_portfolio_share.template │ │ ├── aws_servicecatalog_product_portfolio_association.template │ │ ├── aws_servicecatalog_tag_option.template │ │ ├── aws_servicecatalog_tag_option_resource_association.template │ │ ├── aws_sfn_state_machine.template │ │ ├── aws_sns_topic.template │ │ ├── aws_sns_topic_policy.template │ │ ├── aws_sns_topic_subscription.template │ │ ├── aws_sqs_queue.template │ │ ├── aws_ssm_association.template │ │ ├── aws_ssm_document.template │ │ ├── aws_ssm_maintenance_window.template │ │ ├── aws_ssm_maintenance_window_target.template │ │ ├── aws_ssm_maintenance_window_task.template │ │ ├── aws_subnet.template │ │ ├── aws_vpc.template │ │ ├── aws_vpc_dhcp_options.template │ │ ├── aws_vpc_dhcp_options_association.template │ │ ├── aws_vpc_endpoint.template │ │ ├── aws_vpn_gateway_attachment.template │ │ └── aws_wafv2_web_acl_association.template │ ├── testdata │ │ ├── min.cg.yaml │ │ └── minwithparams.cg.yaml │ ├── variable.go │ └── variable.template ├── see │ ├── lookup.go │ ├── lookup_test.go │ └── resource_mapping.go └── version │ └── version.go ├── tests ├── integration │ └── integration_test.go └── utils │ └── utils.go └── todo.txt /.checkov.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.checkov.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/workflows/pr.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.github/workflows/stale.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.gitignore -------------------------------------------------------------------------------- /.goreleaser.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.goreleaser.yml -------------------------------------------------------------------------------- /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/.name: -------------------------------------------------------------------------------- 1 | sato 2 | -------------------------------------------------------------------------------- /.idea/golinter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.idea/golinter.xml -------------------------------------------------------------------------------- /.idea/modules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.idea/modules.xml -------------------------------------------------------------------------------- /.idea/sato.iml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.idea/sato.iml -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.run/test sato parse.run.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/.run/test sato parse.run.xml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/SECURITY.md -------------------------------------------------------------------------------- /bump.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/bump.ps1 -------------------------------------------------------------------------------- /bump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/bump.sh -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /examples/ami-factory.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/ami-factory.yaml -------------------------------------------------------------------------------- /examples/arm/smallest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/arm/smallest.json -------------------------------------------------------------------------------- /examples/arm/smallest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/arm/smallest.yaml -------------------------------------------------------------------------------- /examples/athena.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/athena.yaml -------------------------------------------------------------------------------- /examples/aws-vpc.template-variables.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/aws-vpc.template-variables.yaml -------------------------------------------------------------------------------- /examples/aws-vpc.template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/aws-vpc.template.yaml -------------------------------------------------------------------------------- /examples/kinesis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/kinesis.yaml -------------------------------------------------------------------------------- /examples/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/examples/template.yaml -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/go.sum -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/main.go -------------------------------------------------------------------------------- /schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/README.md -------------------------------------------------------------------------------- /schema/alexa-ask-skill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/alexa-ask-skill.json -------------------------------------------------------------------------------- /schema/aws-accessanalyzer-analyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-accessanalyzer-analyzer.json -------------------------------------------------------------------------------- /schema/aws-acmpca-certificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-acmpca-certificate.json -------------------------------------------------------------------------------- /schema/aws-acmpca-permission.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-acmpca-permission.json -------------------------------------------------------------------------------- /schema/aws-amazonmq-broker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amazonmq-broker.json -------------------------------------------------------------------------------- /schema/aws-amazonmq-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amazonmq-configuration.json -------------------------------------------------------------------------------- /schema/aws-amplify-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amplify-app.json -------------------------------------------------------------------------------- /schema/aws-amplify-branch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amplify-branch.json -------------------------------------------------------------------------------- /schema/aws-amplify-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amplify-domain.json -------------------------------------------------------------------------------- /schema/aws-amplifyuibuilder-form.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amplifyuibuilder-form.json -------------------------------------------------------------------------------- /schema/aws-amplifyuibuilder-theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-amplifyuibuilder-theme.json -------------------------------------------------------------------------------- /schema/aws-apigateway-account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-account.json -------------------------------------------------------------------------------- /schema/aws-apigateway-apikey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-apikey.json -------------------------------------------------------------------------------- /schema/aws-apigateway-authorizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-authorizer.json -------------------------------------------------------------------------------- /schema/aws-apigateway-deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-deployment.json -------------------------------------------------------------------------------- /schema/aws-apigateway-domainname.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-domainname.json -------------------------------------------------------------------------------- /schema/aws-apigateway-domainnamev2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-domainnamev2.json -------------------------------------------------------------------------------- /schema/aws-apigateway-method.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-method.json -------------------------------------------------------------------------------- /schema/aws-apigateway-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-model.json -------------------------------------------------------------------------------- /schema/aws-apigateway-resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-resource.json -------------------------------------------------------------------------------- /schema/aws-apigateway-restapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-restapi.json -------------------------------------------------------------------------------- /schema/aws-apigateway-stage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-stage.json -------------------------------------------------------------------------------- /schema/aws-apigateway-usageplan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-usageplan.json -------------------------------------------------------------------------------- /schema/aws-apigateway-usageplankey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-usageplankey.json -------------------------------------------------------------------------------- /schema/aws-apigateway-vpclink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigateway-vpclink.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-api.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-apimapping.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-apimapping.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-authorizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-authorizer.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-deployment.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-domainname.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-domainname.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-integration.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-model.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-route.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-route.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-stage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-stage.json -------------------------------------------------------------------------------- /schema/aws-apigatewayv2-vpclink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apigatewayv2-vpclink.json -------------------------------------------------------------------------------- /schema/aws-appconfig-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appconfig-application.json -------------------------------------------------------------------------------- /schema/aws-appconfig-deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appconfig-deployment.json -------------------------------------------------------------------------------- /schema/aws-appconfig-environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appconfig-environment.json -------------------------------------------------------------------------------- /schema/aws-appconfig-extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appconfig-extension.json -------------------------------------------------------------------------------- /schema/aws-appflow-connector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appflow-connector.json -------------------------------------------------------------------------------- /schema/aws-appflow-connectorprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appflow-connectorprofile.json -------------------------------------------------------------------------------- /schema/aws-appflow-flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appflow-flow.json -------------------------------------------------------------------------------- /schema/aws-appmesh-gatewayroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-gatewayroute.json -------------------------------------------------------------------------------- /schema/aws-appmesh-mesh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-mesh.json -------------------------------------------------------------------------------- /schema/aws-appmesh-route.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-route.json -------------------------------------------------------------------------------- /schema/aws-appmesh-virtualgateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-virtualgateway.json -------------------------------------------------------------------------------- /schema/aws-appmesh-virtualnode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-virtualnode.json -------------------------------------------------------------------------------- /schema/aws-appmesh-virtualrouter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-virtualrouter.json -------------------------------------------------------------------------------- /schema/aws-appmesh-virtualservice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appmesh-virtualservice.json -------------------------------------------------------------------------------- /schema/aws-apprunner-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apprunner-service.json -------------------------------------------------------------------------------- /schema/aws-apprunner-vpcconnector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apprunner-vpcconnector.json -------------------------------------------------------------------------------- /schema/aws-appstream-appblock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-appblock.json -------------------------------------------------------------------------------- /schema/aws-appstream-appblockbuilder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-appblockbuilder.json -------------------------------------------------------------------------------- /schema/aws-appstream-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-application.json -------------------------------------------------------------------------------- /schema/aws-appstream-directoryconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-directoryconfig.json -------------------------------------------------------------------------------- /schema/aws-appstream-entitlement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-entitlement.json -------------------------------------------------------------------------------- /schema/aws-appstream-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-fleet.json -------------------------------------------------------------------------------- /schema/aws-appstream-imagebuilder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-imagebuilder.json -------------------------------------------------------------------------------- /schema/aws-appstream-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-stack.json -------------------------------------------------------------------------------- /schema/aws-appstream-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appstream-user.json -------------------------------------------------------------------------------- /schema/aws-appsync-api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-api.json -------------------------------------------------------------------------------- /schema/aws-appsync-apicache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-apicache.json -------------------------------------------------------------------------------- /schema/aws-appsync-apikey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-apikey.json -------------------------------------------------------------------------------- /schema/aws-appsync-channelnamespace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-channelnamespace.json -------------------------------------------------------------------------------- /schema/aws-appsync-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-datasource.json -------------------------------------------------------------------------------- /schema/aws-appsync-domainname.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-domainname.json -------------------------------------------------------------------------------- /schema/aws-appsync-graphqlapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-graphqlapi.json -------------------------------------------------------------------------------- /schema/aws-appsync-graphqlschema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-graphqlschema.json -------------------------------------------------------------------------------- /schema/aws-appsync-resolver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-appsync-resolver.json -------------------------------------------------------------------------------- /schema/aws-apptest-testcase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-apptest-testcase.json -------------------------------------------------------------------------------- /schema/aws-aps-rulegroupsnamespace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-aps-rulegroupsnamespace.json -------------------------------------------------------------------------------- /schema/aws-aps-scraper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-aps-scraper.json -------------------------------------------------------------------------------- /schema/aws-aps-workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-aps-workspace.json -------------------------------------------------------------------------------- /schema/aws-athena-datacatalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-athena-datacatalog.json -------------------------------------------------------------------------------- /schema/aws-athena-namedquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-athena-namedquery.json -------------------------------------------------------------------------------- /schema/aws-athena-preparedstatement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-athena-preparedstatement.json -------------------------------------------------------------------------------- /schema/aws-athena-workgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-athena-workgroup.json -------------------------------------------------------------------------------- /schema/aws-auditmanager-assessment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-auditmanager-assessment.json -------------------------------------------------------------------------------- /schema/aws-autoscaling-lifecyclehook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-autoscaling-lifecyclehook.json -------------------------------------------------------------------------------- /schema/aws-autoscaling-scalingpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-autoscaling-scalingpolicy.json -------------------------------------------------------------------------------- /schema/aws-autoscaling-warmpool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-autoscaling-warmpool.json -------------------------------------------------------------------------------- /schema/aws-b2bi-capability.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-b2bi-capability.json -------------------------------------------------------------------------------- /schema/aws-b2bi-partnership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-b2bi-partnership.json -------------------------------------------------------------------------------- /schema/aws-b2bi-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-b2bi-profile.json -------------------------------------------------------------------------------- /schema/aws-b2bi-transformer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-b2bi-transformer.json -------------------------------------------------------------------------------- /schema/aws-backup-backupplan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-backupplan.json -------------------------------------------------------------------------------- /schema/aws-backup-backupselection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-backupselection.json -------------------------------------------------------------------------------- /schema/aws-backup-backupvault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-backupvault.json -------------------------------------------------------------------------------- /schema/aws-backup-framework.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-framework.json -------------------------------------------------------------------------------- /schema/aws-backup-reportplan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-reportplan.json -------------------------------------------------------------------------------- /schema/aws-backup-restoretestingplan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backup-restoretestingplan.json -------------------------------------------------------------------------------- /schema/aws-backupgateway-hypervisor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-backupgateway-hypervisor.json -------------------------------------------------------------------------------- /schema/aws-batch-computeenvironment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-batch-computeenvironment.json -------------------------------------------------------------------------------- /schema/aws-batch-consumableresource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-batch-consumableresource.json -------------------------------------------------------------------------------- /schema/aws-batch-jobdefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-batch-jobdefinition.json -------------------------------------------------------------------------------- /schema/aws-batch-jobqueue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-batch-jobqueue.json -------------------------------------------------------------------------------- /schema/aws-batch-schedulingpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-batch-schedulingpolicy.json -------------------------------------------------------------------------------- /schema/aws-bcmdataexports-export.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bcmdataexports-export.json -------------------------------------------------------------------------------- /schema/aws-bedrock-agent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-agent.json -------------------------------------------------------------------------------- /schema/aws-bedrock-agentalias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-agentalias.json -------------------------------------------------------------------------------- /schema/aws-bedrock-blueprint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-blueprint.json -------------------------------------------------------------------------------- /schema/aws-bedrock-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-datasource.json -------------------------------------------------------------------------------- /schema/aws-bedrock-flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-flow.json -------------------------------------------------------------------------------- /schema/aws-bedrock-flowalias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-flowalias.json -------------------------------------------------------------------------------- /schema/aws-bedrock-flowversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-flowversion.json -------------------------------------------------------------------------------- /schema/aws-bedrock-guardrail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-guardrail.json -------------------------------------------------------------------------------- /schema/aws-bedrock-guardrailversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-guardrailversion.json -------------------------------------------------------------------------------- /schema/aws-bedrock-knowledgebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-knowledgebase.json -------------------------------------------------------------------------------- /schema/aws-bedrock-prompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-prompt.json -------------------------------------------------------------------------------- /schema/aws-bedrock-promptversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-bedrock-promptversion.json -------------------------------------------------------------------------------- /schema/aws-budgets-budget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-budgets-budget.json -------------------------------------------------------------------------------- /schema/aws-budgets-budgetsaction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-budgets-budgetsaction.json -------------------------------------------------------------------------------- /schema/aws-cassandra-keyspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cassandra-keyspace.json -------------------------------------------------------------------------------- /schema/aws-cassandra-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cassandra-table.json -------------------------------------------------------------------------------- /schema/aws-cassandra-type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cassandra-type.json -------------------------------------------------------------------------------- /schema/aws-ce-anomalymonitor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ce-anomalymonitor.json -------------------------------------------------------------------------------- /schema/aws-ce-anomalysubscription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ce-anomalysubscription.json -------------------------------------------------------------------------------- /schema/aws-ce-costcategory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ce-costcategory.json -------------------------------------------------------------------------------- /schema/aws-chatbot-customaction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-chatbot-customaction.json -------------------------------------------------------------------------------- /schema/aws-cleanrooms-collaboration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cleanrooms-collaboration.json -------------------------------------------------------------------------------- /schema/aws-cleanrooms-idmappingtable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cleanrooms-idmappingtable.json -------------------------------------------------------------------------------- /schema/aws-cleanrooms-membership.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cleanrooms-membership.json -------------------------------------------------------------------------------- /schema/aws-cloud9-environmentec2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloud9-environmentec2.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-guardhook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-guardhook.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-lambdahook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-lambdahook.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-macro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-macro.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-publisher.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-stack.json -------------------------------------------------------------------------------- /schema/aws-cloudformation-stackset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudformation-stackset.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-anycastiplist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-anycastiplist.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-cachepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-cachepolicy.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-distribution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-distribution.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-function.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-keygroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-keygroup.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-keyvaluestore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-keyvaluestore.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-publickey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-publickey.json -------------------------------------------------------------------------------- /schema/aws-cloudfront-vpcorigin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudfront-vpcorigin.json -------------------------------------------------------------------------------- /schema/aws-cloudtrail-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudtrail-channel.json -------------------------------------------------------------------------------- /schema/aws-cloudtrail-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudtrail-dashboard.json -------------------------------------------------------------------------------- /schema/aws-cloudtrail-eventdatastore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudtrail-eventdatastore.json -------------------------------------------------------------------------------- /schema/aws-cloudtrail-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudtrail-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-cloudtrail-trail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudtrail-trail.json -------------------------------------------------------------------------------- /schema/aws-cloudwatch-alarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudwatch-alarm.json -------------------------------------------------------------------------------- /schema/aws-cloudwatch-compositealarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudwatch-compositealarm.json -------------------------------------------------------------------------------- /schema/aws-cloudwatch-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudwatch-dashboard.json -------------------------------------------------------------------------------- /schema/aws-cloudwatch-insightrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudwatch-insightrule.json -------------------------------------------------------------------------------- /schema/aws-cloudwatch-metricstream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cloudwatch-metricstream.json -------------------------------------------------------------------------------- /schema/aws-codeartifact-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codeartifact-domain.json -------------------------------------------------------------------------------- /schema/aws-codeartifact-packagegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codeartifact-packagegroup.json -------------------------------------------------------------------------------- /schema/aws-codeartifact-repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codeartifact-repository.json -------------------------------------------------------------------------------- /schema/aws-codebuild-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codebuild-fleet.json -------------------------------------------------------------------------------- /schema/aws-codebuild-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codebuild-project.json -------------------------------------------------------------------------------- /schema/aws-codebuild-reportgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codebuild-reportgroup.json -------------------------------------------------------------------------------- /schema/aws-codecommit-repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codecommit-repository.json -------------------------------------------------------------------------------- /schema/aws-codedeploy-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codedeploy-application.json -------------------------------------------------------------------------------- /schema/aws-codepipeline-pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codepipeline-pipeline.json -------------------------------------------------------------------------------- /schema/aws-codepipeline-webhook.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codepipeline-webhook.json -------------------------------------------------------------------------------- /schema/aws-codestar-githubrepository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-codestar-githubrepository.json -------------------------------------------------------------------------------- /schema/aws-cognito-identitypool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-identitypool.json -------------------------------------------------------------------------------- /schema/aws-cognito-userpool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-userpool.json -------------------------------------------------------------------------------- /schema/aws-cognito-userpoolclient.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-userpoolclient.json -------------------------------------------------------------------------------- /schema/aws-cognito-userpooldomain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-userpooldomain.json -------------------------------------------------------------------------------- /schema/aws-cognito-userpoolgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-userpoolgroup.json -------------------------------------------------------------------------------- /schema/aws-cognito-userpooluser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cognito-userpooluser.json -------------------------------------------------------------------------------- /schema/aws-comprehend-flywheel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-comprehend-flywheel.json -------------------------------------------------------------------------------- /schema/aws-config-configrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-config-configrule.json -------------------------------------------------------------------------------- /schema/aws-config-conformancepack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-config-conformancepack.json -------------------------------------------------------------------------------- /schema/aws-config-deliverychannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-config-deliverychannel.json -------------------------------------------------------------------------------- /schema/aws-config-storedquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-config-storedquery.json -------------------------------------------------------------------------------- /schema/aws-connect-agentstatus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-agentstatus.json -------------------------------------------------------------------------------- /schema/aws-connect-approvedorigin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-approvedorigin.json -------------------------------------------------------------------------------- /schema/aws-connect-contactflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-contactflow.json -------------------------------------------------------------------------------- /schema/aws-connect-contactflowmodule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-contactflowmodule.json -------------------------------------------------------------------------------- /schema/aws-connect-emailaddress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-emailaddress.json -------------------------------------------------------------------------------- /schema/aws-connect-evaluationform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-evaluationform.json -------------------------------------------------------------------------------- /schema/aws-connect-hoursofoperation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-hoursofoperation.json -------------------------------------------------------------------------------- /schema/aws-connect-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-instance.json -------------------------------------------------------------------------------- /schema/aws-connect-phonenumber.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-phonenumber.json -------------------------------------------------------------------------------- /schema/aws-connect-prompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-prompt.json -------------------------------------------------------------------------------- /schema/aws-connect-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-queue.json -------------------------------------------------------------------------------- /schema/aws-connect-quickconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-quickconnect.json -------------------------------------------------------------------------------- /schema/aws-connect-routingprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-routingprofile.json -------------------------------------------------------------------------------- /schema/aws-connect-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-rule.json -------------------------------------------------------------------------------- /schema/aws-connect-securitykey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-securitykey.json -------------------------------------------------------------------------------- /schema/aws-connect-securityprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-securityprofile.json -------------------------------------------------------------------------------- /schema/aws-connect-tasktemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-tasktemplate.json -------------------------------------------------------------------------------- /schema/aws-connect-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-user.json -------------------------------------------------------------------------------- /schema/aws-connect-view.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-view.json -------------------------------------------------------------------------------- /schema/aws-connect-viewversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connect-viewversion.json -------------------------------------------------------------------------------- /schema/aws-connectcampaigns-campaign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-connectcampaigns-campaign.json -------------------------------------------------------------------------------- /schema/aws-controltower-landingzone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-controltower-landingzone.json -------------------------------------------------------------------------------- /schema/aws-cur-reportdefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-cur-reportdefinition.json -------------------------------------------------------------------------------- /schema/aws-customerprofiles-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-customerprofiles-domain.json -------------------------------------------------------------------------------- /schema/aws-databrew-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-dataset.json -------------------------------------------------------------------------------- /schema/aws-databrew-job.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-job.json -------------------------------------------------------------------------------- /schema/aws-databrew-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-project.json -------------------------------------------------------------------------------- /schema/aws-databrew-recipe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-recipe.json -------------------------------------------------------------------------------- /schema/aws-databrew-ruleset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-ruleset.json -------------------------------------------------------------------------------- /schema/aws-databrew-schedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-databrew-schedule.json -------------------------------------------------------------------------------- /schema/aws-datapipeline-pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datapipeline-pipeline.json -------------------------------------------------------------------------------- /schema/aws-datasync-agent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-agent.json -------------------------------------------------------------------------------- /schema/aws-datasync-locationefs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locationefs.json -------------------------------------------------------------------------------- /schema/aws-datasync-locationfsxontap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locationfsxontap.json -------------------------------------------------------------------------------- /schema/aws-datasync-locationhdfs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locationhdfs.json -------------------------------------------------------------------------------- /schema/aws-datasync-locationnfs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locationnfs.json -------------------------------------------------------------------------------- /schema/aws-datasync-locations3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locations3.json -------------------------------------------------------------------------------- /schema/aws-datasync-locationsmb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-locationsmb.json -------------------------------------------------------------------------------- /schema/aws-datasync-storagesystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-storagesystem.json -------------------------------------------------------------------------------- /schema/aws-datasync-task.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datasync-task.json -------------------------------------------------------------------------------- /schema/aws-datazone-connection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-connection.json -------------------------------------------------------------------------------- /schema/aws-datazone-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-datasource.json -------------------------------------------------------------------------------- /schema/aws-datazone-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-domain.json -------------------------------------------------------------------------------- /schema/aws-datazone-environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-environment.json -------------------------------------------------------------------------------- /schema/aws-datazone-groupprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-groupprofile.json -------------------------------------------------------------------------------- /schema/aws-datazone-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-project.json -------------------------------------------------------------------------------- /schema/aws-datazone-userprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-datazone-userprofile.json -------------------------------------------------------------------------------- /schema/aws-dax-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dax-cluster.json -------------------------------------------------------------------------------- /schema/aws-dax-parametergroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dax-parametergroup.json -------------------------------------------------------------------------------- /schema/aws-dax-subnetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dax-subnetgroup.json -------------------------------------------------------------------------------- /schema/aws-deadline-farm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-farm.json -------------------------------------------------------------------------------- /schema/aws-deadline-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-fleet.json -------------------------------------------------------------------------------- /schema/aws-deadline-licenseendpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-licenseendpoint.json -------------------------------------------------------------------------------- /schema/aws-deadline-limit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-limit.json -------------------------------------------------------------------------------- /schema/aws-deadline-meteredproduct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-meteredproduct.json -------------------------------------------------------------------------------- /schema/aws-deadline-monitor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-monitor.json -------------------------------------------------------------------------------- /schema/aws-deadline-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-queue.json -------------------------------------------------------------------------------- /schema/aws-deadline-queueenvironment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-deadline-queueenvironment.json -------------------------------------------------------------------------------- /schema/aws-detective-graph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-detective-graph.json -------------------------------------------------------------------------------- /schema/aws-dlm-lifecyclepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dlm-lifecyclepolicy.json -------------------------------------------------------------------------------- /schema/aws-dms-certificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-certificate.json -------------------------------------------------------------------------------- /schema/aws-dms-datamigration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-datamigration.json -------------------------------------------------------------------------------- /schema/aws-dms-dataprovider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-dataprovider.json -------------------------------------------------------------------------------- /schema/aws-dms-endpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-endpoint.json -------------------------------------------------------------------------------- /schema/aws-dms-eventsubscription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-eventsubscription.json -------------------------------------------------------------------------------- /schema/aws-dms-instanceprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-instanceprofile.json -------------------------------------------------------------------------------- /schema/aws-dms-migrationproject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-migrationproject.json -------------------------------------------------------------------------------- /schema/aws-dms-replicationconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-replicationconfig.json -------------------------------------------------------------------------------- /schema/aws-dms-replicationtask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dms-replicationtask.json -------------------------------------------------------------------------------- /schema/aws-docdb-dbcluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-docdb-dbcluster.json -------------------------------------------------------------------------------- /schema/aws-docdb-dbinstance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-docdb-dbinstance.json -------------------------------------------------------------------------------- /schema/aws-docdb-dbsubnetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-docdb-dbsubnetgroup.json -------------------------------------------------------------------------------- /schema/aws-docdbelastic-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-docdbelastic-cluster.json -------------------------------------------------------------------------------- /schema/aws-dsql-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dsql-cluster.json -------------------------------------------------------------------------------- /schema/aws-dynamodb-globaltable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dynamodb-globaltable.json -------------------------------------------------------------------------------- /schema/aws-dynamodb-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-dynamodb-table.json -------------------------------------------------------------------------------- /schema/aws-ec2-carriergateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-carriergateway.json -------------------------------------------------------------------------------- /schema/aws-ec2-clientvpnendpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-clientvpnendpoint.json -------------------------------------------------------------------------------- /schema/aws-ec2-clientvpnroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-clientvpnroute.json -------------------------------------------------------------------------------- /schema/aws-ec2-customergateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-customergateway.json -------------------------------------------------------------------------------- /schema/aws-ec2-dhcpoptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-dhcpoptions.json -------------------------------------------------------------------------------- /schema/aws-ec2-ec2fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ec2fleet.json -------------------------------------------------------------------------------- /schema/aws-ec2-eip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-eip.json -------------------------------------------------------------------------------- /schema/aws-ec2-eipassociation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-eipassociation.json -------------------------------------------------------------------------------- /schema/aws-ec2-flowlog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-flowlog.json -------------------------------------------------------------------------------- /schema/aws-ec2-host.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-host.json -------------------------------------------------------------------------------- /schema/aws-ec2-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-instance.json -------------------------------------------------------------------------------- /schema/aws-ec2-internetgateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-internetgateway.json -------------------------------------------------------------------------------- /schema/aws-ec2-ipam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ipam.json -------------------------------------------------------------------------------- /schema/aws-ec2-ipamallocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ipamallocation.json -------------------------------------------------------------------------------- /schema/aws-ec2-ipampool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ipampool.json -------------------------------------------------------------------------------- /schema/aws-ec2-ipampoolcidr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ipampoolcidr.json -------------------------------------------------------------------------------- /schema/aws-ec2-ipamscope.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-ipamscope.json -------------------------------------------------------------------------------- /schema/aws-ec2-keypair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-keypair.json -------------------------------------------------------------------------------- /schema/aws-ec2-launchtemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-launchtemplate.json -------------------------------------------------------------------------------- /schema/aws-ec2-localgatewayroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-localgatewayroute.json -------------------------------------------------------------------------------- /schema/aws-ec2-natgateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-natgateway.json -------------------------------------------------------------------------------- /schema/aws-ec2-networkacl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-networkacl.json -------------------------------------------------------------------------------- /schema/aws-ec2-networkaclentry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-networkaclentry.json -------------------------------------------------------------------------------- /schema/aws-ec2-networkinterface.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-networkinterface.json -------------------------------------------------------------------------------- /schema/aws-ec2-placementgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-placementgroup.json -------------------------------------------------------------------------------- /schema/aws-ec2-prefixlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-prefixlist.json -------------------------------------------------------------------------------- /schema/aws-ec2-route.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-route.json -------------------------------------------------------------------------------- /schema/aws-ec2-routeserver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-routeserver.json -------------------------------------------------------------------------------- /schema/aws-ec2-routeserverpeer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-routeserverpeer.json -------------------------------------------------------------------------------- /schema/aws-ec2-routetable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-routetable.json -------------------------------------------------------------------------------- /schema/aws-ec2-securitygroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-securitygroup.json -------------------------------------------------------------------------------- /schema/aws-ec2-spotfleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-spotfleet.json -------------------------------------------------------------------------------- /schema/aws-ec2-subnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-subnet.json -------------------------------------------------------------------------------- /schema/aws-ec2-subnetcidrblock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-subnetcidrblock.json -------------------------------------------------------------------------------- /schema/aws-ec2-transitgateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-transitgateway.json -------------------------------------------------------------------------------- /schema/aws-ec2-volume.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-volume.json -------------------------------------------------------------------------------- /schema/aws-ec2-volumeattachment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-volumeattachment.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpc.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpccidrblock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpccidrblock.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpcendpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpcendpoint.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpcendpointservice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpcendpointservice.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpnconnection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpnconnection.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpnconnectionroute.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpnconnectionroute.json -------------------------------------------------------------------------------- /schema/aws-ec2-vpngateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ec2-vpngateway.json -------------------------------------------------------------------------------- /schema/aws-ecr-publicrepository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecr-publicrepository.json -------------------------------------------------------------------------------- /schema/aws-ecr-registrypolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecr-registrypolicy.json -------------------------------------------------------------------------------- /schema/aws-ecr-repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecr-repository.json -------------------------------------------------------------------------------- /schema/aws-ecs-capacityprovider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-capacityprovider.json -------------------------------------------------------------------------------- /schema/aws-ecs-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-cluster.json -------------------------------------------------------------------------------- /schema/aws-ecs-primarytaskset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-primarytaskset.json -------------------------------------------------------------------------------- /schema/aws-ecs-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-service.json -------------------------------------------------------------------------------- /schema/aws-ecs-taskdefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-taskdefinition.json -------------------------------------------------------------------------------- /schema/aws-ecs-taskset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ecs-taskset.json -------------------------------------------------------------------------------- /schema/aws-efs-accesspoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-efs-accesspoint.json -------------------------------------------------------------------------------- /schema/aws-efs-filesystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-efs-filesystem.json -------------------------------------------------------------------------------- /schema/aws-efs-mounttarget.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-efs-mounttarget.json -------------------------------------------------------------------------------- /schema/aws-eks-accessentry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eks-accessentry.json -------------------------------------------------------------------------------- /schema/aws-eks-addon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eks-addon.json -------------------------------------------------------------------------------- /schema/aws-eks-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eks-cluster.json -------------------------------------------------------------------------------- /schema/aws-eks-fargateprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eks-fargateprofile.json -------------------------------------------------------------------------------- /schema/aws-eks-nodegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eks-nodegroup.json -------------------------------------------------------------------------------- /schema/aws-elasticache-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-elasticache-user.json -------------------------------------------------------------------------------- /schema/aws-elasticache-usergroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-elasticache-usergroup.json -------------------------------------------------------------------------------- /schema/aws-elasticsearch-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-elasticsearch-domain.json -------------------------------------------------------------------------------- /schema/aws-emr-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-emr-cluster.json -------------------------------------------------------------------------------- /schema/aws-emr-step.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-emr-step.json -------------------------------------------------------------------------------- /schema/aws-emr-studio.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-emr-studio.json -------------------------------------------------------------------------------- /schema/aws-emr-walworkspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-emr-walworkspace.json -------------------------------------------------------------------------------- /schema/aws-events-apidestination.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-apidestination.json -------------------------------------------------------------------------------- /schema/aws-events-archive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-archive.json -------------------------------------------------------------------------------- /schema/aws-events-connection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-connection.json -------------------------------------------------------------------------------- /schema/aws-events-endpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-endpoint.json -------------------------------------------------------------------------------- /schema/aws-events-eventbus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-eventbus.json -------------------------------------------------------------------------------- /schema/aws-events-eventbuspolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-eventbuspolicy.json -------------------------------------------------------------------------------- /schema/aws-events-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-events-rule.json -------------------------------------------------------------------------------- /schema/aws-eventschemas-registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eventschemas-registry.json -------------------------------------------------------------------------------- /schema/aws-eventschemas-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-eventschemas-schema.json -------------------------------------------------------------------------------- /schema/aws-evidently-experiment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-evidently-experiment.json -------------------------------------------------------------------------------- /schema/aws-evidently-feature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-evidently-feature.json -------------------------------------------------------------------------------- /schema/aws-evidently-launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-evidently-launch.json -------------------------------------------------------------------------------- /schema/aws-evidently-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-evidently-project.json -------------------------------------------------------------------------------- /schema/aws-evidently-segment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-evidently-segment.json -------------------------------------------------------------------------------- /schema/aws-finspace-environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-finspace-environment.json -------------------------------------------------------------------------------- /schema/aws-fis-experimenttemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fis-experimenttemplate.json -------------------------------------------------------------------------------- /schema/aws-fms-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fms-policy.json -------------------------------------------------------------------------------- /schema/aws-fms-resourceset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fms-resourceset.json -------------------------------------------------------------------------------- /schema/aws-forecast-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-forecast-dataset.json -------------------------------------------------------------------------------- /schema/aws-forecast-datasetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-forecast-datasetgroup.json -------------------------------------------------------------------------------- /schema/aws-frauddetector-detector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-frauddetector-detector.json -------------------------------------------------------------------------------- /schema/aws-frauddetector-label.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-frauddetector-label.json -------------------------------------------------------------------------------- /schema/aws-frauddetector-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-frauddetector-list.json -------------------------------------------------------------------------------- /schema/aws-frauddetector-outcome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-frauddetector-outcome.json -------------------------------------------------------------------------------- /schema/aws-frauddetector-variable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-frauddetector-variable.json -------------------------------------------------------------------------------- /schema/aws-fsx-filesystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fsx-filesystem.json -------------------------------------------------------------------------------- /schema/aws-fsx-snapshot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fsx-snapshot.json -------------------------------------------------------------------------------- /schema/aws-fsx-volume.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-fsx-volume.json -------------------------------------------------------------------------------- /schema/aws-gamelift-alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-gamelift-alias.json -------------------------------------------------------------------------------- /schema/aws-gamelift-build.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-gamelift-build.json -------------------------------------------------------------------------------- /schema/aws-gamelift-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-gamelift-fleet.json -------------------------------------------------------------------------------- /schema/aws-gamelift-location.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-gamelift-location.json -------------------------------------------------------------------------------- /schema/aws-gamelift-script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-gamelift-script.json -------------------------------------------------------------------------------- /schema/aws-glue-classifier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-classifier.json -------------------------------------------------------------------------------- /schema/aws-glue-connection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-connection.json -------------------------------------------------------------------------------- /schema/aws-glue-crawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-crawler.json -------------------------------------------------------------------------------- /schema/aws-glue-customentitytype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-customentitytype.json -------------------------------------------------------------------------------- /schema/aws-glue-database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-database.json -------------------------------------------------------------------------------- /schema/aws-glue-devendpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-devendpoint.json -------------------------------------------------------------------------------- /schema/aws-glue-job.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-job.json -------------------------------------------------------------------------------- /schema/aws-glue-mltransform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-mltransform.json -------------------------------------------------------------------------------- /schema/aws-glue-partition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-partition.json -------------------------------------------------------------------------------- /schema/aws-glue-registry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-registry.json -------------------------------------------------------------------------------- /schema/aws-glue-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-schema.json -------------------------------------------------------------------------------- /schema/aws-glue-schemaversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-schemaversion.json -------------------------------------------------------------------------------- /schema/aws-glue-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-table.json -------------------------------------------------------------------------------- /schema/aws-glue-tableoptimizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-tableoptimizer.json -------------------------------------------------------------------------------- /schema/aws-glue-trigger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-trigger.json -------------------------------------------------------------------------------- /schema/aws-glue-usageprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-usageprofile.json -------------------------------------------------------------------------------- /schema/aws-glue-workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-glue-workflow.json -------------------------------------------------------------------------------- /schema/aws-grafana-workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-grafana-workspace.json -------------------------------------------------------------------------------- /schema/aws-greengrass-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-greengrass-group.json -------------------------------------------------------------------------------- /schema/aws-groundstation-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-groundstation-config.json -------------------------------------------------------------------------------- /schema/aws-guardduty-detector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-guardduty-detector.json -------------------------------------------------------------------------------- /schema/aws-guardduty-filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-guardduty-filter.json -------------------------------------------------------------------------------- /schema/aws-guardduty-ipset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-guardduty-ipset.json -------------------------------------------------------------------------------- /schema/aws-guardduty-master.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-guardduty-master.json -------------------------------------------------------------------------------- /schema/aws-guardduty-member.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-guardduty-member.json -------------------------------------------------------------------------------- /schema/aws-iam-accesskey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-accesskey.json -------------------------------------------------------------------------------- /schema/aws-iam-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-group.json -------------------------------------------------------------------------------- /schema/aws-iam-grouppolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-grouppolicy.json -------------------------------------------------------------------------------- /schema/aws-iam-instanceprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-instanceprofile.json -------------------------------------------------------------------------------- /schema/aws-iam-managedpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-managedpolicy.json -------------------------------------------------------------------------------- /schema/aws-iam-oidcprovider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-oidcprovider.json -------------------------------------------------------------------------------- /schema/aws-iam-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-policy.json -------------------------------------------------------------------------------- /schema/aws-iam-role.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-role.json -------------------------------------------------------------------------------- /schema/aws-iam-rolepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-rolepolicy.json -------------------------------------------------------------------------------- /schema/aws-iam-samlprovider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-samlprovider.json -------------------------------------------------------------------------------- /schema/aws-iam-servercertificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-servercertificate.json -------------------------------------------------------------------------------- /schema/aws-iam-servicelinkedrole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-servicelinkedrole.json -------------------------------------------------------------------------------- /schema/aws-iam-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-user.json -------------------------------------------------------------------------------- /schema/aws-iam-userpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-userpolicy.json -------------------------------------------------------------------------------- /schema/aws-iam-virtualmfadevice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iam-virtualmfadevice.json -------------------------------------------------------------------------------- /schema/aws-identitystore-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-identitystore-group.json -------------------------------------------------------------------------------- /schema/aws-imagebuilder-component.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-imagebuilder-component.json -------------------------------------------------------------------------------- /schema/aws-imagebuilder-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-imagebuilder-image.json -------------------------------------------------------------------------------- /schema/aws-imagebuilder-workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-imagebuilder-workflow.json -------------------------------------------------------------------------------- /schema/aws-inspectorv2-filter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-inspectorv2-filter.json -------------------------------------------------------------------------------- /schema/aws-invoicing-invoiceunit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-invoicing-invoiceunit.json -------------------------------------------------------------------------------- /schema/aws-iot-authorizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-authorizer.json -------------------------------------------------------------------------------- /schema/aws-iot-billinggroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-billinggroup.json -------------------------------------------------------------------------------- /schema/aws-iot-cacertificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-cacertificate.json -------------------------------------------------------------------------------- /schema/aws-iot-certificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-certificate.json -------------------------------------------------------------------------------- /schema/aws-iot-command.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-command.json -------------------------------------------------------------------------------- /schema/aws-iot-custommetric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-custommetric.json -------------------------------------------------------------------------------- /schema/aws-iot-dimension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-dimension.json -------------------------------------------------------------------------------- /schema/aws-iot-fleetmetric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-fleetmetric.json -------------------------------------------------------------------------------- /schema/aws-iot-jobtemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-jobtemplate.json -------------------------------------------------------------------------------- /schema/aws-iot-logging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-logging.json -------------------------------------------------------------------------------- /schema/aws-iot-mitigationaction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-mitigationaction.json -------------------------------------------------------------------------------- /schema/aws-iot-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-policy.json -------------------------------------------------------------------------------- /schema/aws-iot-rolealias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-rolealias.json -------------------------------------------------------------------------------- /schema/aws-iot-scheduledaudit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-scheduledaudit.json -------------------------------------------------------------------------------- /schema/aws-iot-securityprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-securityprofile.json -------------------------------------------------------------------------------- /schema/aws-iot-softwarepackage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-softwarepackage.json -------------------------------------------------------------------------------- /schema/aws-iot-thing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-thing.json -------------------------------------------------------------------------------- /schema/aws-iot-thinggroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-thinggroup.json -------------------------------------------------------------------------------- /schema/aws-iot-thingtype.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-thingtype.json -------------------------------------------------------------------------------- /schema/aws-iot-topicrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iot-topicrule.json -------------------------------------------------------------------------------- /schema/aws-iotanalytics-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotanalytics-channel.json -------------------------------------------------------------------------------- /schema/aws-iotanalytics-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotanalytics-dataset.json -------------------------------------------------------------------------------- /schema/aws-iotanalytics-datastore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotanalytics-datastore.json -------------------------------------------------------------------------------- /schema/aws-iotanalytics-pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotanalytics-pipeline.json -------------------------------------------------------------------------------- /schema/aws-iotevents-alarmmodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotevents-alarmmodel.json -------------------------------------------------------------------------------- /schema/aws-iotevents-input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotevents-input.json -------------------------------------------------------------------------------- /schema/aws-iotfleetwise-campaign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotfleetwise-campaign.json -------------------------------------------------------------------------------- /schema/aws-iotfleetwise-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotfleetwise-fleet.json -------------------------------------------------------------------------------- /schema/aws-iotfleetwise-vehicle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotfleetwise-vehicle.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-asset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-asset.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-assetmodel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-assetmodel.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-dashboard.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-dataset.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-gateway.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-portal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-portal.json -------------------------------------------------------------------------------- /schema/aws-iotsitewise-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotsitewise-project.json -------------------------------------------------------------------------------- /schema/aws-iottwinmaker-entity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iottwinmaker-entity.json -------------------------------------------------------------------------------- /schema/aws-iottwinmaker-scene.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iottwinmaker-scene.json -------------------------------------------------------------------------------- /schema/aws-iottwinmaker-syncjob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iottwinmaker-syncjob.json -------------------------------------------------------------------------------- /schema/aws-iottwinmaker-workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iottwinmaker-workspace.json -------------------------------------------------------------------------------- /schema/aws-iotwireless-fuotatask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-iotwireless-fuotatask.json -------------------------------------------------------------------------------- /schema/aws-ivs-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivs-channel.json -------------------------------------------------------------------------------- /schema/aws-ivs-playbackkeypair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivs-playbackkeypair.json -------------------------------------------------------------------------------- /schema/aws-ivs-publickey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivs-publickey.json -------------------------------------------------------------------------------- /schema/aws-ivs-stage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivs-stage.json -------------------------------------------------------------------------------- /schema/aws-ivs-streamkey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivs-streamkey.json -------------------------------------------------------------------------------- /schema/aws-ivschat-room.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ivschat-room.json -------------------------------------------------------------------------------- /schema/aws-kafkaconnect-connector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kafkaconnect-connector.json -------------------------------------------------------------------------------- /schema/aws-kendra-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kendra-datasource.json -------------------------------------------------------------------------------- /schema/aws-kendra-faq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kendra-faq.json -------------------------------------------------------------------------------- /schema/aws-kendra-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kendra-index.json -------------------------------------------------------------------------------- /schema/aws-kinesis-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kinesis-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-kinesis-stream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kinesis-stream.json -------------------------------------------------------------------------------- /schema/aws-kinesis-streamconsumer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kinesis-streamconsumer.json -------------------------------------------------------------------------------- /schema/aws-kinesisvideo-stream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kinesisvideo-stream.json -------------------------------------------------------------------------------- /schema/aws-kms-alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kms-alias.json -------------------------------------------------------------------------------- /schema/aws-kms-key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kms-key.json -------------------------------------------------------------------------------- /schema/aws-kms-replicakey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-kms-replicakey.json -------------------------------------------------------------------------------- /schema/aws-lakeformation-resource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lakeformation-resource.json -------------------------------------------------------------------------------- /schema/aws-lakeformation-tag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lakeformation-tag.json -------------------------------------------------------------------------------- /schema/aws-lambda-alias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-alias.json -------------------------------------------------------------------------------- /schema/aws-lambda-function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-function.json -------------------------------------------------------------------------------- /schema/aws-lambda-layerversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-layerversion.json -------------------------------------------------------------------------------- /schema/aws-lambda-permission.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-permission.json -------------------------------------------------------------------------------- /schema/aws-lambda-url.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-url.json -------------------------------------------------------------------------------- /schema/aws-lambda-version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lambda-version.json -------------------------------------------------------------------------------- /schema/aws-lex-bot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lex-bot.json -------------------------------------------------------------------------------- /schema/aws-lex-botalias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lex-botalias.json -------------------------------------------------------------------------------- /schema/aws-lex-botversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lex-botversion.json -------------------------------------------------------------------------------- /schema/aws-lex-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lex-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-licensemanager-grant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-licensemanager-grant.json -------------------------------------------------------------------------------- /schema/aws-licensemanager-license.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-licensemanager-license.json -------------------------------------------------------------------------------- /schema/aws-lightsail-alarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-alarm.json -------------------------------------------------------------------------------- /schema/aws-lightsail-bucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-bucket.json -------------------------------------------------------------------------------- /schema/aws-lightsail-certificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-certificate.json -------------------------------------------------------------------------------- /schema/aws-lightsail-container.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-container.json -------------------------------------------------------------------------------- /schema/aws-lightsail-database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-database.json -------------------------------------------------------------------------------- /schema/aws-lightsail-disk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-disk.json -------------------------------------------------------------------------------- /schema/aws-lightsail-distribution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-distribution.json -------------------------------------------------------------------------------- /schema/aws-lightsail-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-instance.json -------------------------------------------------------------------------------- /schema/aws-lightsail-loadbalancer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-loadbalancer.json -------------------------------------------------------------------------------- /schema/aws-lightsail-staticip.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lightsail-staticip.json -------------------------------------------------------------------------------- /schema/aws-location-apikey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-location-apikey.json -------------------------------------------------------------------------------- /schema/aws-location-map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-location-map.json -------------------------------------------------------------------------------- /schema/aws-location-placeindex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-location-placeindex.json -------------------------------------------------------------------------------- /schema/aws-location-tracker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-location-tracker.json -------------------------------------------------------------------------------- /schema/aws-logs-accountpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-accountpolicy.json -------------------------------------------------------------------------------- /schema/aws-logs-delivery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-delivery.json -------------------------------------------------------------------------------- /schema/aws-logs-deliverysource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-deliverysource.json -------------------------------------------------------------------------------- /schema/aws-logs-destination.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-destination.json -------------------------------------------------------------------------------- /schema/aws-logs-integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-integration.json -------------------------------------------------------------------------------- /schema/aws-logs-loggroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-loggroup.json -------------------------------------------------------------------------------- /schema/aws-logs-logstream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-logstream.json -------------------------------------------------------------------------------- /schema/aws-logs-metricfilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-metricfilter.json -------------------------------------------------------------------------------- /schema/aws-logs-querydefinition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-querydefinition.json -------------------------------------------------------------------------------- /schema/aws-logs-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-logs-transformer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-logs-transformer.json -------------------------------------------------------------------------------- /schema/aws-lookoutmetrics-alert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lookoutmetrics-alert.json -------------------------------------------------------------------------------- /schema/aws-lookoutvision-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-lookoutvision-project.json -------------------------------------------------------------------------------- /schema/aws-m2-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-m2-application.json -------------------------------------------------------------------------------- /schema/aws-m2-deployment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-m2-deployment.json -------------------------------------------------------------------------------- /schema/aws-m2-environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-m2-environment.json -------------------------------------------------------------------------------- /schema/aws-macie-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-macie-allowlist.json -------------------------------------------------------------------------------- /schema/aws-macie-findingsfilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-macie-findingsfilter.json -------------------------------------------------------------------------------- /schema/aws-macie-session.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-macie-session.json -------------------------------------------------------------------------------- /schema/aws-managedblockchain-node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-managedblockchain-node.json -------------------------------------------------------------------------------- /schema/aws-mediaconnect-bridge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediaconnect-bridge.json -------------------------------------------------------------------------------- /schema/aws-mediaconnect-flow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediaconnect-flow.json -------------------------------------------------------------------------------- /schema/aws-mediaconnect-gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediaconnect-gateway.json -------------------------------------------------------------------------------- /schema/aws-mediaconvert-preset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediaconvert-preset.json -------------------------------------------------------------------------------- /schema/aws-mediaconvert-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediaconvert-queue.json -------------------------------------------------------------------------------- /schema/aws-medialive-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-channel.json -------------------------------------------------------------------------------- /schema/aws-medialive-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-cluster.json -------------------------------------------------------------------------------- /schema/aws-medialive-input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-input.json -------------------------------------------------------------------------------- /schema/aws-medialive-multiplex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-multiplex.json -------------------------------------------------------------------------------- /schema/aws-medialive-network.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-network.json -------------------------------------------------------------------------------- /schema/aws-medialive-sdisource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-sdisource.json -------------------------------------------------------------------------------- /schema/aws-medialive-signalmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-medialive-signalmap.json -------------------------------------------------------------------------------- /schema/aws-mediapackage-asset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediapackage-asset.json -------------------------------------------------------------------------------- /schema/aws-mediapackage-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediapackage-channel.json -------------------------------------------------------------------------------- /schema/aws-mediapackagev2-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediapackagev2-channel.json -------------------------------------------------------------------------------- /schema/aws-mediastore-container.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediastore-container.json -------------------------------------------------------------------------------- /schema/aws-mediatailor-channel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediatailor-channel.json -------------------------------------------------------------------------------- /schema/aws-mediatailor-livesource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediatailor-livesource.json -------------------------------------------------------------------------------- /schema/aws-mediatailor-vodsource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mediatailor-vodsource.json -------------------------------------------------------------------------------- /schema/aws-memorydb-acl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-memorydb-acl.json -------------------------------------------------------------------------------- /schema/aws-memorydb-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-memorydb-cluster.json -------------------------------------------------------------------------------- /schema/aws-memorydb-subnetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-memorydb-subnetgroup.json -------------------------------------------------------------------------------- /schema/aws-memorydb-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-memorydb-user.json -------------------------------------------------------------------------------- /schema/aws-msk-batchscramsecret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-batchscramsecret.json -------------------------------------------------------------------------------- /schema/aws-msk-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-cluster.json -------------------------------------------------------------------------------- /schema/aws-msk-clusterpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-clusterpolicy.json -------------------------------------------------------------------------------- /schema/aws-msk-configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-configuration.json -------------------------------------------------------------------------------- /schema/aws-msk-replicator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-replicator.json -------------------------------------------------------------------------------- /schema/aws-msk-serverlesscluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-serverlesscluster.json -------------------------------------------------------------------------------- /schema/aws-msk-vpcconnection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-msk-vpcconnection.json -------------------------------------------------------------------------------- /schema/aws-mwaa-environment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-mwaa-environment.json -------------------------------------------------------------------------------- /schema/aws-neptune-dbcluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-neptune-dbcluster.json -------------------------------------------------------------------------------- /schema/aws-neptune-dbinstance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-neptune-dbinstance.json -------------------------------------------------------------------------------- /schema/aws-neptune-dbsubnetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-neptune-dbsubnetgroup.json -------------------------------------------------------------------------------- /schema/aws-neptunegraph-graph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-neptunegraph-graph.json -------------------------------------------------------------------------------- /schema/aws-networkmanager-device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-networkmanager-device.json -------------------------------------------------------------------------------- /schema/aws-networkmanager-link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-networkmanager-link.json -------------------------------------------------------------------------------- /schema/aws-networkmanager-site.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-networkmanager-site.json -------------------------------------------------------------------------------- /schema/aws-oam-link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-oam-link.json -------------------------------------------------------------------------------- /schema/aws-oam-sink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-oam-sink.json -------------------------------------------------------------------------------- /schema/aws-omics-annotationstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-annotationstore.json -------------------------------------------------------------------------------- /schema/aws-omics-referencestore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-referencestore.json -------------------------------------------------------------------------------- /schema/aws-omics-rungroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-rungroup.json -------------------------------------------------------------------------------- /schema/aws-omics-sequencestore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-sequencestore.json -------------------------------------------------------------------------------- /schema/aws-omics-variantstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-variantstore.json -------------------------------------------------------------------------------- /schema/aws-omics-workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-omics-workflow.json -------------------------------------------------------------------------------- /schema/aws-opsworks-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-app.json -------------------------------------------------------------------------------- /schema/aws-opsworks-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-instance.json -------------------------------------------------------------------------------- /schema/aws-opsworks-layer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-layer.json -------------------------------------------------------------------------------- /schema/aws-opsworks-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-stack.json -------------------------------------------------------------------------------- /schema/aws-opsworks-userprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-userprofile.json -------------------------------------------------------------------------------- /schema/aws-opsworks-volume.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworks-volume.json -------------------------------------------------------------------------------- /schema/aws-opsworkscm-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-opsworkscm-server.json -------------------------------------------------------------------------------- /schema/aws-organizations-account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-organizations-account.json -------------------------------------------------------------------------------- /schema/aws-organizations-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-organizations-policy.json -------------------------------------------------------------------------------- /schema/aws-osis-pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-osis-pipeline.json -------------------------------------------------------------------------------- /schema/aws-panorama-package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-panorama-package.json -------------------------------------------------------------------------------- /schema/aws-pcs-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pcs-cluster.json -------------------------------------------------------------------------------- /schema/aws-pcs-computenodegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pcs-computenodegroup.json -------------------------------------------------------------------------------- /schema/aws-pcs-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pcs-queue.json -------------------------------------------------------------------------------- /schema/aws-personalize-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-personalize-dataset.json -------------------------------------------------------------------------------- /schema/aws-personalize-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-personalize-schema.json -------------------------------------------------------------------------------- /schema/aws-personalize-solution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-personalize-solution.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-admchannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-admchannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-apnschannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-apnschannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-app.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-baiduchannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-baiduchannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-campaign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-campaign.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-emailchannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-emailchannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-emailtemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-emailtemplate.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-eventstream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-eventstream.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-gcmchannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-gcmchannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-inapptemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-inapptemplate.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-pushtemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-pushtemplate.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-segment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-segment.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-smschannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-smschannel.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-smstemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-smstemplate.json -------------------------------------------------------------------------------- /schema/aws-pinpoint-voicechannel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpoint-voicechannel.json -------------------------------------------------------------------------------- /schema/aws-pinpointemail-identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pinpointemail-identity.json -------------------------------------------------------------------------------- /schema/aws-pipes-pipe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-pipes-pipe.json -------------------------------------------------------------------------------- /schema/aws-proton-servicetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-proton-servicetemplate.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-application.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-dataaccessor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-dataaccessor.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-datasource.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-index.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-permission.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-permission.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-plugin.json -------------------------------------------------------------------------------- /schema/aws-qbusiness-retriever.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qbusiness-retriever.json -------------------------------------------------------------------------------- /schema/aws-qldb-ledger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qldb-ledger.json -------------------------------------------------------------------------------- /schema/aws-qldb-stream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-qldb-stream.json -------------------------------------------------------------------------------- /schema/aws-quicksight-analysis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-analysis.json -------------------------------------------------------------------------------- /schema/aws-quicksight-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-dashboard.json -------------------------------------------------------------------------------- /schema/aws-quicksight-dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-dataset.json -------------------------------------------------------------------------------- /schema/aws-quicksight-datasource.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-datasource.json -------------------------------------------------------------------------------- /schema/aws-quicksight-folder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-folder.json -------------------------------------------------------------------------------- /schema/aws-quicksight-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-template.json -------------------------------------------------------------------------------- /schema/aws-quicksight-theme.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-theme.json -------------------------------------------------------------------------------- /schema/aws-quicksight-topic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-quicksight-topic.json -------------------------------------------------------------------------------- /schema/aws-ram-permission.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ram-permission.json -------------------------------------------------------------------------------- /schema/aws-ram-resourceshare.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ram-resourceshare.json -------------------------------------------------------------------------------- /schema/aws-rbin-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rbin-rule.json -------------------------------------------------------------------------------- /schema/aws-rds-dbcluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbcluster.json -------------------------------------------------------------------------------- /schema/aws-rds-dbinstance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbinstance.json -------------------------------------------------------------------------------- /schema/aws-rds-dbparametergroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbparametergroup.json -------------------------------------------------------------------------------- /schema/aws-rds-dbproxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbproxy.json -------------------------------------------------------------------------------- /schema/aws-rds-dbproxyendpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbproxyendpoint.json -------------------------------------------------------------------------------- /schema/aws-rds-dbproxytargetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbproxytargetgroup.json -------------------------------------------------------------------------------- /schema/aws-rds-dbsecuritygroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbsecuritygroup.json -------------------------------------------------------------------------------- /schema/aws-rds-dbshardgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbshardgroup.json -------------------------------------------------------------------------------- /schema/aws-rds-dbsubnetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-dbsubnetgroup.json -------------------------------------------------------------------------------- /schema/aws-rds-eventsubscription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-eventsubscription.json -------------------------------------------------------------------------------- /schema/aws-rds-globalcluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-globalcluster.json -------------------------------------------------------------------------------- /schema/aws-rds-integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-integration.json -------------------------------------------------------------------------------- /schema/aws-rds-optiongroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rds-optiongroup.json -------------------------------------------------------------------------------- /schema/aws-redshift-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-redshift-cluster.json -------------------------------------------------------------------------------- /schema/aws-redshift-integration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-redshift-integration.json -------------------------------------------------------------------------------- /schema/aws-refactorspaces-route.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-refactorspaces-route.json -------------------------------------------------------------------------------- /schema/aws-refactorspaces-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-refactorspaces-service.json -------------------------------------------------------------------------------- /schema/aws-rekognition-collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rekognition-collection.json -------------------------------------------------------------------------------- /schema/aws-rekognition-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rekognition-project.json -------------------------------------------------------------------------------- /schema/aws-resiliencehub-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-resiliencehub-app.json -------------------------------------------------------------------------------- /schema/aws-resourceexplorer2-view.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-resourceexplorer2-view.json -------------------------------------------------------------------------------- /schema/aws-resourcegroups-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-resourcegroups-group.json -------------------------------------------------------------------------------- /schema/aws-robomaker-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-robomaker-fleet.json -------------------------------------------------------------------------------- /schema/aws-robomaker-robot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-robomaker-robot.json -------------------------------------------------------------------------------- /schema/aws-rolesanywhere-crl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rolesanywhere-crl.json -------------------------------------------------------------------------------- /schema/aws-rolesanywhere-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rolesanywhere-profile.json -------------------------------------------------------------------------------- /schema/aws-route53-cidrcollection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-cidrcollection.json -------------------------------------------------------------------------------- /schema/aws-route53-dnssec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-dnssec.json -------------------------------------------------------------------------------- /schema/aws-route53-healthcheck.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-healthcheck.json -------------------------------------------------------------------------------- /schema/aws-route53-hostedzone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-hostedzone.json -------------------------------------------------------------------------------- /schema/aws-route53-keysigningkey.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-keysigningkey.json -------------------------------------------------------------------------------- /schema/aws-route53-recordset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-recordset.json -------------------------------------------------------------------------------- /schema/aws-route53-recordsetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-route53-recordsetgroup.json -------------------------------------------------------------------------------- /schema/aws-rum-appmonitor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-rum-appmonitor.json -------------------------------------------------------------------------------- /schema/aws-s3-accessgrant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-accessgrant.json -------------------------------------------------------------------------------- /schema/aws-s3-accesspoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-accesspoint.json -------------------------------------------------------------------------------- /schema/aws-s3-bucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-bucket.json -------------------------------------------------------------------------------- /schema/aws-s3-bucketpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-bucketpolicy.json -------------------------------------------------------------------------------- /schema/aws-s3-storagelens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-storagelens.json -------------------------------------------------------------------------------- /schema/aws-s3-storagelensgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3-storagelensgroup.json -------------------------------------------------------------------------------- /schema/aws-s3express-bucketpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3express-bucketpolicy.json -------------------------------------------------------------------------------- /schema/aws-s3outposts-accesspoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3outposts-accesspoint.json -------------------------------------------------------------------------------- /schema/aws-s3outposts-bucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3outposts-bucket.json -------------------------------------------------------------------------------- /schema/aws-s3outposts-endpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3outposts-endpoint.json -------------------------------------------------------------------------------- /schema/aws-s3tables-tablebucket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-s3tables-tablebucket.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-app.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-cluster.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-device.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-device.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-devicefleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-devicefleet.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-domain.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-endpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-endpoint.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-featuregroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-featuregroup.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-image.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-imageversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-imageversion.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-model.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-modelcard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-modelcard.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-modelpackage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-modelpackage.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-partnerapp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-partnerapp.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-pipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-pipeline.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-project.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-project.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-space.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-space.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-userprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-userprofile.json -------------------------------------------------------------------------------- /schema/aws-sagemaker-workteam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sagemaker-workteam.json -------------------------------------------------------------------------------- /schema/aws-scheduler-schedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-scheduler-schedule.json -------------------------------------------------------------------------------- /schema/aws-sdb-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sdb-domain.json -------------------------------------------------------------------------------- /schema/aws-secretsmanager-secret.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-secretsmanager-secret.json -------------------------------------------------------------------------------- /schema/aws-securityhub-hub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-securityhub-hub.json -------------------------------------------------------------------------------- /schema/aws-securityhub-insight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-securityhub-insight.json -------------------------------------------------------------------------------- /schema/aws-securityhub-standard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-securityhub-standard.json -------------------------------------------------------------------------------- /schema/aws-securitylake-datalake.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-securitylake-datalake.json -------------------------------------------------------------------------------- /schema/aws-ses-configurationset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-configurationset.json -------------------------------------------------------------------------------- /schema/aws-ses-contactlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-contactlist.json -------------------------------------------------------------------------------- /schema/aws-ses-dedicatedippool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-dedicatedippool.json -------------------------------------------------------------------------------- /schema/aws-ses-emailidentity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-emailidentity.json -------------------------------------------------------------------------------- /schema/aws-ses-mailmanagerarchive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-mailmanagerarchive.json -------------------------------------------------------------------------------- /schema/aws-ses-mailmanagerrelay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-mailmanagerrelay.json -------------------------------------------------------------------------------- /schema/aws-ses-mailmanagerruleset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-mailmanagerruleset.json -------------------------------------------------------------------------------- /schema/aws-ses-receiptfilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-receiptfilter.json -------------------------------------------------------------------------------- /schema/aws-ses-receiptrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-receiptrule.json -------------------------------------------------------------------------------- /schema/aws-ses-receiptruleset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-receiptruleset.json -------------------------------------------------------------------------------- /schema/aws-ses-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-template.json -------------------------------------------------------------------------------- /schema/aws-ses-vdmattributes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ses-vdmattributes.json -------------------------------------------------------------------------------- /schema/aws-shield-drtaccess.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-shield-drtaccess.json -------------------------------------------------------------------------------- /schema/aws-shield-protection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-shield-protection.json -------------------------------------------------------------------------------- /schema/aws-shield-protectiongroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-shield-protectiongroup.json -------------------------------------------------------------------------------- /schema/aws-signer-signingprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-signer-signingprofile.json -------------------------------------------------------------------------------- /schema/aws-sns-subscription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sns-subscription.json -------------------------------------------------------------------------------- /schema/aws-sns-topic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sns-topic.json -------------------------------------------------------------------------------- /schema/aws-sns-topicinlinepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sns-topicinlinepolicy.json -------------------------------------------------------------------------------- /schema/aws-sns-topicpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sns-topicpolicy.json -------------------------------------------------------------------------------- /schema/aws-sqs-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sqs-queue.json -------------------------------------------------------------------------------- /schema/aws-sqs-queueinlinepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sqs-queueinlinepolicy.json -------------------------------------------------------------------------------- /schema/aws-sqs-queuepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sqs-queuepolicy.json -------------------------------------------------------------------------------- /schema/aws-ssm-association.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-association.json -------------------------------------------------------------------------------- /schema/aws-ssm-document.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-document.json -------------------------------------------------------------------------------- /schema/aws-ssm-maintenancewindow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-maintenancewindow.json -------------------------------------------------------------------------------- /schema/aws-ssm-parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-parameter.json -------------------------------------------------------------------------------- /schema/aws-ssm-patchbaseline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-patchbaseline.json -------------------------------------------------------------------------------- /schema/aws-ssm-resourcedatasync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-resourcedatasync.json -------------------------------------------------------------------------------- /schema/aws-ssm-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssm-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-ssmcontacts-contact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssmcontacts-contact.json -------------------------------------------------------------------------------- /schema/aws-ssmcontacts-plan.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssmcontacts-plan.json -------------------------------------------------------------------------------- /schema/aws-ssmcontacts-rotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-ssmcontacts-rotation.json -------------------------------------------------------------------------------- /schema/aws-sso-application.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sso-application.json -------------------------------------------------------------------------------- /schema/aws-sso-assignment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sso-assignment.json -------------------------------------------------------------------------------- /schema/aws-sso-instance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sso-instance.json -------------------------------------------------------------------------------- /schema/aws-sso-permissionset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-sso-permissionset.json -------------------------------------------------------------------------------- /schema/aws-stepfunctions-activity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-stepfunctions-activity.json -------------------------------------------------------------------------------- /schema/aws-synthetics-canary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-synthetics-canary.json -------------------------------------------------------------------------------- /schema/aws-synthetics-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-synthetics-group.json -------------------------------------------------------------------------------- /schema/aws-timestream-database.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-timestream-database.json -------------------------------------------------------------------------------- /schema/aws-timestream-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-timestream-table.json -------------------------------------------------------------------------------- /schema/aws-transfer-agreement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-agreement.json -------------------------------------------------------------------------------- /schema/aws-transfer-certificate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-certificate.json -------------------------------------------------------------------------------- /schema/aws-transfer-connector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-connector.json -------------------------------------------------------------------------------- /schema/aws-transfer-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-profile.json -------------------------------------------------------------------------------- /schema/aws-transfer-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-server.json -------------------------------------------------------------------------------- /schema/aws-transfer-user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-user.json -------------------------------------------------------------------------------- /schema/aws-transfer-webapp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-webapp.json -------------------------------------------------------------------------------- /schema/aws-transfer-workflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-transfer-workflow.json -------------------------------------------------------------------------------- /schema/aws-voiceid-domain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-voiceid-domain.json -------------------------------------------------------------------------------- /schema/aws-vpclattice-authpolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-vpclattice-authpolicy.json -------------------------------------------------------------------------------- /schema/aws-vpclattice-listener.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-vpclattice-listener.json -------------------------------------------------------------------------------- /schema/aws-vpclattice-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-vpclattice-rule.json -------------------------------------------------------------------------------- /schema/aws-vpclattice-service.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-vpclattice-service.json -------------------------------------------------------------------------------- /schema/aws-vpclattice-targetgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-vpclattice-targetgroup.json -------------------------------------------------------------------------------- /schema/aws-waf-bytematchset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-bytematchset.json -------------------------------------------------------------------------------- /schema/aws-waf-ipset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-ipset.json -------------------------------------------------------------------------------- /schema/aws-waf-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-rule.json -------------------------------------------------------------------------------- /schema/aws-waf-sizeconstraintset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-sizeconstraintset.json -------------------------------------------------------------------------------- /schema/aws-waf-webacl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-webacl.json -------------------------------------------------------------------------------- /schema/aws-waf-xssmatchset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-waf-xssmatchset.json -------------------------------------------------------------------------------- /schema/aws-wafregional-ipset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafregional-ipset.json -------------------------------------------------------------------------------- /schema/aws-wafregional-rule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafregional-rule.json -------------------------------------------------------------------------------- /schema/aws-wafregional-webacl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafregional-webacl.json -------------------------------------------------------------------------------- /schema/aws-wafv2-ipset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafv2-ipset.json -------------------------------------------------------------------------------- /schema/aws-wafv2-regexpatternset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafv2-regexpatternset.json -------------------------------------------------------------------------------- /schema/aws-wafv2-rulegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafv2-rulegroup.json -------------------------------------------------------------------------------- /schema/aws-wafv2-webacl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wafv2-webacl.json -------------------------------------------------------------------------------- /schema/aws-wisdom-aiagent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-aiagent.json -------------------------------------------------------------------------------- /schema/aws-wisdom-aiagentversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-aiagentversion.json -------------------------------------------------------------------------------- /schema/aws-wisdom-aiguardrail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-aiguardrail.json -------------------------------------------------------------------------------- /schema/aws-wisdom-aiprompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-aiprompt.json -------------------------------------------------------------------------------- /schema/aws-wisdom-aipromptversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-aipromptversion.json -------------------------------------------------------------------------------- /schema/aws-wisdom-assistant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-assistant.json -------------------------------------------------------------------------------- /schema/aws-wisdom-knowledgebase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-knowledgebase.json -------------------------------------------------------------------------------- /schema/aws-wisdom-messagetemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-wisdom-messagetemplate.json -------------------------------------------------------------------------------- /schema/aws-workspaces-workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-workspaces-workspace.json -------------------------------------------------------------------------------- /schema/aws-workspacesweb-portal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-workspacesweb-portal.json -------------------------------------------------------------------------------- /schema/aws-xray-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-xray-group.json -------------------------------------------------------------------------------- /schema/aws-xray-resourcepolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-xray-resourcepolicy.json -------------------------------------------------------------------------------- /schema/aws-xray-samplingrule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/aws-xray-samplingrule.json -------------------------------------------------------------------------------- /schema/update.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/update.ps1 -------------------------------------------------------------------------------- /schema/update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/schema/update.sh -------------------------------------------------------------------------------- /set-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/set-version.sh -------------------------------------------------------------------------------- /src/arm/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/data.go -------------------------------------------------------------------------------- /src/arm/data.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/data.template -------------------------------------------------------------------------------- /src/arm/data_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/data_test.go -------------------------------------------------------------------------------- /src/arm/error.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/error.go -------------------------------------------------------------------------------- /src/arm/error_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/error_test.go -------------------------------------------------------------------------------- /src/arm/helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/helpers.go -------------------------------------------------------------------------------- /src/arm/helpers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/helpers_test.go -------------------------------------------------------------------------------- /src/arm/locals.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/locals.go -------------------------------------------------------------------------------- /src/arm/lookup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/lookup.go -------------------------------------------------------------------------------- /src/arm/lookup_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/lookup_test.go -------------------------------------------------------------------------------- /src/arm/output.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/output.template -------------------------------------------------------------------------------- /src/arm/outputs.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/outputs.go -------------------------------------------------------------------------------- /src/arm/outputs_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/outputs_test.go -------------------------------------------------------------------------------- /src/arm/parameters.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/parameters.go -------------------------------------------------------------------------------- /src/arm/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/parse.go -------------------------------------------------------------------------------- /src/arm/parse_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/parse_test.go -------------------------------------------------------------------------------- /src/arm/resource.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/resource.go -------------------------------------------------------------------------------- /src/arm/resources.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/resources.go -------------------------------------------------------------------------------- /src/arm/resources_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/resources_test.go -------------------------------------------------------------------------------- /src/arm/variable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/variable.go -------------------------------------------------------------------------------- /src/arm/variable.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/variable.template -------------------------------------------------------------------------------- /src/arm/variables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/variables.go -------------------------------------------------------------------------------- /src/arm/variables_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/arm/variables_test.go -------------------------------------------------------------------------------- /src/cf/data.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/data.go -------------------------------------------------------------------------------- /src/cf/errors.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/errors.go -------------------------------------------------------------------------------- /src/cf/errors_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/errors_test.go -------------------------------------------------------------------------------- /src/cf/helpers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/helpers.go -------------------------------------------------------------------------------- /src/cf/helpers_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/helpers_test.go -------------------------------------------------------------------------------- /src/cf/lookup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/lookup.go -------------------------------------------------------------------------------- /src/cf/lookup_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/lookup_test.go -------------------------------------------------------------------------------- /src/cf/parse.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/parse.go -------------------------------------------------------------------------------- /src/cf/parse_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/parse_test.go -------------------------------------------------------------------------------- /src/cf/resource_mapping.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resource_mapping.go -------------------------------------------------------------------------------- /src/cf/resources.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources.go -------------------------------------------------------------------------------- /src/cf/resources/aws_eip.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_eip.template -------------------------------------------------------------------------------- /src/cf/resources/aws_elb.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_elb.template -------------------------------------------------------------------------------- /src/cf/resources/aws_flow_log.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_flow_log.template -------------------------------------------------------------------------------- /src/cf/resources/aws_iam_role.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_iam_role.template -------------------------------------------------------------------------------- /src/cf/resources/aws_iam_user.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_iam_user.template -------------------------------------------------------------------------------- /src/cf/resources/aws_instance.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_instance.template -------------------------------------------------------------------------------- /src/cf/resources/aws_kms_key.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_kms_key.template -------------------------------------------------------------------------------- /src/cf/resources/aws_lb.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_lb.template -------------------------------------------------------------------------------- /src/cf/resources/aws_route.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_route.template -------------------------------------------------------------------------------- /src/cf/resources/aws_subnet.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_subnet.template -------------------------------------------------------------------------------- /src/cf/resources/aws_vpc.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/resources/aws_vpc.template -------------------------------------------------------------------------------- /src/cf/testdata/min.cg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/testdata/min.cg.yaml -------------------------------------------------------------------------------- /src/cf/testdata/minwithparams.cg.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/testdata/minwithparams.cg.yaml -------------------------------------------------------------------------------- /src/cf/variable.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/variable.go -------------------------------------------------------------------------------- /src/cf/variable.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/cf/variable.template -------------------------------------------------------------------------------- /src/see/lookup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/see/lookup.go -------------------------------------------------------------------------------- /src/see/lookup_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/see/lookup_test.go -------------------------------------------------------------------------------- /src/see/resource_mapping.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/see/resource_mapping.go -------------------------------------------------------------------------------- /src/version/version.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/src/version/version.go -------------------------------------------------------------------------------- /tests/integration/integration_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/tests/integration/integration_test.go -------------------------------------------------------------------------------- /tests/utils/utils.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/tests/utils/utils.go -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JamesWoolfenden/sato/HEAD/todo.txt --------------------------------------------------------------------------------