aws-sdk 2.1675.0 → 2.1676.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
64
64
  To use the SDK in the browser, simply add the following script tag to your
65
65
  HTML pages:
66
66
 
67
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1675.0.min.js"></script>
67
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1676.0.min.js"></script>
68
68
 
69
69
  You can also build a custom browser SDK with your specified set of AWS services.
70
70
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -1114,6 +1114,34 @@
1114
1114
  }
1115
1115
  }
1116
1116
  },
1117
+ "FailoverGlobalCluster": {
1118
+ "input": {
1119
+ "type": "structure",
1120
+ "required": [
1121
+ "GlobalClusterIdentifier",
1122
+ "TargetDbClusterIdentifier"
1123
+ ],
1124
+ "members": {
1125
+ "GlobalClusterIdentifier": {},
1126
+ "TargetDbClusterIdentifier": {},
1127
+ "AllowDataLoss": {
1128
+ "type": "boolean"
1129
+ },
1130
+ "Switchover": {
1131
+ "type": "boolean"
1132
+ }
1133
+ }
1134
+ },
1135
+ "output": {
1136
+ "resultWrapper": "FailoverGlobalClusterResult",
1137
+ "type": "structure",
1138
+ "members": {
1139
+ "GlobalCluster": {
1140
+ "shape": "S1s"
1141
+ }
1142
+ }
1143
+ }
1144
+ },
1117
1145
  "ListTagsForResource": {
1118
1146
  "input": {
1119
1147
  "type": "structure",
@@ -1208,7 +1236,7 @@
1208
1236
  }
1209
1237
  },
1210
1238
  "output": {
1211
- "shape": "S4a",
1239
+ "shape": "S4d",
1212
1240
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
1213
1241
  }
1214
1242
  },
@@ -1460,7 +1488,7 @@
1460
1488
  }
1461
1489
  },
1462
1490
  "output": {
1463
- "shape": "S4a",
1491
+ "shape": "S4d",
1464
1492
  "resultWrapper": "ResetDBClusterParameterGroupResult"
1465
1493
  }
1466
1494
  },
@@ -2132,7 +2160,7 @@
2132
2160
  "locationName": "AttributeValue"
2133
2161
  }
2134
2162
  },
2135
- "S4a": {
2163
+ "S4d": {
2136
2164
  "type": "structure",
2137
2165
  "members": {
2138
2166
  "DBClusterParameterGroupName": {}