aws-sdk-core 2.11.613 → 2.11.614

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0775edd348fc697c3328341c046e99473efa8f79e6e2ee15b70ad713dad18300
4
- data.tar.gz: 4565316ac453bf61bd754f8886cf2bdeed94d0bae7760d0cafd2f10797d92985
3
+ metadata.gz: dd6b421ae61cbdf6e37e5cd570ed9b5817e9c590d30e1ab1f7c53f8ef7b06faa
4
+ data.tar.gz: ecbac86055c5364fe8b1f720232f69f312f0a336c73c45d000b4085ec05246c0
5
5
  SHA512:
6
- metadata.gz: ebd2a41ac9ded7211213674a2991c2c7d4ceb700ea653dc19cca168ffba3cc238316636a34e902c831f47a3a1758ce8b6e628ba80612a4a4fbaaf76a17b68ad6
7
- data.tar.gz: b2ed6d3a1ca970eaf749c1a0a8bf08ab41d6b5f4afce8ff57eee92f9aa97cab485aca47b5454ad257135eb6206a3708badaec677ca77110a8de2539d6bf6678f
6
+ metadata.gz: 6a7c91aff0679a783dc9f7f8174fa4cd4bfe90d03425f2beb01ffb251b50d7b1227c19b414fb9d672befd49b3281e635ded21d4f7c357a19d01cdb39902ecc0b
7
+ data.tar.gz: f36b7b2f6b8fd1ae912b53322dd77243b408a9cb9040abf5e718bc3c7a067c5ef31731851f241160ab0a2c2dd44c8098994e98989f92a3c525efcea346602c25
@@ -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":{
@@ -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":{