Skip to content

Commit 9f19a9a

Browse files
Updated API models and rebuilt service gems.
1 parent 8055bc8 commit 9f19a9a

File tree

104 files changed

+8045
-1183
lines changed

Some content is hidden

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

104 files changed

+8045
-1183
lines changed

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

Lines changed: 128 additions & 106 deletions
Large diffs are not rendered by default.

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

Lines changed: 201 additions & 396 deletions
Large diffs are not rendered by default.

apis/bedrock/2023-04-20/endpoint-rule-set-1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

apis/docdb/2014-10-31/api-2.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@
126126
{"shape":"DBInstanceNotFoundFault"},
127127
{"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
128128
{"shape":"GlobalClusterNotFoundFault"},
129-
{"shape":"InvalidGlobalClusterStateFault"}
129+
{"shape":"InvalidGlobalClusterStateFault"},
130+
{"shape":"NetworkTypeNotSupported"}
130131
]
131132
},
132133
"CreateDBClusterParameterGroup":{
@@ -661,7 +662,8 @@
661662
{"shape":"DBClusterParameterGroupNotFoundFault"},
662663
{"shape":"InvalidDBSecurityGroupStateFault"},
663664
{"shape":"InvalidDBInstanceStateFault"},
664-
{"shape":"DBClusterAlreadyExistsFault"}
665+
{"shape":"DBClusterAlreadyExistsFault"},
666+
{"shape":"NetworkTypeNotSupported"}
665667
]
666668
},
667669
"ModifyDBClusterParameterGroup":{
@@ -884,7 +886,8 @@
884886
{"shape":"InvalidRestoreFault"},
885887
{"shape":"DBSubnetGroupNotFoundFault"},
886888
{"shape":"InvalidSubnet"},
887-
{"shape":"KMSKeyNotAccessibleFault"}
889+
{"shape":"KMSKeyNotAccessibleFault"},
890+
{"shape":"NetworkTypeNotSupported"}
888891
]
889892
},
890893
"RestoreDBClusterToPointInTime":{
@@ -913,7 +916,8 @@
913916
{"shape":"InvalidSubnet"},
914917
{"shape":"InvalidVPCNetworkStateFault"},
915918
{"shape":"KMSKeyNotAccessibleFault"},
916-
{"shape":"StorageQuotaExceededFault"}
919+
{"shape":"StorageQuotaExceededFault"},
920+
{"shape":"NetworkTypeNotSupported"}
917921
]
918922
},
919923
"StartDBCluster":{
@@ -1197,7 +1201,8 @@
11971201
"StorageType":{"shape":"String"},
11981202
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
11991203
"ManageMasterUserPassword":{"shape":"BooleanOptional"},
1200-
"MasterUserSecretKmsKeyId":{"shape":"String"}
1204+
"MasterUserSecretKmsKeyId":{"shape":"String"},
1205+
"NetworkType":{"shape":"String"}
12011206
}
12021207
},
12031208
"CreateDBClusterParameterGroupMessage":{
@@ -1370,9 +1375,11 @@
13701375
"ClusterCreateTime":{"shape":"TStamp"},
13711376
"EnabledCloudwatchLogsExports":{"shape":"LogTypeList"},
13721377
"DeletionProtection":{"shape":"Boolean"},
1378+
"IOOptimizedNextAllowedModificationTime":{"shape":"TStamp"},
13731379
"StorageType":{"shape":"String"},
13741380
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfigurationInfo"},
1375-
"MasterUserSecret":{"shape":"ClusterMasterUserSecret"}
1381+
"MasterUserSecret":{"shape":"ClusterMasterUserSecret"},
1382+
"NetworkType":{"shape":"String"}
13761383
},
13771384
"wrapper":true
13781385
},
@@ -1768,7 +1775,8 @@
17681775
"VpcId":{"shape":"String"},
17691776
"SubnetGroupStatus":{"shape":"String"},
17701777
"Subnets":{"shape":"SubnetList"},
1771-
"DBSubnetGroupArn":{"shape":"String"}
1778+
"DBSubnetGroupArn":{"shape":"String"},
1779+
"SupportedNetworkTypes":{"shape":"NetworkTypeList"}
17721780
},
17731781
"wrapper":true
17741782
},
@@ -2571,7 +2579,8 @@
25712579
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
25722580
"ManageMasterUserPassword":{"shape":"BooleanOptional"},
25732581
"MasterUserSecretKmsKeyId":{"shape":"String"},
2574-
"RotateMasterUserPassword":{"shape":"BooleanOptional"}
2582+
"RotateMasterUserPassword":{"shape":"BooleanOptional"},
2583+
"NetworkType":{"shape":"String"}
25752584
}
25762585
},
25772586
"ModifyDBClusterParameterGroupMessage":{
@@ -2684,6 +2693,20 @@
26842693
"GlobalCluster":{"shape":"GlobalCluster"}
26852694
}
26862695
},
2696+
"NetworkTypeList":{
2697+
"type":"list",
2698+
"member":{"shape":"String"}
2699+
},
2700+
"NetworkTypeNotSupported":{
2701+
"type":"structure",
2702+
"members":{},
2703+
"error":{
2704+
"code":"NetworkTypeNotSupported",
2705+
"httpStatusCode":400,
2706+
"senderFault":true
2707+
},
2708+
"exception":true
2709+
},
26872710
"OrderableDBInstanceOption":{
26882711
"type":"structure",
26892712
"members":{
@@ -2910,7 +2933,8 @@
29102933
"DeletionProtection":{"shape":"BooleanOptional"},
29112934
"DBClusterParameterGroupName":{"shape":"String"},
29122935
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
2913-
"StorageType":{"shape":"String"}
2936+
"StorageType":{"shape":"String"},
2937+
"NetworkType":{"shape":"String"}
29142938
}
29152939
},
29162940
"RestoreDBClusterFromSnapshotResult":{
@@ -2939,7 +2963,8 @@
29392963
"EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
29402964
"DeletionProtection":{"shape":"BooleanOptional"},
29412965
"ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"},
2942-
"StorageType":{"shape":"String"}
2966+
"StorageType":{"shape":"String"},
2967+
"NetworkType":{"shape":"String"}
29432968
}
29442969
},
29452970
"RestoreDBClusterToPointInTimeResult":{

0 commit comments

Comments
 (0)