Skip to content

Commit 777c66b

Browse files
committed
Regenerate OpenAPI specs for all AWS services
Generated OpenAPI 3.1.0 specifications for all 404 AWS services using the updated protocol processors: - 240 services using restJson1 - 105 services using awsJson1_1 (in testdir/) - 38 services using awsJson1_0 - 16 services using awsQuery - 4 services using restXml - 1 service using ec2Query (EC2) All specs include proper AWS annotations and follow the stackql provider format with x-aws-operation-name, x-stackql-serviceName, and regional endpoint configurations.
1 parent e256c20 commit 777c66b

File tree

299 files changed

+658459
-905
lines changed

Some content is hidden

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

299 files changed

+658459
-905
lines changed

openapi/accessanalyzer.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
x-stackql-serviceName: accessanalyzer
88
x-aws-serviceName: accessanalyzer
99
x-aws-protocol: aws.protocols#restJson1
10-
x-dateGenerated: '2025-05-07'
10+
x-dateGenerated: '2025-12-09'
1111
version: '2019-11-01'
1212
title: Access Analyzer
1313
description: |-
@@ -2975,7 +2975,7 @@ components:
29752975
ConditionKeyMap:
29762976
type: object
29772977
additionalProperties:
2978-
$ref: '#/components/schemas/String'
2978+
type: string
29792979
Configuration:
29802980
allOf:
29812981
- allOf:
@@ -3039,7 +3039,7 @@ components:
30393039
ConfigurationsMap:
30403040
type: object
30413041
additionalProperties:
3042-
$ref: '#/components/schemas/Configuration'
3042+
$ref: '#/components/schemas/configuration'
30433043
ConfigurationsMapKey:
30443044
type: string
30453045
ConflictException:
@@ -3436,7 +3436,7 @@ components:
34363436
FilterCriteriaMap:
34373437
type: object
34383438
additionalProperties:
3439-
$ref: '#/components/schemas/Criterion'
3439+
$ref: '#/components/schemas/criterion'
34403440
Finding:
34413441
type: object
34423442
properties:
@@ -3540,7 +3540,7 @@ components:
35403540
FindingAggregationAccountDetailsMap:
35413541
type: object
35423542
additionalProperties:
3543-
$ref: '#/components/schemas/Integer'
3543+
type: integer
35443544
FindingChangeType:
35453545
type: string
35463546
enum:
@@ -4349,7 +4349,7 @@ components:
43494349
KmsConstraintsMap:
43504350
type: object
43514351
additionalProperties:
4352-
$ref: '#/components/schemas/KmsConstraintsValue'
4352+
$ref: '#/components/schemas/kmsconstraintsvalue'
43534353
KmsConstraintsValue:
43544354
type: string
43554355
KmsGrantConfiguration:
@@ -4466,7 +4466,7 @@ components:
44664466
KmsKeyPoliciesMap:
44674467
type: object
44684468
additionalProperties:
4469-
$ref: '#/components/schemas/KmsKeyPolicy'
4469+
$ref: '#/components/schemas/kmskeypolicy'
44704470
KmsKeyPolicy:
44714471
type: string
44724472
LearnMoreLink:
@@ -4935,7 +4935,7 @@ components:
49354935
PrincipalMap:
49364936
type: object
49374937
additionalProperties:
4938-
$ref: '#/components/schemas/String'
4938+
type: string
49394939
RdsDbClusterSnapshotAccountId:
49404940
type: string
49414941
RdsDbClusterSnapshotAccountIdsList:
@@ -4961,7 +4961,7 @@ components:
49614961
RdsDbClusterSnapshotAttributesMap:
49624962
type: object
49634963
additionalProperties:
4964-
$ref: '#/components/schemas/RdsDbClusterSnapshotAttributeValue'
4964+
$ref: '#/components/schemas/rdsdbclustersnapshotattributevalue'
49654965
RdsDbClusterSnapshotConfiguration:
49664966
type: object
49674967
properties:
@@ -5015,7 +5015,7 @@ components:
50155015
RdsDbSnapshotAttributesMap:
50165016
type: object
50175017
additionalProperties:
5018-
$ref: '#/components/schemas/RdsDbSnapshotAttributeValue'
5018+
$ref: '#/components/schemas/rdsdbsnapshotattributevalue'
50195019
RdsDbSnapshotConfiguration:
50205020
type: object
50215021
properties:
@@ -5183,7 +5183,7 @@ components:
51835183
ResourceTypeStatisticsMap:
51845184
type: object
51855185
additionalProperties:
5186-
$ref: '#/components/schemas/ResourceTypeDetails'
5186+
$ref: '#/components/schemas/resourcetypedetails'
51875187
ResourcesList:
51885188
type: array
51895189
items:
@@ -5226,7 +5226,7 @@ components:
52265226
S3AccessPointConfigurationsMap:
52275227
type: object
52285228
additionalProperties:
5229-
$ref: '#/components/schemas/S3AccessPointConfiguration'
5229+
$ref: '#/components/schemas/s3accesspointconfiguration'
52305230
S3BucketAclGrantConfiguration:
52315231
type: object
52325232
properties:
@@ -5311,7 +5311,7 @@ components:
53115311
S3ExpressDirectoryAccessPointConfigurationsMap:
53125312
type: object
53135313
additionalProperties:
5314-
$ref: '#/components/schemas/S3ExpressDirectoryAccessPointConfiguration'
5314+
$ref: '#/components/schemas/s3expressdirectoryaccesspointconfiguration'
53155315
S3ExpressDirectoryBucketConfiguration:
53165316
type: object
53175317
properties:
@@ -5612,7 +5612,7 @@ components:
56125612
TagsMap:
56135613
type: object
56145614
additionalProperties:
5615-
$ref: '#/components/schemas/String'
5615+
type: string
56165616
ThrottlingException:
56175617
type: object
56185618
properties:

openapi/account.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
x-stackql-serviceName: account
88
x-aws-serviceName: account
99
x-aws-protocol: aws.protocols#restJson1
10-
x-dateGenerated: '2025-05-07'
10+
x-dateGenerated: '2025-12-09'
1111
version: '2021-02-01'
1212
title: AWS Account
1313
description: |-

openapi/amp.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
x-stackql-serviceName: amp
88
x-aws-serviceName: amp
99
x-aws-protocol: aws.protocols#restJson1
10-
x-dateGenerated: '2025-05-07'
10+
x-dateGenerated: '2025-12-09'
1111
version: '2020-08-01'
1212
title: Amazon Prometheus Service
1313
description: |-
@@ -2466,7 +2466,7 @@ components:
24662466
LabelSet:
24672467
type: object
24682468
additionalProperties:
2469-
$ref: '#/components/schemas/LabelValue'
2469+
$ref: '#/components/schemas/labelvalue'
24702470
LabelValue:
24712471
type: string
24722472
minLength: 1
@@ -3092,7 +3092,7 @@ components:
30923092
ScraperFilters:
30933093
type: object
30943094
additionalProperties:
3095-
$ref: '#/components/schemas/FilterValues'
3095+
$ref: '#/components/schemas/filtervalues'
30963096
description: <p>A list of scraper filters.</p>
30973097
ScraperId:
30983098
type: string
@@ -3265,7 +3265,7 @@ components:
32653265
TagMap:
32663266
type: object
32673267
additionalProperties:
3268-
$ref: '#/components/schemas/TagValue'
3268+
$ref: '#/components/schemas/tagvalue'
32693269
description: <p>A tag associated with a resource.</p>
32703270
TagResourceRequest:
32713271
type: object

openapi/amplify.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
x-stackql-serviceName: amplify
88
x-aws-serviceName: amplify
99
x-aws-protocol: aws.protocols#restJson1
10-
x-dateGenerated: '2025-05-07'
10+
x-dateGenerated: '2025-12-09'
1111
version: '2017-07-25'
1212
title: AWS Amplify
1313
description: |-
@@ -3708,15 +3708,15 @@ components:
37083708
EnvironmentVariables:
37093709
type: object
37103710
additionalProperties:
3711-
$ref: '#/components/schemas/EnvValue'
3711+
$ref: '#/components/schemas/envvalue'
37123712
ErrorMessage:
37133713
type: string
37143714
minLength: 0
37153715
maxLength: 255
37163716
FileMap:
37173717
type: object
37183718
additionalProperties:
3719-
$ref: '#/components/schemas/MD5Hash'
3719+
$ref: '#/components/schemas/md5hash'
37203720
FileName:
37213721
type: string
37223722
pattern: ^(?s)
@@ -3725,7 +3725,7 @@ components:
37253725
FileUploadUrls:
37263726
type: object
37273727
additionalProperties:
3728-
$ref: '#/components/schemas/UploadUrl'
3728+
$ref: '#/components/schemas/uploadurl'
37293729
Framework:
37303730
type: string
37313731
pattern: ^(?s)
@@ -4442,7 +4442,7 @@ components:
44424442
Screenshots:
44434443
type: object
44444444
additionalProperties:
4445-
$ref: '#/components/schemas/ThumbnailUrl'
4445+
$ref: '#/components/schemas/thumbnailurl'
44464446
ServiceRoleArn:
44474447
type: string
44484448
pattern: ^(?s)
@@ -4749,7 +4749,7 @@ components:
47494749
TagMap:
47504750
type: object
47514751
additionalProperties:
4752-
$ref: '#/components/schemas/TagValue'
4752+
$ref: '#/components/schemas/tagvalue'
47534753
TagResourceRequest:
47544754
type: object
47554755
properties:

openapi/amplifybackend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
x-stackql-serviceName: amplifybackend
88
x-aws-serviceName: amplifybackend
99
x-aws-protocol: aws.protocols#restJson1
10-
x-dateGenerated: '2025-05-07'
10+
x-dateGenerated: '2025-12-09'
1111
version: '2020-08-11'
1212
title: AmplifyBackend
1313
description: |-

0 commit comments

Comments
 (0)