aws-sdk 2.1591.0 → 2.1592.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -102,6 +102,12 @@
102
102
  "limit_key": "maxResults",
103
103
  "result_key": "items"
104
104
  },
105
+ "ListTimeSeriesDataPoints": {
106
+ "input_token": "nextToken",
107
+ "output_token": "nextToken",
108
+ "limit_key": "maxResults",
109
+ "result_key": "items"
110
+ },
105
111
  "Search": {
106
112
  "input_token": "nextToken",
107
113
  "output_token": "nextToken",
@@ -1591,6 +1591,28 @@
1591
1591
  }
1592
1592
  }
1593
1593
  }
1594
+ },
1595
+ "SwitchoverGlobalCluster": {
1596
+ "input": {
1597
+ "type": "structure",
1598
+ "required": [
1599
+ "GlobalClusterIdentifier",
1600
+ "TargetDbClusterIdentifier"
1601
+ ],
1602
+ "members": {
1603
+ "GlobalClusterIdentifier": {},
1604
+ "TargetDbClusterIdentifier": {}
1605
+ }
1606
+ },
1607
+ "output": {
1608
+ "resultWrapper": "SwitchoverGlobalClusterResult",
1609
+ "type": "structure",
1610
+ "members": {
1611
+ "GlobalCluster": {
1612
+ "shape": "S1s"
1613
+ }
1614
+ }
1615
+ }
1594
1616
  }
1595
1617
  },
1596
1618
  "shapes": {
@@ -389,6 +389,12 @@
389
389
  },
390
390
  "tags": {
391
391
  "shape": "Sy"
392
+ },
393
+ "visibilityEndTime": {
394
+ "type": "timestamp"
395
+ },
396
+ "visibilityStartTime": {
397
+ "type": "timestamp"
392
398
  }
393
399
  }
394
400
  }
@@ -782,6 +788,12 @@
782
788
  },
783
789
  "tags": {
784
790
  "shape": "Sy"
791
+ },
792
+ "visibilityEndTime": {
793
+ "type": "timestamp"
794
+ },
795
+ "visibilityStartTime": {
796
+ "type": "timestamp"
785
797
  }
786
798
  }
787
799
  }