Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed May 7, 2024
1 parent 8921452 commit 9f87ec2
Show file tree
Hide file tree
Showing 51 changed files with 1,241 additions and 176 deletions.
14 changes: 7 additions & 7 deletions apis/b2bi/2022-06-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,13 +416,13 @@
"MappingTemplate": {
"base": null,
"refs": {
"CreateTransformerRequest$mappingTemplate": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"CreateTransformerResponse$mappingTemplate": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"GetTransformerResponse$mappingTemplate": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"TestMappingRequest$mappingTemplate": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"TransformerSummary$mappingTemplate": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"UpdateTransformerRequest$mappingTemplate": "<p>Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>",
"UpdateTransformerResponse$mappingTemplate": "<p>Returns the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.</p>"
"CreateTransformerRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"CreateTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"GetTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"TestMappingRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"TransformerSummary$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"UpdateTransformerRequest$mappingTemplate": "<p>Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>",
"UpdateTransformerResponse$mappingTemplate": "<p>Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.</p>"
}
},
"MaxResults": {
Expand Down
154 changes: 149 additions & 5 deletions apis/budgets/2016-10-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"endpointPrefix":"budgets",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"AWSBudgets",
"serviceFullName":"AWS Budgets",
"serviceId":"Budgets",
Expand All @@ -27,7 +28,8 @@
{"shape":"CreationLimitExceededException"},
{"shape":"DuplicateRecordException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"}
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"CreateBudgetAction":{
Expand All @@ -45,7 +47,8 @@
{"shape":"DuplicateRecordException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"ThrottlingException"}
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"}
]
},
"CreateNotification":{
Expand Down Expand Up @@ -338,6 +341,55 @@
{"shape":"ThrottlingException"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"ServiceQuotaExceededException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"ThrottlingException"},
{"shape":"NotFoundException"},
{"shape":"AccessDeniedException"},
{"shape":"InternalErrorException"},
{"shape":"InvalidParameterException"}
]
},
"UpdateBudget":{
"name":"UpdateBudget",
"http":{
Expand Down Expand Up @@ -538,6 +590,11 @@
"max":60,
"min":1
},
"AmazonResourceName":{
"type":"string",
"max":1011,
"min":1
},
"ApprovalModel":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -586,7 +643,7 @@
"type":"string",
"max":100,
"min":1,
"pattern":"^(?![^:\\\\]*/action/)[^:\\\\]+$"
"pattern":"^(?![^:\\\\]*/action/|(?i).*<script>.*</script>.*)[^:\\\\]+$"
},
"BudgetNotificationsForAccount":{
"type":"structure",
Expand Down Expand Up @@ -697,7 +754,8 @@
"Definition":{"shape":"Definition"},
"ExecutionRoleArn":{"shape":"RoleArn"},
"ApprovalModel":{"shape":"ApprovalModel"},
"Subscribers":{"shape":"Subscribers"}
"Subscribers":{"shape":"Subscribers"},
"ResourceTags":{"shape":"ResourceTagList"}
}
},
"CreateBudgetActionResponse":{
Expand All @@ -722,7 +780,8 @@
"members":{
"AccountId":{"shape":"AccountId"},
"Budget":{"shape":"Budget"},
"NotificationsWithSubscribers":{"shape":"NotificationWithSubscribersList"}
"NotificationsWithSubscribers":{"shape":"NotificationWithSubscribersList"},
"ResourceTags":{"shape":"ResourceTagList"}
}
},
"CreateBudgetResponse":{
Expand Down Expand Up @@ -1208,6 +1267,19 @@
},
"exception":true
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceARN"],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"ResourceTags":{"shape":"ResourceTagList"}
}
},
"MaxResults":{
"type":"integer",
"box":true,
Expand Down Expand Up @@ -1327,6 +1399,39 @@
},
"exception":true
},
"ResourceTag":{
"type":"structure",
"required":[
"Key",
"Value"
],
"members":{
"Key":{"shape":"ResourceTagKey"},
"Value":{"shape":"ResourceTagValue"}
}
},
"ResourceTagKey":{
"type":"string",
"max":128,
"min":1
},
"ResourceTagKeyList":{
"type":"list",
"member":{"shape":"ResourceTagKey"},
"max":200,
"min":0
},
"ResourceTagList":{
"type":"list",
"member":{"shape":"ResourceTag"},
"max":200,
"min":0
},
"ResourceTagValue":{
"type":"string",
"max":256,
"min":0
},
"Role":{
"type":"string",
"max":576,
Expand Down Expand Up @@ -1356,6 +1461,13 @@
"TargetIds":{"shape":"TargetIds"}
}
},
"ServiceQuotaExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"errorMessage"}
},
"exception":true
},
"Spend":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1411,6 +1523,22 @@
"EMAIL"
]
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"ResourceTags"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"ResourceTags":{"shape":"ResourceTagList"}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TargetId":{
"type":"string",
"max":68,
Expand Down Expand Up @@ -1459,6 +1587,22 @@
"min":1,
"pattern":".*"
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceARN",
"ResourceTagKeys"
],
"members":{
"ResourceARN":{"shape":"AmazonResourceName"},
"ResourceTagKeys":{"shape":"ResourceTagKeyList"}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateBudgetActionRequest":{
"type":"structure",
"required":[
Expand Down

0 comments on commit 9f87ec2

Please sign in to comment.