Skip to content

Commit 3b09588

Browse files
Updated API models and rebuilt service gems.
1 parent 087ce52 commit 3b09588

File tree

67 files changed

+633
-195
lines changed

Some content is hidden

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

67 files changed

+633
-195
lines changed

apis/bedrock/2023-04-20/api-2.json

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,8 @@
23562356
"BUILD_LOG",
23572357
"QUALITY_REPORT",
23582358
"POLICY_DEFINITION",
2359-
"GENERATED_TEST_CASES"
2359+
"GENERATED_TEST_CASES",
2360+
"POLICY_SCENARIOS"
23602361
]
23612362
},
23622363
"AutomatedReasoningPolicyBuildResultAssets":{
@@ -2365,7 +2366,8 @@
23652366
"policyDefinition":{"shape":"AutomatedReasoningPolicyDefinition"},
23662367
"qualityReport":{"shape":"AutomatedReasoningPolicyDefinitionQualityReport"},
23672368
"buildLog":{"shape":"AutomatedReasoningPolicyBuildLog"},
2368-
"generatedTestCases":{"shape":"AutomatedReasoningPolicyGeneratedTestCases"}
2369+
"generatedTestCases":{"shape":"AutomatedReasoningPolicyGeneratedTestCases"},
2370+
"policyScenarios":{"shape":"AutomatedReasoningPolicyScenarios"}
23692371
},
23702372
"union":true
23712373
},
@@ -2858,14 +2860,14 @@
28582860
"required":[
28592861
"expression",
28602862
"alternateExpression",
2861-
"ruleIds",
2862-
"expectedResult"
2863+
"expectedResult",
2864+
"ruleIds"
28632865
],
28642866
"members":{
28652867
"expression":{"shape":"AutomatedReasoningPolicyScenarioExpression"},
28662868
"alternateExpression":{"shape":"AutomatedReasoningPolicyScenarioAlternateExpression"},
2867-
"ruleIds":{"shape":"AutomatedReasoningPolicyDefinitionRuleIdList"},
2868-
"expectedResult":{"shape":"AutomatedReasoningCheckResult"}
2869+
"expectedResult":{"shape":"AutomatedReasoningCheckResult"},
2870+
"ruleIds":{"shape":"AutomatedReasoningPolicyDefinitionRuleIdList"}
28692871
}
28702872
},
28712873
"AutomatedReasoningPolicyScenarioAlternateExpression":{
@@ -2880,6 +2882,17 @@
28802882
"min":0,
28812883
"sensitive":true
28822884
},
2885+
"AutomatedReasoningPolicyScenarioList":{
2886+
"type":"list",
2887+
"member":{"shape":"AutomatedReasoningPolicyScenario"}
2888+
},
2889+
"AutomatedReasoningPolicyScenarios":{
2890+
"type":"structure",
2891+
"required":["policyScenarios"],
2892+
"members":{
2893+
"policyScenarios":{"shape":"AutomatedReasoningPolicyScenarioList"}
2894+
}
2895+
},
28832896
"AutomatedReasoningPolicySummaries":{
28842897
"type":"list",
28852898
"member":{"shape":"AutomatedReasoningPolicySummary"},

apis/bedrock/2023-04-20/docs-2.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,7 @@
10991099
"AutomatedReasoningPolicyScenario": {
11001100
"base": "<p>Represents a test scenario used to validate an Automated Reasoning policy, including the test conditions and expected outcomes.</p>",
11011101
"refs": {
1102+
"AutomatedReasoningPolicyScenarioList$member": null,
11021103
"GetAutomatedReasoningPolicyNextScenarioResponse$scenario": "<p>The next test scenario to validate, including the test expression and expected results.</p>"
11031104
}
11041105
},
@@ -1115,6 +1116,18 @@
11151116
"AutomatedReasoningPolicyUpdateFromScenarioFeedbackAnnotation$scenarioExpression": "<p>The logical expression that defines the test scenario that generated this feedback.</p>"
11161117
}
11171118
},
1119+
"AutomatedReasoningPolicyScenarioList": {
1120+
"base": null,
1121+
"refs": {
1122+
"AutomatedReasoningPolicyScenarios$policyScenarios": "<p>Represents a collection of generated policy scenarios.</p>"
1123+
}
1124+
},
1125+
"AutomatedReasoningPolicyScenarios": {
1126+
"base": "<p>Contains a comprehensive entity encompassing all the scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.</p>",
1127+
"refs": {
1128+
"AutomatedReasoningPolicyBuildResultAssets$policyScenarios": "<p>An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy. </p>"
1129+
}
1130+
},
11181131
"AutomatedReasoningPolicySummaries": {
11191132
"base": null,
11201133
"refs": {

apis/billingconductor/2021-07-30/api-2.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,18 @@
737737
"Value":{"shape":"String"}
738738
}
739739
},
740+
"AttributeValue":{
741+
"type":"string",
742+
"max":128,
743+
"min":1,
744+
"pattern":"[a-zA-Z0-9]+"
745+
},
746+
"AttributeValueList":{
747+
"type":"list",
748+
"member":{"shape":"AttributeValue"},
749+
"max":1,
750+
"min":0
751+
},
740752
"AttributesList":{
741753
"type":"list",
742754
"member":{"shape":"Attribute"}
@@ -924,7 +936,10 @@
924936
},
925937
"ComputationRuleEnum":{
926938
"type":"string",
927-
"enum":["CONSOLIDATED"]
939+
"enum":[
940+
"ITEMIZED",
941+
"CONSOLIDATED"
942+
]
928943
},
929944
"ConflictException":{
930945
"type":"structure",
@@ -1408,18 +1423,21 @@
14081423
"type":"structure",
14091424
"required":[
14101425
"Attribute",
1411-
"MatchOption",
1412-
"Values"
1426+
"MatchOption"
14131427
],
14141428
"members":{
14151429
"Attribute":{"shape":"LineItemFilterAttributeName"},
14161430
"MatchOption":{"shape":"MatchOption"},
1417-
"Values":{"shape":"LineItemFilterValuesList"}
1431+
"Values":{"shape":"LineItemFilterValuesList"},
1432+
"AttributeValues":{"shape":"AttributeValueList"}
14181433
}
14191434
},
14201435
"LineItemFilterAttributeName":{
14211436
"type":"string",
1422-
"enum":["LINE_ITEM_TYPE"]
1437+
"enum":[
1438+
"LINE_ITEM_TYPE",
1439+
"SERVICE"
1440+
]
14231441
},
14241442
"LineItemFilterValue":{
14251443
"type":"string",
@@ -1739,7 +1757,10 @@
17391757
"MarginPercentage":{"type":"string"},
17401758
"MatchOption":{
17411759
"type":"string",
1742-
"enum":["NOT_EQUAL"]
1760+
"enum":[
1761+
"NOT_EQUAL",
1762+
"EQUAL"
1763+
]
17431764
},
17441765
"MaxBillingGroupCostReportResults":{
17451766
"type":"integer",
@@ -2339,6 +2360,7 @@
23392360
"ILLEGAL_MODIFIER_PERCENTAGE",
23402361
"ILLEGAL_TYPE",
23412362
"ILLEGAL_BILLING_GROUP_TYPE",
2363+
"ILLEGAL_BILLING_GROUP_PRICING_PLAN",
23422364
"ILLEGAL_ENDED_BILLINGGROUP",
23432365
"ILLEGAL_TIERING_INPUT",
23442366
"ILLEGAL_OPERATION",

apis/billingconductor/2021-07-30/docs-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@
170170
"AttributesList$member": null
171171
}
172172
},
173+
"AttributeValue": {
174+
"base": null,
175+
"refs": {
176+
"AttributeValueList$member": null
177+
}
178+
},
179+
"AttributeValueList": {
180+
"base": null,
181+
"refs": {
182+
"LineItemFilter$AttributeValues": "<p>The values of the line item filter. This specifies the values to filter on.</p>"
183+
}
184+
},
173185
"AttributesList": {
174186
"base": null,
175187
"refs": {

apis/monitoring/2010-08-01/api-2.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2010-08-01",
5+
"awsQueryCompatible":{},
56
"endpointPrefix":"monitoring",
6-
"protocol":"query",
7-
"protocols":["query"],
7+
"jsonVersion":"1.0",
8+
"protocol":"smithy-rpc-v2-cbor",
9+
"protocols":[
10+
"smithy-rpc-v2-cbor",
11+
"json",
12+
"query"
13+
],
814
"serviceAbbreviation":"CloudWatch",
915
"serviceFullName":"Amazon CloudWatch",
1016
"serviceId":"CloudWatch",
1117
"signatureVersion":"v4",
18+
"targetPrefix":"GraniteServiceVersion20100801",
1219
"uid":"monitoring-2010-08-01",
1320
"xmlNamespace":"http://monitoring.amazonaws.com/doc/2010-08-01/",
1421
"auth":["aws.auth#sigv4"]
@@ -905,6 +912,7 @@
905912
"members":{
906913
"Message":{"shape":"ErrorMessage"}
907914
},
915+
"error":{"httpStatusCode":409},
908916
"exception":true
909917
},
910918
"ContributorAttributes":{

apis/monitoring/2010-08-01/smoke-2.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@
1313
"config": {
1414
"region": "us-west-2"
1515
}
16+
},
17+
{
18+
"id": "AmbiguousErrorResolution",
19+
"operationName": "GetDashboard",
20+
"input": {
21+
"DashboardName": "foo"
22+
},
23+
"expectation": {
24+
"failure": {
25+
"errorId": "ResourceNotFound"
26+
}
27+
},
28+
"config": {
29+
"region": "us-west-2"
30+
},
31+
"tags": ["query-compatibility"]
1632
}
1733
]
1834
}

apis/odb/2024-08-20/api-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,12 +818,14 @@
818818
"cloudAutonomousVmClusterId":{"shape":"ResourceId"},
819819
"cloudAutonomousVmClusterArn":{"shape":"String"},
820820
"odbNetworkId":{"shape":"ResourceIdOrArn"},
821+
"odbNetworkArn":{"shape":"ResourceArn"},
821822
"ociResourceAnchorName":{"shape":"String"},
822823
"percentProgress":{"shape":"Float"},
823824
"displayName":{"shape":"ResourceDisplayName"},
824825
"status":{"shape":"ResourceStatus"},
825826
"statusReason":{"shape":"String"},
826827
"cloudExadataInfrastructureId":{"shape":"ResourceIdOrArn"},
828+
"cloudExadataInfrastructureArn":{"shape":"ResourceArn"},
827829
"autonomousDataStoragePercentage":{"shape":"Float"},
828830
"autonomousDataStorageSizeInTBs":{"shape":"Double"},
829831
"availableAutonomousDataStorageSizeInTBs":{"shape":"Double"},
@@ -888,12 +890,14 @@
888890
"cloudAutonomousVmClusterId":{"shape":"ResourceId"},
889891
"cloudAutonomousVmClusterArn":{"shape":"String"},
890892
"odbNetworkId":{"shape":"ResourceIdOrArn"},
893+
"odbNetworkArn":{"shape":"ResourceArn"},
891894
"ociResourceAnchorName":{"shape":"String"},
892895
"percentProgress":{"shape":"Float"},
893896
"displayName":{"shape":"ResourceDisplayName"},
894897
"status":{"shape":"ResourceStatus"},
895898
"statusReason":{"shape":"String"},
896899
"cloudExadataInfrastructureId":{"shape":"ResourceIdOrArn"},
900+
"cloudExadataInfrastructureArn":{"shape":"ResourceArn"},
897901
"autonomousDataStoragePercentage":{"shape":"Float"},
898902
"autonomousDataStorageSizeInTBs":{"shape":"Double"},
899903
"availableAutonomousDataStorageSizeInTBs":{"shape":"Double"},
@@ -1050,6 +1054,7 @@
10501054
"statusReason":{"shape":"String"},
10511055
"cloudVmClusterArn":{"shape":"String"},
10521056
"cloudExadataInfrastructureId":{"shape":"String"},
1057+
"cloudExadataInfrastructureArn":{"shape":"ResourceArn"},
10531058
"clusterName":{"shape":"String"},
10541059
"cpuCoreCount":{"shape":"Integer"},
10551060
"dataCollectionOptions":{"shape":"DataCollectionOptions"},
@@ -1082,6 +1087,7 @@
10821087
"timeZone":{"shape":"String"},
10831088
"vipIds":{"shape":"StringList"},
10841089
"odbNetworkId":{"shape":"ResourceIdOrArn"},
1090+
"odbNetworkArn":{"shape":"ResourceArn"},
10851091
"percentProgress":{"shape":"Float"},
10861092
"computeModel":{"shape":"ComputeModel"},
10871093
"iamRoles":{"shape":"IamRoleList"}
@@ -1101,6 +1107,7 @@
11011107
"statusReason":{"shape":"String"},
11021108
"cloudVmClusterArn":{"shape":"String"},
11031109
"cloudExadataInfrastructureId":{"shape":"String"},
1110+
"cloudExadataInfrastructureArn":{"shape":"ResourceArn"},
11041111
"clusterName":{"shape":"String"},
11051112
"cpuCoreCount":{"shape":"Integer"},
11061113
"dataCollectionOptions":{"shape":"DataCollectionOptions"},
@@ -1133,6 +1140,7 @@
11331140
"timeZone":{"shape":"String"},
11341141
"vipIds":{"shape":"StringList"},
11351142
"odbNetworkId":{"shape":"ResourceIdOrArn"},
1143+
"odbNetworkArn":{"shape":"ResourceArn"},
11361144
"percentProgress":{"shape":"Float"},
11371145
"computeModel":{"shape":"ComputeModel"},
11381146
"iamRoles":{"shape":"IamRoleList"}

0 commit comments

Comments
 (0)