Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions providers/src/aws/v00.00.00000/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,15 @@ providerServices:
title: cloudsearch API
version: v00.00.00000
description: Amazon CloudSearch
cloudsearchdomain:
id: cloudsearchdomain:v00.00.00000
name: cloudsearchdomain
preferred: true
service:
$ref: aws/v00.00.00000/services/cloudsearchdomain.yaml
title: cloudsearchdomain API
version: v00.00.00000
description: Amazon CloudSearch Domain
cloudtrail:
id: cloudtrail:v00.00.00000
name: cloudtrail
Expand Down
15 changes: 12 additions & 3 deletions providers/src/aws/v00.00.00000/services/cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,7 +2209,7 @@ paths:
parameters:
- name: StackName
in: query
required: false
required: true
description: "If you don't pass a parameter to StackName, the API returns a response that describes all resources in the account, which can impact performance. This requires ListStacks and DescribeStacks permissions. Consider using the ListStacks API if you're not passing a parameter to StackName. The IAM policy below can be added to IAM policies when you want to limit resource-level permissions and avoid returning a response when no parameter is sent in the request: { \"Version\": \"2012-10-17\", \"Statement\": [{ \"Effect\": \"Deny\", \"Action\": \"cloudformation:DescribeStacks\", \"NotResource\": \"arn:aws:cloudformation:*:*:stack/*/*\" }] } The name or the unique stack ID that's associated with the stack, which aren't always interchangeable: Running stacks: You can specify either the stack's name or its unique stack ID. Deleted stacks: You must specify the unique stack ID."
schema:
$ref: "#/components/schemas/StackName"
Expand Down Expand Up @@ -2263,7 +2263,7 @@ paths:
$ref: "#/components/schemas/RegistryType"
- name: TypeName
in: query
required: false
required: true
description: "The name of the extension. Conditional: You must specify either TypeName and Type, or Arn."
schema:
$ref: "#/components/schemas/TypeName"
Expand Down Expand Up @@ -2729,7 +2729,7 @@ paths:
parameters:
- name: HookResultId
in: query
required: false
required: true
description: The unique identifier (ID) of the Hook invocation result that you want details about. You can get the ID from the ListHookResults operation.
schema:
$ref: "#/components/schemas/HookInvocationId"
Expand Down Expand Up @@ -10079,6 +10079,8 @@ components:
transform:
type: schema_driven_xml_v0.1.0
objectKey: $.line_items
request:
nativeCasing: pascal
config:
queryParamTranspose:
algorithm: AWSCanonical
Expand Down Expand Up @@ -10152,6 +10154,7 @@ components:
sqlVerbs:
select:
- $ref: "#/components/x-stackQL-resources/stacks/methods/describe_stacks"
- $ref: "#/components/x-stackQL-resources/stacks/methods/list_stacks"
insert:
- $ref: "#/components/x-stackQL-resources/stacks/methods/create_stack"
update:
Expand Down Expand Up @@ -10776,6 +10779,8 @@ components:
transform:
type: schema_driven_xml_v0.1.0
objectKey: $.line_items
request:
nativeCasing: pascal
config:
queryParamTranspose:
algorithm: AWSCanonical
Expand Down Expand Up @@ -10841,6 +10846,7 @@ components:
sqlVerbs:
select:
- $ref: "#/components/x-stackQL-resources/types/methods/describe_type"
- $ref: "#/components/x-stackQL-resources/types/methods/list_types"
insert:
- $ref: "#/components/x-stackQL-resources/types/methods/register_type"
update:
Expand Down Expand Up @@ -11335,6 +11341,8 @@ components:
transform:
type: schema_driven_xml_v0.1.0
objectKey: $.line_items
request:
nativeCasing: pascal
config:
queryParamTranspose:
algorithm: AWSCanonical
Expand All @@ -11343,6 +11351,7 @@ components:
sqlVerbs:
select:
- $ref: "#/components/x-stackQL-resources/hook_results/methods/get_hook_result"
- $ref: "#/components/x-stackQL-resources/hook_results/methods/list_hook_results"
insert: []
update: []
delete: []
Expand Down
3 changes: 3 additions & 0 deletions providers/src/aws/v00.00.00000/services/cloudhsm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ paths:
HsmSerialNumber:
$ref: "#/components/schemas/HsmSerialNumber"
description: The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified.
required:
- HsmArn
responses:
"200":
description: Success
Expand Down Expand Up @@ -1416,6 +1418,7 @@ components:
sqlVerbs:
select:
- $ref: "#/components/x-stackQL-resources/hsms/methods/describe_hsm"
- $ref: "#/components/x-stackQL-resources/hsms/methods/list_hsms"
insert:
- $ref: "#/components/x-stackQL-resources/hsms/methods/create_hsm"
update:
Expand Down
Loading
Loading