Skip to content

Commit

Permalink
Merge pull request #133 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
updated awscc docs
  • Loading branch information
jeffreyaven authored Mar 14, 2024
2 parents 2a80aa5 + a02ff4d commit b1a5781
Show file tree
Hide file tree
Showing 956 changed files with 1,007 additions and 5,940 deletions.
8 changes: 4 additions & 4 deletions docs/awscc-docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ slug: /providers/awscc
---
Cloud services from AWS using the Cloud Control API.

:::info Provider Summary (v24.03.00208)
:::info Provider Summary (v24.03.00214)

<div class="row">
<div class="providerDocColumn">
<span>total services:&nbsp;<b>207</b></span><br />
<span>total methods:&nbsp;<b>1,703</b></span><br />
<span>total methods:&nbsp;<b>1,637</b></span><br />
</div>
<div class="providerDocColumn">
<span>total resources:&nbsp;<b>1,699</b></span><br />
<span>total selectable resources:&nbsp;<b>1,699</b></span><br />
<span>total resources:&nbsp;<b>1,633</b></span><br />
<span>total selectable resources:&nbsp;<b>1,633</b></span><br />
</div>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ tags,
type,
analyzer_configuration
FROM awscc.accessanalyzer.analyzer
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
WHERE data__Identifier = '<Arn>';
```

## Permissions
Expand Down
4 changes: 1 addition & 3 deletions docs/awscc-docs/providers/awscc/acmpca/certificate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ validity_not_before,
certificate,
arn
FROM awscc.acmpca.certificate
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
AND data__Identifier = '{CertificateAuthorityArn}';
WHERE data__Identifier = '<Arn>|<CertificateAuthorityArn>';
```

## Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ csr_extensions,
key_storage_security_standard,
usage_mode
FROM awscc.acmpca.certificate_authority
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
WHERE data__Identifier = '<Arn>';
```

## Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ certificate_chain,
status,
complete_certificate_chain
FROM awscc.acmpca.certificate_authority_activation
WHERE region = 'us-east-1'
AND data__Identifier = '{CertificateAuthorityArn}';
WHERE data__Identifier = '<CertificateAuthorityArn>';
```

## Permissions
Expand Down

This file was deleted.

58 changes: 0 additions & 58 deletions docs/awscc-docs/providers/awscc/acmpca/certificates/index.md

This file was deleted.

15 changes: 6 additions & 9 deletions docs/awscc-docs/providers/awscc/acmpca/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The acmpca service documentation.

<div class="row">
<div class="providerDocColumn">
<span>total resources:&nbsp;<b>8</b></span><br />
<span>total selectable resources:&nbsp;<b>8</b></span><br />
<span>total methods:&nbsp;<b>8</b></span><br />
<span>total resources:&nbsp;<b>5</b></span><br />
<span>total selectable resources:&nbsp;<b>5</b></span><br />
<span>total methods:&nbsp;<b>5</b></span><br />
</div>
</div>

Expand All @@ -33,13 +33,10 @@ The acmpca service documentation.
<div class="providerDocColumn">
<a href="/providers/awscc/acmpca/certificate/">certificate</a><br />
<a href="/providers/awscc/acmpca/certificate_authorities/">certificate_authorities</a><br />
<a href="/providers/awscc/acmpca/certificate_authority/">certificate_authority</a><br />
<a href="/providers/awscc/acmpca/certificate_authority_activation/">certificate_authority_activation</a>
<a href="/providers/awscc/acmpca/certificate_authority/">certificate_authority</a>
</div>
<div class="providerDocColumn">
<a href="/providers/awscc/acmpca/certificate_authority_activations/">certificate_authority_activations</a><br />
<a href="/providers/awscc/acmpca/certificates/">certificates</a><br />
<a href="/providers/awscc/acmpca/permission/">permission</a><br />
<a href="/providers/awscc/acmpca/permissions/">permissions</a>
<a href="/providers/awscc/acmpca/certificate_authority_activation/">certificate_authority_activation</a><br />
<a href="/providers/awscc/acmpca/permission/">permission</a>
</div>
</div>
4 changes: 1 addition & 3 deletions docs/awscc-docs/providers/awscc/acmpca/permission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ certificate_authority_arn,
principal,
source_account
FROM awscc.acmpca.permission
WHERE region = 'us-east-1'
AND data__Identifier = '{CertificateAuthorityArn}';
AND data__Identifier = '{Principal}';
WHERE data__Identifier = '<CertificateAuthorityArn>|<Principal>';
```

## Permissions
Expand Down
58 changes: 0 additions & 58 deletions docs/awscc-docs/providers/awscc/acmpca/permissions/index.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/awscc-docs/providers/awscc/amplify/app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ platform,
repository,
tags
FROM awscc.amplify.app
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
WHERE data__Identifier = '<Arn>';
```

## Permissions
Expand Down
3 changes: 1 addition & 2 deletions docs/awscc-docs/providers/awscc/amplify/branch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ pull_request_environment_name,
stage,
tags
FROM awscc.amplify.branch
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
WHERE data__Identifier = '<Arn>';
```

## Permissions
Expand Down
3 changes: 1 addition & 2 deletions docs/awscc-docs/providers/awscc/amplify/domain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ enable_auto_sub_domain,
status_reason,
sub_domain_settings
FROM awscc.amplify.domain
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
WHERE data__Identifier = '<Arn>';
```

## Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ source_id,
tags,
variants
FROM awscc.amplifyuibuilder.component
WHERE region = 'us-east-1'
AND data__Identifier = '{AppId}';
AND data__Identifier = '{EnvironmentName}';
AND data__Identifier = '{Id}';
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';
```

## Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ sectional_elements,
style,
tags
FROM awscc.amplifyuibuilder.form
WHERE region = 'us-east-1'
AND data__Identifier = '{AppId}';
AND data__Identifier = '{EnvironmentName}';
AND data__Identifier = '{Id}';
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';
```

## Permissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ overrides,
tags,
values
FROM awscc.amplifyuibuilder.theme
WHERE region = 'us-east-1'
AND data__Identifier = '{AppId}';
AND data__Identifier = '{EnvironmentName}';
AND data__Identifier = '{Id}';
WHERE data__Identifier = '<AppId>|<EnvironmentName>|<Id>';
```

## Permissions
Expand Down
3 changes: 1 addition & 2 deletions docs/awscc-docs/providers/awscc/apigateway/account/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ region,
id,
cloud_watch_role_arn
FROM awscc.apigateway.account
WHERE region = 'us-east-1'
AND data__Identifier = '{Id}';
WHERE data__Identifier = '<Id>';
```

## Permissions
Expand Down
Loading

0 comments on commit b1a5781

Please sign in to comment.