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 for Ruby authored and Nobody committed Feb 16, 2022
1 parent 65245bb commit 02effe9
Show file tree
Hide file tree
Showing 44 changed files with 1,058 additions and 534 deletions.
33 changes: 32 additions & 1 deletion apis/budgets/2016-10-20/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,35 @@
"max":100,
"min":0
},
"AdjustmentPeriod":{
"type":"integer",
"box":true,
"max":60,
"min":1
},
"ApprovalModel":{
"type":"string",
"enum":[
"AUTOMATIC",
"MANUAL"
]
},
"AutoAdjustData":{
"type":"structure",
"required":["AutoAdjustType"],
"members":{
"AutoAdjustType":{"shape":"AutoAdjustType"},
"HistoricalOptions":{"shape":"HistoricalOptions"},
"LastAutoAdjustTime":{"shape":"GenericTimestamp"}
}
},
"AutoAdjustType":{
"type":"string",
"enum":[
"HISTORICAL",
"FORECAST"
]
},
"Budget":{
"type":"structure",
"required":[
Expand All @@ -516,7 +538,8 @@
"TimePeriod":{"shape":"TimePeriod"},
"CalculatedSpend":{"shape":"CalculatedSpend"},
"BudgetType":{"shape":"BudgetType"},
"LastUpdatedTime":{"shape":"GenericTimestamp"}
"LastUpdatedTime":{"shape":"GenericTimestamp"},
"AutoAdjustData":{"shape":"AutoAdjustData"}
}
},
"BudgetName":{
Expand Down Expand Up @@ -1060,6 +1083,14 @@
"max":100,
"min":1
},
"HistoricalOptions":{
"type":"structure",
"required":["BudgetAdjustmentPeriod"],
"members":{
"BudgetAdjustmentPeriod":{"shape":"AdjustmentPeriod"},
"LookBackAvailablePeriods":{"shape":"AdjustmentPeriod"}
}
},
"IamActionDefinition":{
"type":"structure",
"required":["PolicyArn"],
Expand Down
158 changes: 92 additions & 66 deletions apis/budgets/2016-10-20/docs-2.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,6 @@
"PLATFORM",
"SUBSCRIPTION_ID",
"LEGAL_ENTITY_NAME",
"INVOICING_ENTITY",
"DEPLOYMENT_OPTION",
"DATABASE_ENGINE",
"CACHE_ENGINE",
Expand All @@ -979,7 +978,8 @@
"SAVINGS_PLAN_ARN",
"PAYMENT_OPTION",
"AGREEMENT_END_DATE_TIME_AFTER",
"AGREEMENT_END_DATE_TIME_BEFORE"
"AGREEMENT_END_DATE_TIME_BEFORE",
"INVOICING_ENTITY"
]
},
"DimensionValues":{
Expand Down Expand Up @@ -2324,7 +2324,7 @@
"type":"string",
"max":302,
"min":6,
"pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+$)"
"pattern":"(^[a-zA-Z0-9.!#$%&'*+=?^_‘{|}~-]+@[a-zA-Z0-9_-]+(\\.[a-zA-Z0-9_-]+)+$)|(^arn:(aws[a-zA-Z-]*):sns:[a-zA-Z0-9-]+:[0-9]{12}:[a-zA-Z0-9_-]+(\\.fifo)?$)"
},
"SubscriberStatus":{
"type":"string",
Expand Down
15 changes: 14 additions & 1 deletion apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29402,7 +29402,20 @@
"interface",
"natGateway",
"efa",
"trunk"
"trunk",
"load_balancer",
"network_load_balancer",
"vpc_endpoint",
"branch",
"transit_gateway",
"lambda",
"quicksight",
"global_accelerator_managed",
"api_gateway_managed",
"gateway_load_balancer",
"gateway_load_balancer_endpoint",
"iot_rules_managed",
"aws_codestar_connections_managed"
]
},
"NetworkPerformance":{"type":"string"},
Expand Down
72 changes: 36 additions & 36 deletions apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions apis/glue/2017-03-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8023,7 +8023,8 @@
"CreatedBy":{"shape":"NameString"},
"IsRegisteredWithLakeFormation":{"shape":"Boolean"},
"TargetTable":{"shape":"TableIdentifier"},
"CatalogId":{"shape":"CatalogIdString"}
"CatalogId":{"shape":"CatalogIdString"},
"VersionId":{"shape":"VersionString"}
}
},
"TableError":{
Expand Down Expand Up @@ -8728,7 +8729,8 @@
"DatabaseName":{"shape":"NameString"},
"TableInput":{"shape":"TableInput"},
"SkipArchive":{"shape":"BooleanNullable"},
"TransactionId":{"shape":"TransactionIdString"}
"TransactionId":{"shape":"TransactionIdString"},
"VersionId":{"shape":"VersionString"}
}
},
"UpdateTableResponse":{
Expand Down
4 changes: 3 additions & 1 deletion apis/glue/2017-03-31/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5982,8 +5982,10 @@
"BatchDeleteTableVersionList$member": null,
"DeleteTableVersionRequest$VersionId": "<p>The ID of the table version to be deleted. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1.</p>",
"GetTableVersionRequest$VersionId": "<p>The ID value of the table version to be retrieved. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1. </p>",
"Table$VersionId": null,
"TableVersion$VersionId": "<p>The ID value that identifies this table version. A <code>VersionId</code> is a string representation of an integer. Each version is incremented by 1.</p>",
"TableVersionError$VersionId": "<p>The ID value of the version in question. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1.</p>"
"TableVersionError$VersionId": "<p>The ID value of the version in question. A <code>VersionID</code> is a string representation of an integer. Each version is incremented by 1.</p>",
"UpdateTableRequest$VersionId": null
}
},
"VersionsString": {
Expand Down
Loading

0 comments on commit 02effe9

Please sign in to comment.