aws-sdk-core 2.11.504 → 2.11.505

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: 64fe594108f7f14226b02a90ed32166d7c672f050398adb64e3d3b6bfff5d04c
4
- data.tar.gz: 9a6292202a8d301a45af173e09aeb6b9f228960d222d61fc2d99c1f864c58fd9
3
+ metadata.gz: 4cad98524f13902eeefa8e160633c01cd7de25b124fed17b9981e2d47ab31f31
4
+ data.tar.gz: ecc49c8aa99349847973a431e7111636b8b08e38f86717b44ea494dcf34d87d2
5
5
  SHA512:
6
- metadata.gz: adee04a04c23bfa05ee3e529b2ec603a596e43465f6075a54c803e362f8e0146eb650d2c0a2357e2221db9e289bcaeb53d0b0206cebf7110a87191d81d426d02
7
- data.tar.gz: abd0469a99bdc2cffd5c4323b96223042fc6a816f0b7aa83005cfe8fb203ebff02e53d864124032cd860712ffbd3a9fa58d066c75cd6b85d0bb8e1988ccffcc6
6
+ metadata.gz: 5d170f61eba67d19cecea78101a84bb1969811a41795ec6500906c0297cd9390d6ce43db1fe79485faa280c51101187f34b8ca1e53bd7122a6f75444ef8c6acc
7
+ data.tar.gz: a14c61a5536eeffb4cd3b86939d97163efcaa1e6c709691e8ea6ec5d0631bc1a21473c630d2dffb24937d3ad74baa0219800facb6f455774e92d0bea9b99cfa0
@@ -280,6 +280,12 @@
280
280
  "error":{"httpStatusCode":409},
281
281
  "exception":true
282
282
  },
283
+ "ConnectionArn":{
284
+ "type":"string",
285
+ "max":256,
286
+ "min":0,
287
+ "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
288
+ },
283
289
  "DescribeCodeReviewRequest":{
284
290
  "type":"structure",
285
291
  "required":["CodeReviewArn"],
@@ -610,7 +616,8 @@
610
616
  "type":"string",
611
617
  "enum":[
612
618
  "CodeCommit",
613
- "GitHub"
619
+ "GitHub",
620
+ "Bitbucket"
614
621
  ]
615
622
  },
616
623
  "ProviderTypes":{
@@ -706,7 +713,8 @@
706
713
  "Repository":{
707
714
  "type":"structure",
708
715
  "members":{
709
- "CodeCommit":{"shape":"CodeCommitRepository"}
716
+ "CodeCommit":{"shape":"CodeCommitRepository"},
717
+ "Bitbucket":{"shape":"ThirdPartySourceRepository"}
710
718
  }
711
719
  },
712
720
  "RepositoryAssociation":{
@@ -714,6 +722,7 @@
714
722
  "members":{
715
723
  "AssociationId":{"shape":"AssociationId"},
716
724
  "AssociationArn":{"shape":"Arn"},
725
+ "ConnectionArn":{"shape":"ConnectionArn"},
717
726
  "Name":{"shape":"Name"},
718
727
  "Owner":{"shape":"Owner"},
719
728
  "ProviderType":{"shape":"ProviderType"},
@@ -746,6 +755,7 @@
746
755
  "type":"structure",
747
756
  "members":{
748
757
  "AssociationArn":{"shape":"Arn"},
758
+ "ConnectionArn":{"shape":"ConnectionArn"},
749
759
  "LastUpdatedTimeStamp":{"shape":"TimeStamp"},
750
760
  "AssociationId":{"shape":"AssociationId"},
751
761
  "Name":{"shape":"Name"},
@@ -784,6 +794,19 @@
784
794
  "max":2048,
785
795
  "min":1
786
796
  },
797
+ "ThirdPartySourceRepository":{
798
+ "type":"structure",
799
+ "required":[
800
+ "Name",
801
+ "ConnectionArn",
802
+ "Owner"
803
+ ],
804
+ "members":{
805
+ "Name":{"shape":"Name"},
806
+ "ConnectionArn":{"shape":"ConnectionArn"},
807
+ "Owner":{"shape":"Owner"}
808
+ }
809
+ },
787
810
  "ThrottlingException":{
788
811
  "type":"structure",
789
812
  "members":{
@@ -18044,7 +18044,16 @@
18044
18044
  "inf1.xlarge",
18045
18045
  "inf1.2xlarge",
18046
18046
  "inf1.6xlarge",
18047
- "inf1.24xlarge"
18047
+ "inf1.24xlarge",
18048
+ "m6g.metal",
18049
+ "m6g.medium",
18050
+ "m6g.large",
18051
+ "m6g.xlarge",
18052
+ "m6g.2xlarge",
18053
+ "m6g.4xlarge",
18054
+ "m6g.8xlarge",
18055
+ "m6g.12xlarge",
18056
+ "m6g.16xlarge"
18048
18057
  ]
18049
18058
  },
18050
18059
  "InstanceTypeHypervisor":{
@@ -104,6 +104,22 @@
104
104
  {"shape":"InternalServerException"}
105
105
  ]
106
106
  },
107
+ "DeleteDataSource":{
108
+ "name":"DeleteDataSource",
109
+ "http":{
110
+ "method":"POST",
111
+ "requestUri":"/"
112
+ },
113
+ "input":{"shape":"DeleteDataSourceRequest"},
114
+ "errors":[
115
+ {"shape":"AccessDeniedException"},
116
+ {"shape":"ValidationException"},
117
+ {"shape":"ConflictException"},
118
+ {"shape":"ResourceNotFoundException"},
119
+ {"shape":"ThrottlingException"},
120
+ {"shape":"InternalServerException"}
121
+ ]
122
+ },
107
123
  "DeleteFaq":{
108
124
  "name":"DeleteFaq",
109
125
  "http":{
@@ -248,6 +264,22 @@
248
264
  {"shape":"InternalServerException"}
249
265
  ]
250
266
  },
267
+ "ListTagsForResource":{
268
+ "name":"ListTagsForResource",
269
+ "http":{
270
+ "method":"POST",
271
+ "requestUri":"/"
272
+ },
273
+ "input":{"shape":"ListTagsForResourceRequest"},
274
+ "output":{"shape":"ListTagsForResourceResponse"},
275
+ "errors":[
276
+ {"shape":"ValidationException"},
277
+ {"shape":"ResourceUnavailableException"},
278
+ {"shape":"ThrottlingException"},
279
+ {"shape":"AccessDeniedException"},
280
+ {"shape":"InternalServerException"}
281
+ ]
282
+ },
251
283
  "Query":{
252
284
  "name":"Query",
253
285
  "http":{
@@ -262,6 +294,7 @@
262
294
  {"shape":"ResourceNotFoundException"},
263
295
  {"shape":"ThrottlingException"},
264
296
  {"shape":"AccessDeniedException"},
297
+ {"shape":"ServiceQuotaExceededException"},
265
298
  {"shape":"InternalServerException"}
266
299
  ]
267
300
  },
@@ -314,6 +347,38 @@
314
347
  {"shape":"InternalServerException"}
315
348
  ]
316
349
  },
350
+ "TagResource":{
351
+ "name":"TagResource",
352
+ "http":{
353
+ "method":"POST",
354
+ "requestUri":"/"
355
+ },
356
+ "input":{"shape":"TagResourceRequest"},
357
+ "output":{"shape":"TagResourceResponse"},
358
+ "errors":[
359
+ {"shape":"ValidationException"},
360
+ {"shape":"ResourceUnavailableException"},
361
+ {"shape":"ThrottlingException"},
362
+ {"shape":"AccessDeniedException"},
363
+ {"shape":"InternalServerException"}
364
+ ]
365
+ },
366
+ "UntagResource":{
367
+ "name":"UntagResource",
368
+ "http":{
369
+ "method":"POST",
370
+ "requestUri":"/"
371
+ },
372
+ "input":{"shape":"UntagResourceRequest"},
373
+ "output":{"shape":"UntagResourceResponse"},
374
+ "errors":[
375
+ {"shape":"ValidationException"},
376
+ {"shape":"ResourceUnavailableException"},
377
+ {"shape":"ThrottlingException"},
378
+ {"shape":"AccessDeniedException"},
379
+ {"shape":"InternalServerException"}
380
+ ]
381
+ },
317
382
  "UpdateDataSource":{
318
383
  "name":"UpdateDataSource",
319
384
  "http":{
@@ -343,6 +408,7 @@
343
408
  {"shape":"ResourceNotFoundException"},
344
409
  {"shape":"ThrottlingException"},
345
410
  {"shape":"AccessDeniedException"},
411
+ {"shape":"ServiceQuotaExceededException"},
346
412
  {"shape":"InternalServerException"}
347
413
  ]
348
414
  }
@@ -395,6 +461,11 @@
395
461
  "type":"string",
396
462
  "enum":["TEXT_WITH_HIGHLIGHTS_VALUE"]
397
463
  },
464
+ "AmazonResourceName":{
465
+ "type":"string",
466
+ "max":1011,
467
+ "min":1
468
+ },
398
469
  "AttributeFilter":{
399
470
  "type":"structure",
400
471
  "members":{
@@ -412,9 +483,7 @@
412
483
  },
413
484
  "AttributeFilterList":{
414
485
  "type":"list",
415
- "member":{"shape":"AttributeFilter"},
416
- "max":5,
417
- "min":1
486
+ "member":{"shape":"AttributeFilter"}
418
487
  },
419
488
  "BatchDeleteDocumentRequest":{
420
489
  "type":"structure",
@@ -424,7 +493,8 @@
424
493
  ],
425
494
  "members":{
426
495
  "IndexId":{"shape":"IndexId"},
427
- "DocumentIdList":{"shape":"DocumentIdList"}
496
+ "DocumentIdList":{"shape":"DocumentIdList"},
497
+ "DataSourceSyncJobMetricTarget":{"shape":"DataSourceSyncJobMetricTarget"}
428
498
  }
429
499
  },
430
500
  "BatchDeleteDocumentResponse":{
@@ -475,12 +545,19 @@
475
545
  "type":"list",
476
546
  "member":{"shape":"BatchPutDocumentResponseFailedDocument"}
477
547
  },
478
- "Blob":{
479
- "type":"blob",
480
- "max":153600,
481
- "min":1
482
- },
548
+ "Blob":{"type":"blob"},
483
549
  "Boolean":{"type":"boolean"},
550
+ "CapacityUnitsConfiguration":{
551
+ "type":"structure",
552
+ "required":[
553
+ "StorageCapacityUnits",
554
+ "QueryCapacityUnits"
555
+ ],
556
+ "members":{
557
+ "StorageCapacityUnits":{"shape":"StorageCapacityUnit"},
558
+ "QueryCapacityUnits":{"shape":"QueryCapacityUnit"}
559
+ }
560
+ },
484
561
  "ChangeDetectingColumns":{
485
562
  "type":"list",
486
563
  "member":{"shape":"ColumnName"},
@@ -578,7 +655,8 @@
578
655
  "Configuration":{"shape":"DataSourceConfiguration"},
579
656
  "Description":{"shape":"Description"},
580
657
  "Schedule":{"shape":"ScanSchedule"},
581
- "RoleArn":{"shape":"RoleArn"}
658
+ "RoleArn":{"shape":"RoleArn"},
659
+ "Tags":{"shape":"TagList"}
582
660
  }
583
661
  },
584
662
  "CreateDataSourceResponse":{
@@ -601,7 +679,8 @@
601
679
  "Name":{"shape":"FaqName"},
602
680
  "Description":{"shape":"Description"},
603
681
  "S3Path":{"shape":"S3Path"},
604
- "RoleArn":{"shape":"RoleArn"}
682
+ "RoleArn":{"shape":"RoleArn"},
683
+ "Tags":{"shape":"TagList"}
605
684
  }
606
685
  },
607
686
  "CreateFaqResponse":{
@@ -618,13 +697,15 @@
618
697
  ],
619
698
  "members":{
620
699
  "Name":{"shape":"IndexName"},
700
+ "Edition":{"shape":"IndexEdition"},
621
701
  "RoleArn":{"shape":"RoleArn"},
622
702
  "ServerSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
623
703
  "Description":{"shape":"Description"},
624
704
  "ClientToken":{
625
705
  "shape":"ClientTokenName",
626
706
  "idempotencyToken":true
627
- }
707
+ },
708
+ "Tags":{"shape":"TagList"}
628
709
  }
629
710
  },
630
711
  "CreateIndexResponse":{
@@ -638,13 +719,17 @@
638
719
  "members":{
639
720
  "S3Configuration":{"shape":"S3DataSourceConfiguration"},
640
721
  "SharePointConfiguration":{"shape":"SharePointConfiguration"},
641
- "DatabaseConfiguration":{"shape":"DatabaseConfiguration"}
722
+ "DatabaseConfiguration":{"shape":"DatabaseConfiguration"},
723
+ "SalesforceConfiguration":{"shape":"SalesforceConfiguration"},
724
+ "OneDriveConfiguration":{"shape":"OneDriveConfiguration"},
725
+ "ServiceNowConfiguration":{"shape":"ServiceNowConfiguration"}
642
726
  }
643
727
  },
644
728
  "DataSourceDateFieldFormat":{
645
729
  "type":"string",
646
730
  "max":40,
647
- "min":4
731
+ "min":4,
732
+ "pattern":"^(?!\\s).*(?<!\\s)$"
648
733
  },
649
734
  "DataSourceFieldName":{
650
735
  "type":"string",
@@ -709,13 +794,41 @@
709
794
  "Status":{"shape":"DataSourceSyncJobStatus"},
710
795
  "ErrorMessage":{"shape":"ErrorMessage"},
711
796
  "ErrorCode":{"shape":"ErrorCode"},
712
- "DataSourceErrorCode":{"shape":"String"}
797
+ "DataSourceErrorCode":{"shape":"String"},
798
+ "Metrics":{"shape":"DataSourceSyncJobMetrics"}
713
799
  }
714
800
  },
715
801
  "DataSourceSyncJobHistoryList":{
716
802
  "type":"list",
717
803
  "member":{"shape":"DataSourceSyncJob"}
718
804
  },
805
+ "DataSourceSyncJobId":{
806
+ "type":"string",
807
+ "max":100,
808
+ "min":1,
809
+ "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*"
810
+ },
811
+ "DataSourceSyncJobMetricTarget":{
812
+ "type":"structure",
813
+ "required":[
814
+ "DataSourceId",
815
+ "DataSourceSyncJobId"
816
+ ],
817
+ "members":{
818
+ "DataSourceId":{"shape":"DataSourceId"},
819
+ "DataSourceSyncJobId":{"shape":"DataSourceSyncJobId"}
820
+ }
821
+ },
822
+ "DataSourceSyncJobMetrics":{
823
+ "type":"structure",
824
+ "members":{
825
+ "DocumentsAdded":{"shape":"MetricValue"},
826
+ "DocumentsModified":{"shape":"MetricValue"},
827
+ "DocumentsDeleted":{"shape":"MetricValue"},
828
+ "DocumentsFailed":{"shape":"MetricValue"},
829
+ "DocumentsScanned":{"shape":"MetricValue"}
830
+ }
831
+ },
719
832
  "DataSourceSyncJobStatus":{
720
833
  "type":"string",
721
834
  "enum":[
@@ -724,7 +837,8 @@
724
837
  "SYNCING",
725
838
  "INCOMPLETE",
726
839
  "STOPPING",
727
- "ABORTED"
840
+ "ABORTED",
841
+ "SYNCING_INDEXING"
728
842
  ]
729
843
  },
730
844
  "DataSourceToIndexFieldMapping":{
@@ -750,7 +864,10 @@
750
864
  "enum":[
751
865
  "S3",
752
866
  "SHAREPOINT",
753
- "DATABASE"
867
+ "DATABASE",
868
+ "SALESFORCE",
869
+ "ONEDRIVE",
870
+ "SERVICENOW"
754
871
  ]
755
872
  },
756
873
  "DataSourceVpcConfiguration":{
@@ -804,6 +921,17 @@
804
921
  "max":65535,
805
922
  "min":1
806
923
  },
924
+ "DeleteDataSourceRequest":{
925
+ "type":"structure",
926
+ "required":[
927
+ "Id",
928
+ "IndexId"
929
+ ],
930
+ "members":{
931
+ "Id":{"shape":"DataSourceId"},
932
+ "IndexId":{"shape":"IndexId"}
933
+ }
934
+ },
807
935
  "DeleteFaqRequest":{
808
936
  "type":"structure",
809
937
  "required":[
@@ -888,6 +1016,7 @@
888
1016
  "members":{
889
1017
  "Name":{"shape":"IndexName"},
890
1018
  "Id":{"shape":"IndexId"},
1019
+ "Edition":{"shape":"IndexEdition"},
891
1020
  "RoleArn":{"shape":"RoleArn"},
892
1021
  "ServerSideEncryptionConfiguration":{"shape":"ServerSideEncryptionConfiguration"},
893
1022
  "Status":{"shape":"IndexStatus"},
@@ -896,7 +1025,8 @@
896
1025
  "UpdatedAt":{"shape":"Timestamp"},
897
1026
  "DocumentMetadataConfigurations":{"shape":"DocumentMetadataConfigurationList"},
898
1027
  "IndexStatistics":{"shape":"IndexStatistics"},
899
- "ErrorMessage":{"shape":"ErrorMessage"}
1028
+ "ErrorMessage":{"shape":"ErrorMessage"},
1029
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
900
1030
  }
901
1031
  },
902
1032
  "Description":{
@@ -943,15 +1073,11 @@
943
1073
  },
944
1074
  "DocumentAttributeList":{
945
1075
  "type":"list",
946
- "member":{"shape":"DocumentAttribute"},
947
- "max":100,
948
- "min":1
1076
+ "member":{"shape":"DocumentAttribute"}
949
1077
  },
950
1078
  "DocumentAttributeStringListValue":{
951
1079
  "type":"list",
952
- "member":{"shape":"String"},
953
- "max":5,
954
- "min":1
1080
+ "member":{"shape":"String"}
955
1081
  },
956
1082
  "DocumentAttributeStringValue":{
957
1083
  "type":"string",
@@ -1149,6 +1275,7 @@
1149
1275
  "members":{
1150
1276
  "Name":{"shape":"IndexName"},
1151
1277
  "Id":{"shape":"IndexId"},
1278
+ "Edition":{"shape":"IndexEdition"},
1152
1279
  "CreatedAt":{"shape":"Timestamp"},
1153
1280
  "UpdatedAt":{"shape":"Timestamp"},
1154
1281
  "Status":{"shape":"IndexStatus"}
@@ -1158,6 +1285,13 @@
1158
1285
  "type":"list",
1159
1286
  "member":{"shape":"IndexConfigurationSummary"}
1160
1287
  },
1288
+ "IndexEdition":{
1289
+ "type":"string",
1290
+ "enum":[
1291
+ "DEVELOPER_EDITION",
1292
+ "ENTERPRISE_EDITION"
1293
+ ]
1294
+ },
1161
1295
  "IndexFieldName":{
1162
1296
  "type":"string",
1163
1297
  "max":30,
@@ -1194,6 +1328,7 @@
1194
1328
  "ACTIVE",
1195
1329
  "DELETING",
1196
1330
  "FAILED",
1331
+ "UPDATING",
1197
1332
  "SYSTEM_UPDATING"
1198
1333
  ]
1199
1334
  },
@@ -1201,6 +1336,10 @@
1201
1336
  "type":"integer",
1202
1337
  "min":0
1203
1338
  },
1339
+ "IndexedTextBytes":{
1340
+ "type":"long",
1341
+ "min":0
1342
+ },
1204
1343
  "IndexedTextDocumentsCount":{
1205
1344
  "type":"integer",
1206
1345
  "min":0
@@ -1288,6 +1427,19 @@
1288
1427
  "NextToken":{"shape":"NextToken"}
1289
1428
  }
1290
1429
  },
1430
+ "ListTagsForResourceRequest":{
1431
+ "type":"structure",
1432
+ "required":["ResourceARN"],
1433
+ "members":{
1434
+ "ResourceARN":{"shape":"AmazonResourceName"}
1435
+ }
1436
+ },
1437
+ "ListTagsForResourceResponse":{
1438
+ "type":"structure",
1439
+ "members":{
1440
+ "Tags":{"shape":"TagList"}
1441
+ }
1442
+ },
1291
1443
  "Long":{"type":"long"},
1292
1444
  "MaxResultsIntegerForListDataSourceSyncJobsRequest":{
1293
1445
  "type":"integer",
@@ -1309,11 +1461,50 @@
1309
1461
  "max":100,
1310
1462
  "min":1
1311
1463
  },
1464
+ "MetricValue":{
1465
+ "type":"string",
1466
+ "pattern":"(([1-9][0-9]*)|0)"
1467
+ },
1312
1468
  "NextToken":{
1313
1469
  "type":"string",
1314
1470
  "max":800,
1315
1471
  "min":1
1316
1472
  },
1473
+ "OneDriveConfiguration":{
1474
+ "type":"structure",
1475
+ "required":[
1476
+ "TenantDomain",
1477
+ "SecretArn",
1478
+ "OneDriveUsers"
1479
+ ],
1480
+ "members":{
1481
+ "TenantDomain":{"shape":"TenantDomain"},
1482
+ "SecretArn":{"shape":"SecretArn"},
1483
+ "OneDriveUsers":{"shape":"OneDriveUsers"},
1484
+ "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1485
+ "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1486
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1487
+ }
1488
+ },
1489
+ "OneDriveUser":{
1490
+ "type":"string",
1491
+ "max":256,
1492
+ "min":1,
1493
+ "pattern":"^(?!\\s).+@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$"
1494
+ },
1495
+ "OneDriveUserList":{
1496
+ "type":"list",
1497
+ "member":{"shape":"OneDriveUser"},
1498
+ "max":100,
1499
+ "min":1
1500
+ },
1501
+ "OneDriveUsers":{
1502
+ "type":"structure",
1503
+ "members":{
1504
+ "OneDriveUserList":{"shape":"OneDriveUserList"},
1505
+ "OneDriveUserS3Path":{"shape":"S3Path"}
1506
+ }
1507
+ },
1317
1508
  "Order":{
1318
1509
  "type":"string",
1319
1510
  "enum":[
@@ -1336,9 +1527,7 @@
1336
1527
  },
1337
1528
  "PrincipalList":{
1338
1529
  "type":"list",
1339
- "member":{"shape":"Principal"},
1340
- "max":200,
1341
- "min":1
1530
+ "member":{"shape":"Principal"}
1342
1531
  },
1343
1532
  "PrincipalName":{
1344
1533
  "type":"string",
@@ -1353,6 +1542,10 @@
1353
1542
  "GROUP"
1354
1543
  ]
1355
1544
  },
1545
+ "QueryCapacityUnit":{
1546
+ "type":"integer",
1547
+ "min":0
1548
+ },
1356
1549
  "QueryId":{
1357
1550
  "type":"string",
1358
1551
  "max":36,
@@ -1526,6 +1719,152 @@
1526
1719
  "Key":{"shape":"S3ObjectKey"}
1527
1720
  }
1528
1721
  },
1722
+ "SalesforceChatterFeedConfiguration":{
1723
+ "type":"structure",
1724
+ "required":["DocumentDataFieldName"],
1725
+ "members":{
1726
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1727
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1728
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
1729
+ "IncludeFilterTypes":{"shape":"SalesforceChatterFeedIncludeFilterTypes"}
1730
+ }
1731
+ },
1732
+ "SalesforceChatterFeedIncludeFilterType":{
1733
+ "type":"string",
1734
+ "enum":[
1735
+ "ACTIVE_USER",
1736
+ "STANDARD_USER"
1737
+ ]
1738
+ },
1739
+ "SalesforceChatterFeedIncludeFilterTypes":{
1740
+ "type":"list",
1741
+ "member":{"shape":"SalesforceChatterFeedIncludeFilterType"},
1742
+ "max":2,
1743
+ "min":1
1744
+ },
1745
+ "SalesforceConfiguration":{
1746
+ "type":"structure",
1747
+ "required":[
1748
+ "ServerUrl",
1749
+ "SecretArn"
1750
+ ],
1751
+ "members":{
1752
+ "ServerUrl":{"shape":"Url"},
1753
+ "SecretArn":{"shape":"SecretArn"},
1754
+ "StandardObjectConfigurations":{"shape":"SalesforceStandardObjectConfigurationList"},
1755
+ "KnowledgeArticleConfiguration":{"shape":"SalesforceKnowledgeArticleConfiguration"},
1756
+ "ChatterFeedConfiguration":{"shape":"SalesforceChatterFeedConfiguration"},
1757
+ "CrawlAttachments":{"shape":"Boolean"},
1758
+ "StandardObjectAttachmentConfiguration":{"shape":"SalesforceStandardObjectAttachmentConfiguration"},
1759
+ "IncludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1760
+ "ExcludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"}
1761
+ }
1762
+ },
1763
+ "SalesforceCustomKnowledgeArticleTypeConfiguration":{
1764
+ "type":"structure",
1765
+ "required":[
1766
+ "Name",
1767
+ "DocumentDataFieldName"
1768
+ ],
1769
+ "members":{
1770
+ "Name":{"shape":"SalesforceCustomKnowledgeArticleTypeName"},
1771
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1772
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1773
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1774
+ }
1775
+ },
1776
+ "SalesforceCustomKnowledgeArticleTypeConfigurationList":{
1777
+ "type":"list",
1778
+ "member":{"shape":"SalesforceCustomKnowledgeArticleTypeConfiguration"},
1779
+ "max":10,
1780
+ "min":1
1781
+ },
1782
+ "SalesforceCustomKnowledgeArticleTypeName":{
1783
+ "type":"string",
1784
+ "max":100,
1785
+ "min":1,
1786
+ "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
1787
+ },
1788
+ "SalesforceKnowledgeArticleConfiguration":{
1789
+ "type":"structure",
1790
+ "required":["IncludedStates"],
1791
+ "members":{
1792
+ "IncludedStates":{"shape":"SalesforceKnowledgeArticleStateList"},
1793
+ "StandardKnowledgeArticleTypeConfiguration":{"shape":"SalesforceStandardKnowledgeArticleTypeConfiguration"},
1794
+ "CustomKnowledgeArticleTypeConfigurations":{"shape":"SalesforceCustomKnowledgeArticleTypeConfigurationList"}
1795
+ }
1796
+ },
1797
+ "SalesforceKnowledgeArticleState":{
1798
+ "type":"string",
1799
+ "enum":[
1800
+ "DRAFT",
1801
+ "PUBLISHED",
1802
+ "ARCHIVED"
1803
+ ]
1804
+ },
1805
+ "SalesforceKnowledgeArticleStateList":{
1806
+ "type":"list",
1807
+ "member":{"shape":"SalesforceKnowledgeArticleState"},
1808
+ "max":3,
1809
+ "min":1
1810
+ },
1811
+ "SalesforceStandardKnowledgeArticleTypeConfiguration":{
1812
+ "type":"structure",
1813
+ "required":["DocumentDataFieldName"],
1814
+ "members":{
1815
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1816
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1817
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1818
+ }
1819
+ },
1820
+ "SalesforceStandardObjectAttachmentConfiguration":{
1821
+ "type":"structure",
1822
+ "members":{
1823
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1824
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1825
+ }
1826
+ },
1827
+ "SalesforceStandardObjectConfiguration":{
1828
+ "type":"structure",
1829
+ "required":[
1830
+ "Name",
1831
+ "DocumentDataFieldName"
1832
+ ],
1833
+ "members":{
1834
+ "Name":{"shape":"SalesforceStandardObjectName"},
1835
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1836
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1837
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1838
+ }
1839
+ },
1840
+ "SalesforceStandardObjectConfigurationList":{
1841
+ "type":"list",
1842
+ "member":{"shape":"SalesforceStandardObjectConfiguration"},
1843
+ "max":17,
1844
+ "min":1
1845
+ },
1846
+ "SalesforceStandardObjectName":{
1847
+ "type":"string",
1848
+ "enum":[
1849
+ "ACCOUNT",
1850
+ "CAMPAIGN",
1851
+ "CASE",
1852
+ "CONTACT",
1853
+ "CONTRACT",
1854
+ "DOCUMENT",
1855
+ "GROUP",
1856
+ "IDEA",
1857
+ "LEAD",
1858
+ "OPPORTUNITY",
1859
+ "PARTNER",
1860
+ "PRICEBOOK",
1861
+ "PRODUCT",
1862
+ "PROFILE",
1863
+ "SOLUTION",
1864
+ "TASK",
1865
+ "USER"
1866
+ ]
1867
+ },
1529
1868
  "ScanSchedule":{"type":"string"},
1530
1869
  "Search":{
1531
1870
  "type":"structure",
@@ -1553,6 +1892,58 @@
1553
1892
  "KmsKeyId":{"shape":"KmsKeyId"}
1554
1893
  }
1555
1894
  },
1895
+ "ServiceNowBuildVersionType":{
1896
+ "type":"string",
1897
+ "enum":[
1898
+ "LONDON",
1899
+ "OTHERS"
1900
+ ]
1901
+ },
1902
+ "ServiceNowConfiguration":{
1903
+ "type":"structure",
1904
+ "required":[
1905
+ "HostUrl",
1906
+ "SecretArn",
1907
+ "ServiceNowBuildVersion"
1908
+ ],
1909
+ "members":{
1910
+ "HostUrl":{"shape":"ServiceNowHostUrl"},
1911
+ "SecretArn":{"shape":"SecretArn"},
1912
+ "ServiceNowBuildVersion":{"shape":"ServiceNowBuildVersionType"},
1913
+ "KnowledgeArticleConfiguration":{"shape":"ServiceNowKnowledgeArticleConfiguration"},
1914
+ "ServiceCatalogConfiguration":{"shape":"ServiceNowServiceCatalogConfiguration"}
1915
+ }
1916
+ },
1917
+ "ServiceNowHostUrl":{
1918
+ "type":"string",
1919
+ "max":2048,
1920
+ "min":1,
1921
+ "pattern":"^(?!(^(https?|ftp|file):\\/\\/))[a-z0-9-]+(\\.service-now\\.com)$"
1922
+ },
1923
+ "ServiceNowKnowledgeArticleConfiguration":{
1924
+ "type":"structure",
1925
+ "required":["DocumentDataFieldName"],
1926
+ "members":{
1927
+ "CrawlAttachments":{"shape":"Boolean"},
1928
+ "IncludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1929
+ "ExcludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1930
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1931
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1932
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1933
+ }
1934
+ },
1935
+ "ServiceNowServiceCatalogConfiguration":{
1936
+ "type":"structure",
1937
+ "required":["DocumentDataFieldName"],
1938
+ "members":{
1939
+ "CrawlAttachments":{"shape":"Boolean"},
1940
+ "IncludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1941
+ "ExcludeAttachmentFilePatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1942
+ "DocumentDataFieldName":{"shape":"DataSourceFieldName"},
1943
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
1944
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1945
+ }
1946
+ },
1556
1947
  "ServiceQuotaExceededException":{
1557
1948
  "type":"structure",
1558
1949
  "members":{
@@ -1618,6 +2009,10 @@
1618
2009
  "IndexId":{"shape":"IndexId"}
1619
2010
  }
1620
2011
  },
2012
+ "StorageCapacityUnit":{
2013
+ "type":"integer",
2014
+ "min":0
2015
+ },
1621
2016
  "String":{
1622
2017
  "type":"string",
1623
2018
  "max":2048,
@@ -1654,11 +2049,70 @@
1654
2049
  "min":1,
1655
2050
  "pattern":"^[a-zA-Z][a-zA-Z0-9_]*$"
1656
2051
  },
2052
+ "Tag":{
2053
+ "type":"structure",
2054
+ "required":[
2055
+ "Key",
2056
+ "Value"
2057
+ ],
2058
+ "members":{
2059
+ "Key":{"shape":"TagKey"},
2060
+ "Value":{"shape":"TagValue"}
2061
+ }
2062
+ },
2063
+ "TagKey":{
2064
+ "type":"string",
2065
+ "max":128,
2066
+ "min":1
2067
+ },
2068
+ "TagKeyList":{
2069
+ "type":"list",
2070
+ "member":{"shape":"TagKey"},
2071
+ "max":200,
2072
+ "min":0
2073
+ },
2074
+ "TagList":{
2075
+ "type":"list",
2076
+ "member":{"shape":"Tag"},
2077
+ "max":200,
2078
+ "min":0
2079
+ },
2080
+ "TagResourceRequest":{
2081
+ "type":"structure",
2082
+ "required":[
2083
+ "ResourceARN",
2084
+ "Tags"
2085
+ ],
2086
+ "members":{
2087
+ "ResourceARN":{"shape":"AmazonResourceName"},
2088
+ "Tags":{"shape":"TagList"}
2089
+ }
2090
+ },
2091
+ "TagResourceResponse":{
2092
+ "type":"structure",
2093
+ "members":{
2094
+ }
2095
+ },
2096
+ "TagValue":{
2097
+ "type":"string",
2098
+ "max":256,
2099
+ "min":0
2100
+ },
2101
+ "TenantDomain":{
2102
+ "type":"string",
2103
+ "max":256,
2104
+ "min":1,
2105
+ "pattern":"^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\\.)+[a-z]{2,}$"
2106
+ },
1657
2107
  "TextDocumentStatistics":{
1658
2108
  "type":"structure",
1659
- "required":["IndexedTextDocumentsCount"],
2109
+ "required":[
2110
+ "IndexedTextDocumentsCount",
2111
+ "IndexedTextBytes"
2112
+ ],
1660
2113
  "members":{
1661
- "IndexedTextDocumentsCount":{"shape":"IndexedTextDocumentsCount"}
2114
+ "IndexedTextDocumentsCount":{"shape":"IndexedTextDocumentsCount"},
2115
+ "IndexedTextBytes":{"shape":"IndexedTextBytes"}
1662
2116
  }
1663
2117
  },
1664
2118
  "TextWithHighlights":{
@@ -1683,10 +2137,22 @@
1683
2137
  }
1684
2138
  },
1685
2139
  "Timestamp":{"type":"timestamp"},
1686
- "Title":{
1687
- "type":"string",
1688
- "max":1024,
1689
- "min":1
2140
+ "Title":{"type":"string"},
2141
+ "UntagResourceRequest":{
2142
+ "type":"structure",
2143
+ "required":[
2144
+ "ResourceARN",
2145
+ "TagKeys"
2146
+ ],
2147
+ "members":{
2148
+ "ResourceARN":{"shape":"AmazonResourceName"},
2149
+ "TagKeys":{"shape":"TagKeyList"}
2150
+ }
2151
+ },
2152
+ "UntagResourceResponse":{
2153
+ "type":"structure",
2154
+ "members":{
2155
+ }
1690
2156
  },
1691
2157
  "UpdateDataSourceRequest":{
1692
2158
  "type":"structure",
@@ -1712,14 +2178,15 @@
1712
2178
  "Name":{"shape":"IndexName"},
1713
2179
  "RoleArn":{"shape":"RoleArn"},
1714
2180
  "Description":{"shape":"Description"},
1715
- "DocumentMetadataConfigurationUpdates":{"shape":"DocumentMetadataConfigurationList"}
2181
+ "DocumentMetadataConfigurationUpdates":{"shape":"DocumentMetadataConfigurationList"},
2182
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
1716
2183
  }
1717
2184
  },
1718
2185
  "Url":{
1719
2186
  "type":"string",
1720
2187
  "max":2048,
1721
2188
  "min":1,
1722
- "pattern":"^(https?|ftp|file):\\/\\/(.*)"
2189
+ "pattern":"^(https?|ftp|file):\\/\\/([^\\s]*)"
1723
2190
  },
1724
2191
  "ValidationException":{
1725
2192
  "type":"structure",
@@ -614,6 +614,7 @@
614
614
  "protocols" : [ "http", "https" ]
615
615
  },
616
616
  "endpoints" : {
617
+ "ap-east-1" : { },
617
618
  "ap-northeast-1" : { },
618
619
  "ap-northeast-2" : { },
619
620
  "ap-south-1" : { },
@@ -621,8 +622,12 @@
621
622
  "ap-southeast-2" : { },
622
623
  "ca-central-1" : { },
623
624
  "eu-central-1" : { },
625
+ "eu-north-1" : { },
624
626
  "eu-west-1" : { },
625
627
  "eu-west-2" : { },
628
+ "eu-west-3" : { },
629
+ "me-south-1" : { },
630
+ "sa-east-1" : { },
626
631
  "us-east-1" : { },
627
632
  "us-east-2" : { },
628
633
  "us-west-1" : { },
@@ -1860,6 +1865,48 @@
1860
1865
  "us-west-2" : { }
1861
1866
  }
1862
1867
  },
1868
+ "eks" : {
1869
+ "defaults" : {
1870
+ "protocols" : [ "http", "https" ]
1871
+ },
1872
+ "endpoints" : {
1873
+ "ap-east-1" : { },
1874
+ "ap-northeast-1" : { },
1875
+ "ap-northeast-2" : { },
1876
+ "ap-south-1" : { },
1877
+ "ap-southeast-1" : { },
1878
+ "ap-southeast-2" : { },
1879
+ "ca-central-1" : { },
1880
+ "eu-central-1" : { },
1881
+ "eu-north-1" : { },
1882
+ "eu-west-1" : { },
1883
+ "eu-west-2" : { },
1884
+ "eu-west-3" : { },
1885
+ "fips-us-east-1" : {
1886
+ "credentialScope" : {
1887
+ "region" : "us-east-1"
1888
+ },
1889
+ "hostname" : "fips.eks.us-east-1.amazonaws.com"
1890
+ },
1891
+ "fips-us-east-2" : {
1892
+ "credentialScope" : {
1893
+ "region" : "us-east-2"
1894
+ },
1895
+ "hostname" : "fips.eks.us-east-2.amazonaws.com"
1896
+ },
1897
+ "fips-us-west-2" : {
1898
+ "credentialScope" : {
1899
+ "region" : "us-west-2"
1900
+ },
1901
+ "hostname" : "fips.eks.us-west-2.amazonaws.com"
1902
+ },
1903
+ "me-south-1" : { },
1904
+ "sa-east-1" : { },
1905
+ "us-east-1" : { },
1906
+ "us-east-2" : { },
1907
+ "us-west-2" : { }
1908
+ }
1909
+ },
1863
1910
  "elasticache" : {
1864
1911
  "endpoints" : {
1865
1912
  "af-south-1" : { },
@@ -5944,6 +5991,15 @@
5944
5991
  "cn-northwest-1" : { }
5945
5992
  }
5946
5993
  },
5994
+ "eks" : {
5995
+ "defaults" : {
5996
+ "protocols" : [ "http", "https" ]
5997
+ },
5998
+ "endpoints" : {
5999
+ "cn-north-1" : { },
6000
+ "cn-northwest-1" : { }
6001
+ }
6002
+ },
5947
6003
  "elasticache" : {
5948
6004
  "endpoints" : {
5949
6005
  "cn-north-1" : { },
@@ -6476,7 +6532,9 @@
6476
6532
  },
6477
6533
  "autoscaling" : {
6478
6534
  "endpoints" : {
6479
- "us-gov-east-1" : { },
6535
+ "us-gov-east-1" : {
6536
+ "protocols" : [ "http", "https" ]
6537
+ },
6480
6538
  "us-gov-west-1" : {
6481
6539
  "protocols" : [ "http", "https" ]
6482
6540
  }
@@ -7170,6 +7228,18 @@
7170
7228
  },
7171
7229
  "rds" : {
7172
7230
  "endpoints" : {
7231
+ "rds.us-gov-east-1" : {
7232
+ "credentialScope" : {
7233
+ "region" : "us-gov-east-1"
7234
+ },
7235
+ "hostname" : "rds.us-gov-east-1.amazonaws.com"
7236
+ },
7237
+ "rds.us-gov-west-1" : {
7238
+ "credentialScope" : {
7239
+ "region" : "us-gov-west-1"
7240
+ },
7241
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
7242
+ },
7173
7243
  "us-gov-east-1" : { },
7174
7244
  "us-gov-west-1" : { }
7175
7245
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.504'
2
+ VERSION = '2.11.505'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.504
4
+ version: 2.11.505
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-08 00:00:00.000000000 Z
11
+ date: 2020-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath