Skip to content

Commit 96f94ba

Browse files
authored
Merge pull request #163 from stackql/feature/doc-updates
aws doc updates
2 parents 7fd5f17 + b83fa88 commit 96f94ba

File tree

1,038 files changed

+4214
-3408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,038 files changed

+4214
-3408
lines changed

docs/aws-docs/providers/aws/accessanalyzer/analyzers/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>analyzers</code> in a region or to create or de
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="Type, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>analyzer
8787
<TabItem value="required">
8888

8989
```sql
90-
-- analyzer.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.accessanalyzer.analyzers (
9292
Type,
9393
region
@@ -100,7 +100,7 @@ SELECT
100100
<TabItem value="all">
101101

102102
```sql
103-
-- analyzer.iql (all properties)
103+
/*+ create */
104104
INSERT INTO aws.accessanalyzer.analyzers (
105105
AnalyzerName,
106106
ArchiveRules,
@@ -164,6 +164,7 @@ resources:
164164
## `DELETE` Example
165165

166166
```sql
167+
/*+ delete */
167168
DELETE FROM aws.accessanalyzer.analyzers
168169
WHERE data__Identifier = '<Arn>'
169170
AND region = 'us-east-1';

docs/aws-docs/providers/aws/acmpca/certificate/index.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ Gets or updates an individual <code>certificate</code> resource, use <code>certi
2626
<table><tbody>
2727
<tr><td><b>Name</b></td><td><code>certificate</code></td></tr>
2828
<tr><td><b>Type</b></td><td>Resource</td></tr>
29-
<tr><td><b>Description</b></td><td>The ``AWS::ACMPCA::Certificate`` resource is used to issue a certificate using your private certificate authority. For more information, see the &#91;IssueCertificate&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;APIReference&#x2F;API_IssueCertificate.html) action.</td></tr>
29+
<tr><td><b>Description</b></td><td>The <code>AWS::ACMPCA::Certificate</code> resource is used to issue a certificate using your private certificate authority. For more information, see the &#91;IssueCertificate&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;APIReference&#x2F;API_IssueCertificate.html) action.</td></tr>
3030
<tr><td><b>Id</b></td><td><CopyableCode code="aws.acmpca.certificate" /></td></tr>
3131
</tbody></table>
3232

3333
## Fields
3434
<table><tbody>
3535
<tr><th>Name</th><th>Datatype</th><th>Description</th></tr>
36-
<tr><td><CopyableCode code="api_passthrough" /></td><td><code>object</code></td><td>Specifies X.509 certificate information to be included in the issued certificate. An ``APIPassthrough`` or ``APICSRPassthrough`` template variant must be selected, or else this parameter is ignored.</td></tr>
36+
<tr><td><CopyableCode code="api_passthrough" /></td><td><code>object</code></td><td>Specifies X.509 certificate information to be included in the issued certificate. An <code>APIPassthrough</code> or <code>APICSRPassthrough</code> template variant must be selected, or else this parameter is ignored.</td></tr>
3737
<tr><td><CopyableCode code="certificate_authority_arn" /></td><td><code>string</code></td><td>The Amazon Resource Name (ARN) for the private CA issues the certificate.</td></tr>
3838
<tr><td><CopyableCode code="certificate_signing_request" /></td><td><code>string</code></td><td>The certificate signing request (CSR) for the certificate.</td></tr>
39-
<tr><td><CopyableCode code="signing_algorithm" /></td><td><code>string</code></td><td>The name of the algorithm that will be used to sign the certificate to be issued. &lt;br&#x2F;&gt; This parameter should not be confused with the ``SigningAlgorithm`` parameter used to sign a CSR in the ``CreateCertificateAuthority`` action.&lt;br&#x2F;&gt; The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.</td></tr>
40-
<tr><td><CopyableCode code="template_arn" /></td><td><code>string</code></td><td>Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, PCAshort defaults to the ``EndEntityCertificate&#x2F;V1`` template. For more information about PCAshort templates, see &#91;Using Templates&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;userguide&#x2F;UsingTemplates.html).</td></tr>
39+
<tr><td><CopyableCode code="signing_algorithm" /></td><td><code>string</code></td><td>The name of the algorithm that will be used to sign the certificate to be issued. &lt;br&#x2F;&gt; This parameter should not be confused with the <code>SigningAlgorithm</code> parameter used to sign a CSR in the <code>CreateCertificateAuthority</code> action.&lt;br&#x2F;&gt; The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.</td></tr>
40+
<tr><td><CopyableCode code="template_arn" /></td><td><code>string</code></td><td>Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, PCAshort defaults to the <code>EndEntityCertificate&#x2F;V1</code> template. For more information about PCAshort templates, see &#91;Using Templates&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;userguide&#x2F;UsingTemplates.html).</td></tr>
4141
<tr><td><CopyableCode code="validity" /></td><td><code>object</code></td><td>The period of time during which the certificate will be valid.</td></tr>
42-
<tr><td><CopyableCode code="validity_not_before" /></td><td><code>object</code></td><td>Information describing the start of the validity period of the certificate. This parameter sets the “Not Before" date for the certificate.&lt;br&#x2F;&gt; By default, when issuing a certificate, PCAshort sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The ``ValidityNotBefore`` parameter can be used to customize the “Not Before” value. &lt;br&#x2F;&gt; Unlike the ``Validity`` parameter, the ``ValidityNotBefore`` parameter is optional.&lt;br&#x2F;&gt; The ``ValidityNotBefore`` value is expressed as an explicit date and time, using the ``Validity`` type value ``ABSOLUTE``.</td></tr>
42+
<tr><td><CopyableCode code="validity_not_before" /></td><td><code>object</code></td><td>Information describing the start of the validity period of the certificate. This parameter sets the “Not Before" date for the certificate.&lt;br&#x2F;&gt; By default, when issuing a certificate, PCAshort sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The <code>ValidityNotBefore</code> parameter can be used to customize the “Not Before” value. &lt;br&#x2F;&gt; Unlike the <code>Validity</code> parameter, the <code>ValidityNotBefore</code> parameter is optional.&lt;br&#x2F;&gt; The <code>ValidityNotBefore</code> value is expressed as an explicit date and time, using the <code>Validity</code> type value <code>ABSOLUTE</code>.</td></tr>
4343
<tr><td><CopyableCode code="certificate" /></td><td><code>string</code></td><td></td></tr>
4444
<tr><td><CopyableCode code="arn" /></td><td><code>string</code></td><td></td></tr>
4545
<tr><td><CopyableCode code="region" /></td><td><code>string</code></td><td>AWS region.</td></tr>
@@ -54,11 +54,6 @@ Gets or updates an individual <code>certificate</code> resource, use <code>certi
5454
<th>Accessible by</th>
5555
<th>Required Params</th>
5656
</tr>
57-
<tr>
58-
<td><CopyableCode code="update_resource" /></td>
59-
<td><code>UPDATE</code></td>
60-
<td><CopyableCode code="data__Identifier, data__PatchDocument, region" /></td>
61-
</tr>
6257
<tr>
6358
<td><CopyableCode code="get_resource" /></td>
6459
<td><code>SELECT</code></td>

docs/aws-docs/providers/aws/acmpca/certificate_authorities/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>certificate_authorities</code> in a region or t
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="Type, KeyAlgorithm, SigningAlgorithm, Subject, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>certific
8787
<TabItem value="required">
8888

8989
```sql
90-
-- certificate_authority.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.acmpca.certificate_authorities (
9292
Type,
9393
KeyAlgorithm,
@@ -106,7 +106,7 @@ SELECT
106106
<TabItem value="all">
107107

108108
```sql
109-
-- certificate_authority.iql (all properties)
109+
/*+ create */
110110
INSERT INTO aws.acmpca.certificate_authorities (
111111
Type,
112112
KeyAlgorithm,
@@ -229,6 +229,7 @@ resources:
229229
## `DELETE` Example
230230

231231
```sql
232+
/*+ delete */
232233
DELETE FROM aws.acmpca.certificate_authorities
233234
WHERE data__Identifier = '<Arn>'
234235
AND region = 'us-east-1';

docs/aws-docs/providers/aws/acmpca/certificate_authority_activations/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>certificate_authority_activations</code> in a r
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="CertificateAuthorityArn, Certificate, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>certific
8787
<TabItem value="required">
8888

8989
```sql
90-
-- certificate_authority_activation.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.acmpca.certificate_authority_activations (
9292
CertificateAuthorityArn,
9393
Certificate,
@@ -102,7 +102,7 @@ SELECT
102102
<TabItem value="all">
103103

104104
```sql
105-
-- certificate_authority_activation.iql (all properties)
105+
/*+ create */
106106
INSERT INTO aws.acmpca.certificate_authority_activations (
107107
CertificateAuthorityArn,
108108
Certificate,
@@ -148,6 +148,7 @@ resources:
148148
## `DELETE` Example
149149

150150
```sql
151+
/*+ delete */
151152
DELETE FROM aws.acmpca.certificate_authority_activations
152153
WHERE data__Identifier = '<CertificateAuthorityArn>'
153154
AND region = 'us-east-1';

docs/aws-docs/providers/aws/acmpca/certificates/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Used to retrieve a list of <code>certificates</code> in a region or to create or
2626
<table><tbody>
2727
<tr><td><b>Name</b></td><td><code>certificates</code></td></tr>
2828
<tr><td><b>Type</b></td><td>Resource</td></tr>
29-
<tr><td><b>Description</b></td><td>The ``AWS::ACMPCA::Certificate`` resource is used to issue a certificate using your private certificate authority. For more information, see the &#91;IssueCertificate&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;APIReference&#x2F;API_IssueCertificate.html) action.</td></tr>
29+
<tr><td><b>Description</b></td><td>The <code>AWS::ACMPCA::Certificate</code> resource is used to issue a certificate using your private certificate authority. For more information, see the &#91;IssueCertificate&#93;(https:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;privateca&#x2F;latest&#x2F;APIReference&#x2F;API_IssueCertificate.html) action.</td></tr>
3030
<tr><td><b>Id</b></td><td><CopyableCode code="aws.acmpca.certificates" /></td></tr>
3131
</tbody></table>
3232

@@ -50,7 +50,7 @@ Used to retrieve a list of <code>certificates</code> in a region or to create or
5050
<tr>
5151
<td><CopyableCode code="create_resource" /></td>
5252
<td><code>INSERT</code></td>
53-
<td><CopyableCode code="data__DesiredState, region" /></td>
53+
<td><CopyableCode code="CertificateAuthorityArn, CertificateSigningRequest, SigningAlgorithm, Validity, region" /></td>
5454
</tr>
5555
<tr>
5656
<td><CopyableCode code="delete_resource" /></td>
@@ -89,7 +89,7 @@ Use the following StackQL query and manifest file to create a new <code>certific
8989
<TabItem value="required">
9090

9191
```sql
92-
-- certificate.iql (required properties only)
92+
/*+ create */
9393
INSERT INTO aws.acmpca.certificates (
9494
CertificateAuthorityArn,
9595
CertificateSigningRequest,
@@ -108,7 +108,7 @@ SELECT
108108
<TabItem value="all">
109109

110110
```sql
111-
-- certificate.iql (all properties)
111+
/*+ create */
112112
INSERT INTO aws.acmpca.certificates (
113113
ApiPassthrough,
114114
CertificateAuthorityArn,
@@ -223,6 +223,7 @@ resources:
223223
## `DELETE` Example
224224

225225
```sql
226+
/*+ delete */
226227
DELETE FROM aws.acmpca.certificates
227228
WHERE data__Identifier = '<Arn|CertificateAuthorityArn>'
228229
AND region = 'us-east-1';

docs/aws-docs/providers/aws/acmpca/permissions/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Used to retrieve a list of <code>permissions</code> in a region or to create or
5050
<tr>
5151
<td><CopyableCode code="create_resource" /></td>
5252
<td><code>INSERT</code></td>
53-
<td><CopyableCode code="data__DesiredState, region" /></td>
53+
<td><CopyableCode code="Actions, CertificateAuthorityArn, Principal, region" /></td>
5454
</tr>
5555
<tr>
5656
<td><CopyableCode code="delete_resource" /></td>
@@ -89,7 +89,7 @@ Use the following StackQL query and manifest file to create a new <code>permissi
8989
<TabItem value="required">
9090

9191
```sql
92-
-- permission.iql (required properties only)
92+
/*+ create */
9393
INSERT INTO aws.acmpca.permissions (
9494
Actions,
9595
CertificateAuthorityArn,
@@ -106,7 +106,7 @@ SELECT
106106
<TabItem value="all">
107107

108108
```sql
109-
-- permission.iql (all properties)
109+
/*+ create */
110110
INSERT INTO aws.acmpca.permissions (
111111
Actions,
112112
CertificateAuthorityArn,
@@ -153,6 +153,7 @@ resources:
153153
## `DELETE` Example
154154

155155
```sql
156+
/*+ delete */
156157
DELETE FROM aws.acmpca.permissions
157158
WHERE data__Identifier = '<CertificateAuthorityArn|Principal>'
158159
AND region = 'us-east-1';

docs/aws-docs/providers/aws/amplify/apps/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>apps</code> in a region or to create or delete
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="Name, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>app</cod
8787
<TabItem value="required">
8888

8989
```sql
90-
-- app.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.amplify.apps (
9292
Name,
9393
region
@@ -100,7 +100,7 @@ SELECT
100100
<TabItem value="all">
101101

102102
```sql
103-
-- app.iql (all properties)
103+
/*+ create */
104104
INSERT INTO aws.amplify.apps (
105105
AccessToken,
106106
AutoBranchCreationConfig,
@@ -214,6 +214,7 @@ resources:
214214
## `DELETE` Example
215215

216216
```sql
217+
/*+ delete */
217218
DELETE FROM aws.amplify.apps
218219
WHERE data__Identifier = '<Arn>'
219220
AND region = 'us-east-1';

docs/aws-docs/providers/aws/amplify/branches/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>branches</code> in a region or to create or del
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="AppId, BranchName, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>branch</
8787
<TabItem value="required">
8888

8989
```sql
90-
-- branch.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.amplify.branches (
9292
AppId,
9393
BranchName,
@@ -102,7 +102,7 @@ SELECT
102102
<TabItem value="all">
103103

104104
```sql
105-
-- branch.iql (all properties)
105+
/*+ create */
106106
INSERT INTO aws.amplify.branches (
107107
AppId,
108108
BasicAuthConfig,
@@ -196,6 +196,7 @@ resources:
196196
## `DELETE` Example
197197

198198
```sql
199+
/*+ delete */
199200
DELETE FROM aws.amplify.branches
200201
WHERE data__Identifier = '<Arn>'
201202
AND region = 'us-east-1';

docs/aws-docs/providers/aws/amplify/domains/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Used to retrieve a list of <code>domains</code> in a region or to create or dele
4949
<tr>
5050
<td><CopyableCode code="create_resource" /></td>
5151
<td><code>INSERT</code></td>
52-
<td><CopyableCode code="data__DesiredState, region" /></td>
52+
<td><CopyableCode code="AppId, DomainName, SubDomainSettings, region" /></td>
5353
</tr>
5454
<tr>
5555
<td><CopyableCode code="delete_resource" /></td>
@@ -87,7 +87,7 @@ Use the following StackQL query and manifest file to create a new <code>domain</
8787
<TabItem value="required">
8888

8989
```sql
90-
-- domain.iql (required properties only)
90+
/*+ create */
9191
INSERT INTO aws.amplify.domains (
9292
AppId,
9393
DomainName,
@@ -104,7 +104,7 @@ SELECT
104104
<TabItem value="all">
105105

106106
```sql
107-
-- domain.iql (all properties)
107+
/*+ create */
108108
INSERT INTO aws.amplify.domains (
109109
AppId,
110110
AutoSubDomainCreationPatterns,
@@ -167,6 +167,7 @@ resources:
167167
## `DELETE` Example
168168

169169
```sql
170+
/*+ delete */
170171
DELETE FROM aws.amplify.domains
171172
WHERE data__Identifier = '<Arn>'
172173
AND region = 'us-east-1';

docs/aws-docs/providers/aws/amplifyuibuilder/components/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Used to retrieve a list of <code>components</code> in a region or to create or d
5151
<tr>
5252
<td><CopyableCode code="create_resource" /></td>
5353
<td><code>INSERT</code></td>
54-
<td><CopyableCode code="data__DesiredState, region" /></td>
54+
<td><CopyableCode code="region" /></td>
5555
</tr>
5656
<tr>
5757
<td><CopyableCode code="delete_resource" /></td>
@@ -91,7 +91,7 @@ Use the following StackQL query and manifest file to create a new <code>componen
9191
<TabItem value="required">
9292

9393
```sql
94-
-- component.iql (required properties only)
94+
/*+ create */
9595
INSERT INTO aws.amplifyuibuilder.components (
9696
AppId,
9797
BindingProperties,
@@ -130,7 +130,7 @@ SELECT
130130
<TabItem value="all">
131131

132132
```sql
133-
-- component.iql (all properties)
133+
/*+ create */
134134
INSERT INTO aws.amplifyuibuilder.components (
135135
AppId,
136136
BindingProperties,
@@ -225,6 +225,7 @@ resources:
225225
## `DELETE` Example
226226

227227
```sql
228+
/*+ delete */
228229
DELETE FROM aws.amplifyuibuilder.components
229230
WHERE data__Identifier = '<AppId|EnvironmentName|Id>'
230231
AND region = 'us-east-1';

docs/aws-docs/providers/aws/amplifyuibuilder/forms/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Used to retrieve a list of <code>forms</code> in a region or to create or delete
5151
<tr>
5252
<td><CopyableCode code="create_resource" /></td>
5353
<td><code>INSERT</code></td>
54-
<td><CopyableCode code="data__DesiredState, region" /></td>
54+
<td><CopyableCode code="region" /></td>
5555
</tr>
5656
<tr>
5757
<td><CopyableCode code="delete_resource" /></td>
@@ -91,7 +91,7 @@ Use the following StackQL query and manifest file to create a new <code>form</co
9191
<TabItem value="required">
9292

9393
```sql
94-
-- form.iql (required properties only)
94+
/*+ create */
9595
INSERT INTO aws.amplifyuibuilder.forms (
9696
AppId,
9797
Cta,
@@ -126,7 +126,7 @@ SELECT
126126
<TabItem value="all">
127127

128128
```sql
129-
-- form.iql (all properties)
129+
/*+ create */
130130
INSERT INTO aws.amplifyuibuilder.forms (
131131
AppId,
132132
Cta,
@@ -216,6 +216,7 @@ resources:
216216
## `DELETE` Example
217217

218218
```sql
219+
/*+ delete */
219220
DELETE FROM aws.amplifyuibuilder.forms
220221
WHERE data__Identifier = '<AppId|EnvironmentName|Id>'
221222
AND region = 'us-east-1';

0 commit comments

Comments
 (0)