aws-sdk-core 2.11.611 → 2.11.616

Sign up to get free protection for your applications and to get access to all the features.
@@ -3684,7 +3684,12 @@
3684
3684
  "location":"uri",
3685
3685
  "locationName":"jobId"
3686
3686
  },
3687
- "comment":{"shape":"Comment"}
3687
+ "comment":{"shape":"Comment"},
3688
+ "namespaceId":{
3689
+ "shape":"NamespaceId",
3690
+ "location":"querystring",
3691
+ "locationName":"namespaceId"
3692
+ }
3688
3693
  }
3689
3694
  },
3690
3695
  "AssociateTargetsWithJobResponse":{
@@ -4924,7 +4929,8 @@
4924
4929
  "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
4925
4930
  "abortConfig":{"shape":"AbortConfig"},
4926
4931
  "timeoutConfig":{"shape":"TimeoutConfig"},
4927
- "tags":{"shape":"TagList"}
4932
+ "tags":{"shape":"TagList"},
4933
+ "namespaceId":{"shape":"NamespaceId"}
4928
4934
  }
4929
4935
  },
4930
4936
  "CreateJobResponse":{
@@ -5578,6 +5584,11 @@
5578
5584
  "shape":"ForceFlag",
5579
5585
  "location":"querystring",
5580
5586
  "locationName":"force"
5587
+ },
5588
+ "namespaceId":{
5589
+ "shape":"NamespaceId",
5590
+ "location":"querystring",
5591
+ "locationName":"namespaceId"
5581
5592
  }
5582
5593
  }
5583
5594
  },
@@ -5594,6 +5605,11 @@
5594
5605
  "shape":"ForceFlag",
5595
5606
  "location":"querystring",
5596
5607
  "locationName":"force"
5608
+ },
5609
+ "namespaceId":{
5610
+ "shape":"NamespaceId",
5611
+ "location":"querystring",
5612
+ "locationName":"namespaceId"
5597
5613
  }
5598
5614
  }
5599
5615
  },
@@ -6609,9 +6625,8 @@
6609
6625
  },
6610
6626
  "DetailsValue":{
6611
6627
  "type":"string",
6612
- "max":1024,
6613
6628
  "min":1,
6614
- "pattern":"[^\\p{C}]*+"
6629
+ "pattern":"[^\\p{C}]+"
6615
6630
  },
6616
6631
  "DeviceCertificateUpdateAction":{
6617
6632
  "type":"string",
@@ -7448,7 +7463,8 @@
7448
7463
  "lastUpdatedAt":{"shape":"DateType"},
7449
7464
  "completedAt":{"shape":"DateType"},
7450
7465
  "jobProcessDetails":{"shape":"JobProcessDetails"},
7451
- "timeoutConfig":{"shape":"TimeoutConfig"}
7466
+ "timeoutConfig":{"shape":"TimeoutConfig"},
7467
+ "namespaceId":{"shape":"NamespaceId"}
7452
7468
  }
7453
7469
  },
7454
7470
  "JobArn":{"type":"string"},
@@ -8156,6 +8172,11 @@
8156
8172
  "location":"querystring",
8157
8173
  "locationName":"status"
8158
8174
  },
8175
+ "namespaceId":{
8176
+ "shape":"NamespaceId",
8177
+ "location":"querystring",
8178
+ "locationName":"namespaceId"
8179
+ },
8159
8180
  "maxResults":{
8160
8181
  "shape":"LaserMaxResults",
8161
8182
  "location":"querystring",
@@ -8207,6 +8228,11 @@
8207
8228
  "shape":"ThingGroupId",
8208
8229
  "location":"querystring",
8209
8230
  "locationName":"thingGroupId"
8231
+ },
8232
+ "namespaceId":{
8233
+ "shape":"NamespaceId",
8234
+ "location":"querystring",
8235
+ "locationName":"namespaceId"
8210
8236
  }
8211
8237
  }
8212
8238
  },
@@ -9307,6 +9333,12 @@
9307
9333
  "max":65535,
9308
9334
  "min":1
9309
9335
  },
9336
+ "NamespaceId":{
9337
+ "type":"string",
9338
+ "max":64,
9339
+ "min":1,
9340
+ "pattern":"[a-zA-Z0-9_-]+"
9341
+ },
9310
9342
  "NextToken":{"type":"string"},
9311
9343
  "NonCompliantChecksCount":{"type":"integer"},
9312
9344
  "NonCompliantResource":{
@@ -11464,7 +11496,12 @@
11464
11496
  "presignedUrlConfig":{"shape":"PresignedUrlConfig"},
11465
11497
  "jobExecutionsRolloutConfig":{"shape":"JobExecutionsRolloutConfig"},
11466
11498
  "abortConfig":{"shape":"AbortConfig"},
11467
- "timeoutConfig":{"shape":"TimeoutConfig"}
11499
+ "timeoutConfig":{"shape":"TimeoutConfig"},
11500
+ "namespaceId":{
11501
+ "shape":"NamespaceId",
11502
+ "location":"querystring",
11503
+ "locationName":"namespaceId"
11504
+ }
11468
11505
  }
11469
11506
  },
11470
11507
  "UpdateMitigationActionRequest":{
@@ -612,6 +612,182 @@
612
612
  },
613
613
  "exception":true
614
614
  },
615
+ "ConfluenceAttachmentConfiguration":{
616
+ "type":"structure",
617
+ "members":{
618
+ "CrawlAttachments":{"shape":"Boolean"},
619
+ "AttachmentFieldMappings":{"shape":"ConfluenceAttachmentFieldMappingsList"}
620
+ }
621
+ },
622
+ "ConfluenceAttachmentFieldMappingsList":{
623
+ "type":"list",
624
+ "member":{"shape":"ConfluenceAttachmentToIndexFieldMapping"},
625
+ "max":11,
626
+ "min":1
627
+ },
628
+ "ConfluenceAttachmentFieldName":{
629
+ "type":"string",
630
+ "enum":[
631
+ "AUTHOR",
632
+ "CONTENT_TYPE",
633
+ "CREATED_DATE",
634
+ "DISPLAY_URL",
635
+ "FILE_SIZE",
636
+ "ITEM_TYPE",
637
+ "PARENT_ID",
638
+ "SPACE_KEY",
639
+ "SPACE_NAME",
640
+ "URL",
641
+ "VERSION"
642
+ ]
643
+ },
644
+ "ConfluenceAttachmentToIndexFieldMapping":{
645
+ "type":"structure",
646
+ "members":{
647
+ "DataSourceFieldName":{"shape":"ConfluenceAttachmentFieldName"},
648
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
649
+ "IndexFieldName":{"shape":"IndexFieldName"}
650
+ }
651
+ },
652
+ "ConfluenceBlogConfiguration":{
653
+ "type":"structure",
654
+ "members":{
655
+ "BlogFieldMappings":{"shape":"ConfluenceBlogFieldMappingsList"}
656
+ }
657
+ },
658
+ "ConfluenceBlogFieldMappingsList":{
659
+ "type":"list",
660
+ "member":{"shape":"ConfluenceBlogToIndexFieldMapping"},
661
+ "max":9,
662
+ "min":1
663
+ },
664
+ "ConfluenceBlogFieldName":{
665
+ "type":"string",
666
+ "enum":[
667
+ "AUTHOR",
668
+ "DISPLAY_URL",
669
+ "ITEM_TYPE",
670
+ "LABELS",
671
+ "PUBLISH_DATE",
672
+ "SPACE_KEY",
673
+ "SPACE_NAME",
674
+ "URL",
675
+ "VERSION"
676
+ ]
677
+ },
678
+ "ConfluenceBlogToIndexFieldMapping":{
679
+ "type":"structure",
680
+ "members":{
681
+ "DataSourceFieldName":{"shape":"ConfluenceBlogFieldName"},
682
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
683
+ "IndexFieldName":{"shape":"IndexFieldName"}
684
+ }
685
+ },
686
+ "ConfluenceConfiguration":{
687
+ "type":"structure",
688
+ "required":[
689
+ "ServerUrl",
690
+ "SecretArn",
691
+ "Version"
692
+ ],
693
+ "members":{
694
+ "ServerUrl":{"shape":"Url"},
695
+ "SecretArn":{"shape":"SecretArn"},
696
+ "Version":{"shape":"ConfluenceVersion"},
697
+ "SpaceConfiguration":{"shape":"ConfluenceSpaceConfiguration"},
698
+ "PageConfiguration":{"shape":"ConfluencePageConfiguration"},
699
+ "BlogConfiguration":{"shape":"ConfluenceBlogConfiguration"},
700
+ "AttachmentConfiguration":{"shape":"ConfluenceAttachmentConfiguration"},
701
+ "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
702
+ "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
703
+ "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"}
704
+ }
705
+ },
706
+ "ConfluencePageConfiguration":{
707
+ "type":"structure",
708
+ "members":{
709
+ "PageFieldMappings":{"shape":"ConfluencePageFieldMappingsList"}
710
+ }
711
+ },
712
+ "ConfluencePageFieldMappingsList":{
713
+ "type":"list",
714
+ "member":{"shape":"ConfluencePageToIndexFieldMapping"},
715
+ "max":12,
716
+ "min":1
717
+ },
718
+ "ConfluencePageFieldName":{
719
+ "type":"string",
720
+ "enum":[
721
+ "AUTHOR",
722
+ "CONTENT_STATUS",
723
+ "CREATED_DATE",
724
+ "DISPLAY_URL",
725
+ "ITEM_TYPE",
726
+ "LABELS",
727
+ "MODIFIED_DATE",
728
+ "PARENT_ID",
729
+ "SPACE_KEY",
730
+ "SPACE_NAME",
731
+ "URL",
732
+ "VERSION"
733
+ ]
734
+ },
735
+ "ConfluencePageToIndexFieldMapping":{
736
+ "type":"structure",
737
+ "members":{
738
+ "DataSourceFieldName":{"shape":"ConfluencePageFieldName"},
739
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
740
+ "IndexFieldName":{"shape":"IndexFieldName"}
741
+ }
742
+ },
743
+ "ConfluenceSpaceConfiguration":{
744
+ "type":"structure",
745
+ "members":{
746
+ "CrawlPersonalSpaces":{"shape":"Boolean"},
747
+ "CrawlArchivedSpaces":{"shape":"Boolean"},
748
+ "IncludeSpaces":{"shape":"ConfluenceSpaceList"},
749
+ "ExcludeSpaces":{"shape":"ConfluenceSpaceList"},
750
+ "SpaceFieldMappings":{"shape":"ConfluenceSpaceFieldMappingsList"}
751
+ }
752
+ },
753
+ "ConfluenceSpaceFieldMappingsList":{
754
+ "type":"list",
755
+ "member":{"shape":"ConfluenceSpaceToIndexFieldMapping"},
756
+ "max":4,
757
+ "min":1
758
+ },
759
+ "ConfluenceSpaceFieldName":{
760
+ "type":"string",
761
+ "enum":[
762
+ "DISPLAY_URL",
763
+ "ITEM_TYPE",
764
+ "SPACE_KEY",
765
+ "URL"
766
+ ]
767
+ },
768
+ "ConfluenceSpaceIdentifier":{
769
+ "type":"string",
770
+ "max":255,
771
+ "min":1,
772
+ "pattern":"^\\P{C}*$"
773
+ },
774
+ "ConfluenceSpaceList":{
775
+ "type":"list",
776
+ "member":{"shape":"ConfluenceSpaceIdentifier"},
777
+ "min":1
778
+ },
779
+ "ConfluenceSpaceToIndexFieldMapping":{
780
+ "type":"structure",
781
+ "members":{
782
+ "DataSourceFieldName":{"shape":"ConfluenceSpaceFieldName"},
783
+ "DateFieldFormat":{"shape":"DataSourceDateFieldFormat"},
784
+ "IndexFieldName":{"shape":"IndexFieldName"}
785
+ }
786
+ },
787
+ "ConfluenceVersion":{
788
+ "type":"string",
789
+ "enum":["SERVER"]
790
+ },
615
791
  "ConnectionConfiguration":{
616
792
  "type":"structure",
617
793
  "required":[
@@ -729,7 +905,8 @@
729
905
  "DatabaseConfiguration":{"shape":"DatabaseConfiguration"},
730
906
  "SalesforceConfiguration":{"shape":"SalesforceConfiguration"},
731
907
  "OneDriveConfiguration":{"shape":"OneDriveConfiguration"},
732
- "ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"}
908
+ "ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"},
909
+ "ConfluenceConfiguration":{"shape":"ConfluenceConfiguration"}
733
910
  }
734
911
  },
735
912
  "DataSourceDateFieldFormat":{
@@ -875,7 +1052,8 @@
875
1052
  "SALESFORCE",
876
1053
  "ONEDRIVE",
877
1054
  "SERVICENOW",
878
- "CUSTOM"
1055
+ "CUSTOM",
1056
+ "CONFLUENCE"
879
1057
  ]
880
1058
  },
881
1059
  "DataSourceVpcConfiguration":{
@@ -125,6 +125,14 @@
125
125
  }
126
126
  },
127
127
  "shapes": {
128
+ "AdMarkerPassthrough" : {
129
+ "type" : "structure",
130
+ "members" : {
131
+ "Enabled" : {
132
+ "shape" : "__boolean"
133
+ }
134
+ }
135
+ },
128
136
  "AvailSuppression": {
129
137
  "type": "structure",
130
138
  "members": {
@@ -251,6 +259,9 @@
251
259
  "LivePreRollConfiguration" : {
252
260
  "shape" : "LivePreRollConfiguration"
253
261
  },
262
+ "ManifestProcessingRules":{
263
+ "shape" : "ManifestProcessingRules"
264
+ },
254
265
  "Name": {
255
266
  "shape": "__string"
256
267
  },
@@ -342,6 +353,14 @@
342
353
  ],
343
354
  "type": "string"
344
355
  },
356
+ "ManifestProcessingRules" : {
357
+ "type" : "structure",
358
+ "members" : {
359
+ "AdMarkerPassthrough" : {
360
+ "shape" : "AdMarkerPassthrough"
361
+ }
362
+ }
363
+ },
345
364
  "Mode": {
346
365
  "enum": [
347
366
  "OFF",
@@ -428,6 +447,9 @@
428
447
  "LivePreRollConfiguration" : {
429
448
  "shape" : "LivePreRollConfiguration"
430
449
  },
450
+ "ManifestProcessingRules": {
451
+ "shape": "ManifestProcessingRules"
452
+ },
431
453
  "Name": {
432
454
  "shape": "__string"
433
455
  },
@@ -473,6 +495,9 @@
473
495
  "Name": {
474
496
  "shape": "__string"
475
497
  },
498
+ "ManifestProcessingRules": {
499
+ "shape": "ManifestProcessingRules"
500
+ },
476
501
  "PlaybackConfigurationArn": {
477
502
  "shape": "__string"
478
503
  },
@@ -154,6 +154,26 @@
154
154
  {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}
155
155
  ]
156
156
  },
157
+ "CreateDBClusterEndpoint":{
158
+ "name":"CreateDBClusterEndpoint",
159
+ "http":{
160
+ "method":"POST",
161
+ "requestUri":"/"
162
+ },
163
+ "input":{"shape":"CreateDBClusterEndpointMessage"},
164
+ "output":{
165
+ "shape":"CreateDBClusterEndpointOutput",
166
+ "resultWrapper":"CreateDBClusterEndpointResult"
167
+ },
168
+ "errors":[
169
+ {"shape":"DBClusterEndpointQuotaExceededFault"},
170
+ {"shape":"DBClusterEndpointAlreadyExistsFault"},
171
+ {"shape":"DBClusterNotFoundFault"},
172
+ {"shape":"InvalidDBClusterStateFault"},
173
+ {"shape":"DBInstanceNotFoundFault"},
174
+ {"shape":"InvalidDBInstanceStateFault"}
175
+ ]
176
+ },
157
177
  "CreateDBClusterParameterGroup":{
158
178
  "name":"CreateDBClusterParameterGroup",
159
179
  "http":{
@@ -296,6 +316,23 @@
296
316
  {"shape":"InvalidDBClusterSnapshotStateFault"}
297
317
  ]
298
318
  },
319
+ "DeleteDBClusterEndpoint":{
320
+ "name":"DeleteDBClusterEndpoint",
321
+ "http":{
322
+ "method":"POST",
323
+ "requestUri":"/"
324
+ },
325
+ "input":{"shape":"DeleteDBClusterEndpointMessage"},
326
+ "output":{
327
+ "shape":"DeleteDBClusterEndpointOutput",
328
+ "resultWrapper":"DeleteDBClusterEndpointResult"
329
+ },
330
+ "errors":[
331
+ {"shape":"InvalidDBClusterEndpointStateFault"},
332
+ {"shape":"DBClusterEndpointNotFoundFault"},
333
+ {"shape":"InvalidDBClusterStateFault"}
334
+ ]
335
+ },
299
336
  "DeleteDBClusterParameterGroup":{
300
337
  "name":"DeleteDBClusterParameterGroup",
301
338
  "http":{
@@ -384,6 +421,21 @@
384
421
  {"shape":"InvalidEventSubscriptionStateFault"}
385
422
  ]
386
423
  },
424
+ "DescribeDBClusterEndpoints":{
425
+ "name":"DescribeDBClusterEndpoints",
426
+ "http":{
427
+ "method":"POST",
428
+ "requestUri":"/"
429
+ },
430
+ "input":{"shape":"DescribeDBClusterEndpointsMessage"},
431
+ "output":{
432
+ "shape":"DBClusterEndpointMessage",
433
+ "resultWrapper":"DescribeDBClusterEndpointsResult"
434
+ },
435
+ "errors":[
436
+ {"shape":"DBClusterNotFoundFault"}
437
+ ]
438
+ },
387
439
  "DescribeDBClusterParameterGroups":{
388
440
  "name":"DescribeDBClusterParameterGroups",
389
441
  "http":{
@@ -696,6 +748,25 @@
696
748
  {"shape":"DBClusterAlreadyExistsFault"}
697
749
  ]
698
750
  },
751
+ "ModifyDBClusterEndpoint":{
752
+ "name":"ModifyDBClusterEndpoint",
753
+ "http":{
754
+ "method":"POST",
755
+ "requestUri":"/"
756
+ },
757
+ "input":{"shape":"ModifyDBClusterEndpointMessage"},
758
+ "output":{
759
+ "shape":"ModifyDBClusterEndpointOutput",
760
+ "resultWrapper":"ModifyDBClusterEndpointResult"
761
+ },
762
+ "errors":[
763
+ {"shape":"InvalidDBClusterStateFault"},
764
+ {"shape":"InvalidDBClusterEndpointStateFault"},
765
+ {"shape":"DBClusterEndpointNotFoundFault"},
766
+ {"shape":"DBInstanceNotFoundFault"},
767
+ {"shape":"InvalidDBInstanceStateFault"}
768
+ ]
769
+ },
699
770
  "ModifyDBClusterParameterGroup":{
700
771
  "name":"ModifyDBClusterParameterGroup",
701
772
  "http":{
@@ -1027,7 +1098,8 @@
1027
1098
  ],
1028
1099
  "members":{
1029
1100
  "DBClusterIdentifier":{"shape":"String"},
1030
- "RoleArn":{"shape":"String"}
1101
+ "RoleArn":{"shape":"String"},
1102
+ "FeatureName":{"shape":"String"}
1031
1103
  }
1032
1104
  },
1033
1105
  "AddSourceIdentifierToSubscriptionMessage":{
@@ -1211,6 +1283,37 @@
1211
1283
  "DBParameterGroup":{"shape":"DBParameterGroup"}
1212
1284
  }
1213
1285
  },
1286
+ "CreateDBClusterEndpointMessage":{
1287
+ "type":"structure",
1288
+ "required":[
1289
+ "DBClusterIdentifier",
1290
+ "DBClusterEndpointIdentifier",
1291
+ "EndpointType"
1292
+ ],
1293
+ "members":{
1294
+ "DBClusterIdentifier":{"shape":"String"},
1295
+ "DBClusterEndpointIdentifier":{"shape":"String"},
1296
+ "EndpointType":{"shape":"String"},
1297
+ "StaticMembers":{"shape":"StringList"},
1298
+ "ExcludedMembers":{"shape":"StringList"},
1299
+ "Tags":{"shape":"TagList"}
1300
+ }
1301
+ },
1302
+ "CreateDBClusterEndpointOutput":{
1303
+ "type":"structure",
1304
+ "members":{
1305
+ "DBClusterEndpointIdentifier":{"shape":"String"},
1306
+ "DBClusterIdentifier":{"shape":"String"},
1307
+ "DBClusterEndpointResourceIdentifier":{"shape":"String"},
1308
+ "Endpoint":{"shape":"String"},
1309
+ "Status":{"shape":"String"},
1310
+ "EndpointType":{"shape":"String"},
1311
+ "CustomEndpointType":{"shape":"String"},
1312
+ "StaticMembers":{"shape":"StringList"},
1313
+ "ExcludedMembers":{"shape":"StringList"},
1314
+ "DBClusterEndpointArn":{"shape":"String"}
1315
+ }
1316
+ },
1214
1317
  "CreateDBClusterMessage":{
1215
1318
  "type":"structure",
1216
1319
  "required":[
@@ -1466,6 +1569,68 @@
1466
1569
  },
1467
1570
  "exception":true
1468
1571
  },
1572
+ "DBClusterEndpoint":{
1573
+ "type":"structure",
1574
+ "members":{
1575
+ "DBClusterEndpointIdentifier":{"shape":"String"},
1576
+ "DBClusterIdentifier":{"shape":"String"},
1577
+ "DBClusterEndpointResourceIdentifier":{"shape":"String"},
1578
+ "Endpoint":{"shape":"String"},
1579
+ "Status":{"shape":"String"},
1580
+ "EndpointType":{"shape":"String"},
1581
+ "CustomEndpointType":{"shape":"String"},
1582
+ "StaticMembers":{"shape":"StringList"},
1583
+ "ExcludedMembers":{"shape":"StringList"},
1584
+ "DBClusterEndpointArn":{"shape":"String"}
1585
+ }
1586
+ },
1587
+ "DBClusterEndpointAlreadyExistsFault":{
1588
+ "type":"structure",
1589
+ "members":{
1590
+ },
1591
+ "error":{
1592
+ "code":"DBClusterEndpointAlreadyExistsFault",
1593
+ "httpStatusCode":400,
1594
+ "senderFault":true
1595
+ },
1596
+ "exception":true
1597
+ },
1598
+ "DBClusterEndpointList":{
1599
+ "type":"list",
1600
+ "member":{
1601
+ "shape":"DBClusterEndpoint",
1602
+ "locationName":"DBClusterEndpointList"
1603
+ }
1604
+ },
1605
+ "DBClusterEndpointMessage":{
1606
+ "type":"structure",
1607
+ "members":{
1608
+ "Marker":{"shape":"String"},
1609
+ "DBClusterEndpoints":{"shape":"DBClusterEndpointList"}
1610
+ }
1611
+ },
1612
+ "DBClusterEndpointNotFoundFault":{
1613
+ "type":"structure",
1614
+ "members":{
1615
+ },
1616
+ "error":{
1617
+ "code":"DBClusterEndpointNotFoundFault",
1618
+ "httpStatusCode":400,
1619
+ "senderFault":true
1620
+ },
1621
+ "exception":true
1622
+ },
1623
+ "DBClusterEndpointQuotaExceededFault":{
1624
+ "type":"structure",
1625
+ "members":{
1626
+ },
1627
+ "error":{
1628
+ "code":"DBClusterEndpointQuotaExceededFault",
1629
+ "httpStatusCode":403,
1630
+ "senderFault":true
1631
+ },
1632
+ "exception":true
1633
+ },
1469
1634
  "DBClusterList":{
1470
1635
  "type":"list",
1471
1636
  "member":{
@@ -1585,7 +1750,8 @@
1585
1750
  "type":"structure",
1586
1751
  "members":{
1587
1752
  "RoleArn":{"shape":"String"},
1588
- "Status":{"shape":"String"}
1753
+ "Status":{"shape":"String"},
1754
+ "FeatureName":{"shape":"String"}
1589
1755
  }
1590
1756
  },
1591
1757
  "DBClusterRoleAlreadyExistsFault":{
@@ -2087,6 +2253,28 @@
2087
2253
  },
2088
2254
  "exception":true
2089
2255
  },
2256
+ "DeleteDBClusterEndpointMessage":{
2257
+ "type":"structure",
2258
+ "required":["DBClusterEndpointIdentifier"],
2259
+ "members":{
2260
+ "DBClusterEndpointIdentifier":{"shape":"String"}
2261
+ }
2262
+ },
2263
+ "DeleteDBClusterEndpointOutput":{
2264
+ "type":"structure",
2265
+ "members":{
2266
+ "DBClusterEndpointIdentifier":{"shape":"String"},
2267
+ "DBClusterIdentifier":{"shape":"String"},
2268
+ "DBClusterEndpointResourceIdentifier":{"shape":"String"},
2269
+ "Endpoint":{"shape":"String"},
2270
+ "Status":{"shape":"String"},
2271
+ "EndpointType":{"shape":"String"},
2272
+ "CustomEndpointType":{"shape":"String"},
2273
+ "StaticMembers":{"shape":"StringList"},
2274
+ "ExcludedMembers":{"shape":"StringList"},
2275
+ "DBClusterEndpointArn":{"shape":"String"}
2276
+ }
2277
+ },
2090
2278
  "DeleteDBClusterMessage":{
2091
2279
  "type":"structure",
2092
2280
  "required":["DBClusterIdentifier"],
@@ -2164,6 +2352,16 @@
2164
2352
  "EventSubscription":{"shape":"EventSubscription"}
2165
2353
  }
2166
2354
  },
2355
+ "DescribeDBClusterEndpointsMessage":{
2356
+ "type":"structure",
2357
+ "members":{
2358
+ "DBClusterIdentifier":{"shape":"String"},
2359
+ "DBClusterEndpointIdentifier":{"shape":"String"},
2360
+ "Filters":{"shape":"FilterList"},
2361
+ "MaxRecords":{"shape":"IntegerOptional"},
2362
+ "Marker":{"shape":"String"}
2363
+ }
2364
+ },
2167
2365
  "DescribeDBClusterParameterGroupsMessage":{
2168
2366
  "type":"structure",
2169
2367
  "members":{
@@ -2607,6 +2805,17 @@
2607
2805
  },
2608
2806
  "Integer":{"type":"integer"},
2609
2807
  "IntegerOptional":{"type":"integer"},
2808
+ "InvalidDBClusterEndpointStateFault":{
2809
+ "type":"structure",
2810
+ "members":{
2811
+ },
2812
+ "error":{
2813
+ "code":"InvalidDBClusterEndpointStateFault",
2814
+ "httpStatusCode":400,
2815
+ "senderFault":true
2816
+ },
2817
+ "exception":true
2818
+ },
2610
2819
  "InvalidDBClusterSnapshotStateFault":{
2611
2820
  "type":"structure",
2612
2821
  "members":{
@@ -2766,6 +2975,31 @@
2766
2975
  "type":"list",
2767
2976
  "member":{"shape":"String"}
2768
2977
  },
2978
+ "ModifyDBClusterEndpointMessage":{
2979
+ "type":"structure",
2980
+ "required":["DBClusterEndpointIdentifier"],
2981
+ "members":{
2982
+ "DBClusterEndpointIdentifier":{"shape":"String"},
2983
+ "EndpointType":{"shape":"String"},
2984
+ "StaticMembers":{"shape":"StringList"},
2985
+ "ExcludedMembers":{"shape":"StringList"}
2986
+ }
2987
+ },
2988
+ "ModifyDBClusterEndpointOutput":{
2989
+ "type":"structure",
2990
+ "members":{
2991
+ "DBClusterEndpointIdentifier":{"shape":"String"},
2992
+ "DBClusterIdentifier":{"shape":"String"},
2993
+ "DBClusterEndpointResourceIdentifier":{"shape":"String"},
2994
+ "Endpoint":{"shape":"String"},
2995
+ "Status":{"shape":"String"},
2996
+ "EndpointType":{"shape":"String"},
2997
+ "CustomEndpointType":{"shape":"String"},
2998
+ "StaticMembers":{"shape":"StringList"},
2999
+ "ExcludedMembers":{"shape":"StringList"},
3000
+ "DBClusterEndpointArn":{"shape":"String"}
3001
+ }
3002
+ },
2769
3003
  "ModifyDBClusterMessage":{
2770
3004
  "type":"structure",
2771
3005
  "required":["DBClusterIdentifier"],
@@ -3148,7 +3382,8 @@
3148
3382
  ],
3149
3383
  "members":{
3150
3384
  "DBClusterIdentifier":{"shape":"String"},
3151
- "RoleArn":{"shape":"String"}
3385
+ "RoleArn":{"shape":"String"},
3386
+ "FeatureName":{"shape":"String"}
3152
3387
  }
3153
3388
  },
3154
3389
  "RemoveSourceIdentifierFromSubscriptionMessage":{
@@ -3411,6 +3646,10 @@
3411
3646
  "exception":true
3412
3647
  },
3413
3648
  "String":{"type":"string"},
3649
+ "StringList":{
3650
+ "type":"list",
3651
+ "member":{"shape":"String"}
3652
+ },
3414
3653
  "Subnet":{
3415
3654
  "type":"structure",
3416
3655
  "members":{