aws-sdk-core 2.11.616 → 2.11.621

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +4 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +3302 -4829
  4. data/apis/appmesh/2019-01-25/examples-1.json +3 -2
  5. data/apis/appmesh/2019-01-25/paginators-1.json +9 -9
  6. data/apis/autoscaling/2011-01-01/api-2.json +6 -2
  7. data/apis/braket/2019-09-01/api-2.json +155 -36
  8. data/apis/codeartifact/2018-09-22/api-2.json +145 -6
  9. data/apis/dms/2016-01-01/api-2.json +20 -3
  10. data/apis/dynamodb/2012-08-10/api-2.json +2 -1
  11. data/apis/ec2/2016-11-15/api-2.json +185 -14
  12. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +7 -3
  13. data/apis/es/2015-01-01/api-2.json +62 -3
  14. data/apis/eventbridge/2015-10-07/api-2.json +431 -0
  15. data/apis/events/2015-10-07/api-2.json +431 -0
  16. data/apis/frauddetector/2019-11-15/api-2.json +234 -4
  17. data/apis/imagebuilder/2019-12-02/api-2.json +24 -19
  18. data/apis/iot/2015-05-28/api-2.json +18 -4
  19. data/apis/iot/2015-05-28/paginators-1.json +6 -0
  20. data/apis/kendra/2019-02-03/api-2.json +105 -7
  21. data/apis/lambda/2015-03-31/api-2.json +36 -2
  22. data/apis/macie2/2020-01-01/api-2.json +4 -0
  23. data/apis/medialive/2017-10-14/api-2.json +67 -0
  24. data/apis/meteringmarketplace/2016-01-14/api-2.json +79 -7
  25. data/apis/mq/2017-11-27/api-2.json +6 -2
  26. data/apis/rds/2014-10-31/api-2.json +2 -1
  27. data/apis/servicecatalog/2015-12-10/api-2.json +6 -1
  28. data/apis/sesv2/2019-09-27/api-2.json +494 -5
  29. data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
  30. data/apis/storagegateway/2013-06-30/api-2.json +53 -7
  31. data/apis/transcribe-streaming/2017-10-26/api-2.json +3 -1
  32. data/apis/xray/2016-04-12/api-2.json +277 -0
  33. data/apis/xray/2016-04-12/paginators-1.json +10 -0
  34. data/endpoints.json +91 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. metadata +2 -2
@@ -2488,7 +2488,8 @@
2488
2488
  "errors":[
2489
2489
  {"shape":"InvalidRequestException"},
2490
2490
  {"shape":"InternalFailureException"},
2491
- {"shape":"ResourceNotFoundException"}
2491
+ {"shape":"ResourceNotFoundException"},
2492
+ {"shape":"ThrottlingException"}
2492
2493
  ]
2493
2494
  },
2494
2495
  "ListThingGroupsForThing":{
@@ -2502,7 +2503,8 @@
2502
2503
  "errors":[
2503
2504
  {"shape":"InvalidRequestException"},
2504
2505
  {"shape":"InternalFailureException"},
2505
- {"shape":"ResourceNotFoundException"}
2506
+ {"shape":"ResourceNotFoundException"},
2507
+ {"shape":"ThrottlingException"}
2506
2508
  ]
2507
2509
  },
2508
2510
  "ListThingPrincipals":{
@@ -2610,7 +2612,8 @@
2610
2612
  "errors":[
2611
2613
  {"shape":"InvalidRequestException"},
2612
2614
  {"shape":"InternalFailureException"},
2613
- {"shape":"ResourceNotFoundException"}
2615
+ {"shape":"ResourceNotFoundException"},
2616
+ {"shape":"ThrottlingException"}
2614
2617
  ]
2615
2618
  },
2616
2619
  "ListTopicRuleDestinations":{
@@ -8797,6 +8800,16 @@
8797
8800
  "type":"structure",
8798
8801
  "required":["thingName"],
8799
8802
  "members":{
8803
+ "nextToken":{
8804
+ "shape":"NextToken",
8805
+ "location":"querystring",
8806
+ "locationName":"nextToken"
8807
+ },
8808
+ "maxResults":{
8809
+ "shape":"RegistryMaxResults",
8810
+ "location":"querystring",
8811
+ "locationName":"maxResults"
8812
+ },
8800
8813
  "thingName":{
8801
8814
  "shape":"ThingName",
8802
8815
  "location":"uri",
@@ -8807,7 +8820,8 @@
8807
8820
  "ListThingPrincipalsResponse":{
8808
8821
  "type":"structure",
8809
8822
  "members":{
8810
- "principals":{"shape":"Principals"}
8823
+ "principals":{"shape":"Principals"},
8824
+ "nextToken":{"shape":"NextToken"}
8811
8825
  }
8812
8826
  },
8813
8827
  "ListThingRegistrationTaskReportsRequest":{
@@ -221,6 +221,12 @@
221
221
  "output_token": "nextToken",
222
222
  "result_key": "thingGroups"
223
223
  },
224
+ "ListThingPrincipals": {
225
+ "input_token": "nextToken",
226
+ "limit_key": "maxResults",
227
+ "output_token": "nextToken",
228
+ "result_key": "principals"
229
+ },
224
230
  "ListThingRegistrationTaskReports": {
225
231
  "input_token": "nextToken",
226
232
  "limit_key": "maxResults",
@@ -564,6 +564,12 @@
564
564
  "max":5,
565
565
  "min":1
566
566
  },
567
+ "ClaimRegex":{
568
+ "type":"string",
569
+ "max":100,
570
+ "min":1,
571
+ "pattern":"^\\P{C}*$"
572
+ },
567
573
  "ClickFeedback":{
568
574
  "type":"structure",
569
575
  "required":[
@@ -786,7 +792,10 @@
786
792
  },
787
793
  "ConfluenceVersion":{
788
794
  "type":"string",
789
- "enum":["SERVER"]
795
+ "enum":[
796
+ "CLOUD",
797
+ "SERVER"
798
+ ]
790
799
  },
791
800
  "ConnectionConfiguration":{
792
801
  "type":"structure",
@@ -888,7 +897,9 @@
888
897
  "shape":"ClientTokenName",
889
898
  "idempotencyToken":true
890
899
  },
891
- "Tags":{"shape":"TagList"}
900
+ "Tags":{"shape":"TagList"},
901
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
902
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
892
903
  }
893
904
  },
894
905
  "CreateIndexResponse":{
@@ -1214,7 +1225,9 @@
1214
1225
  "DocumentMetadataConfigurations":{"shape":"DocumentMetadataConfigurationList"},
1215
1226
  "IndexStatistics":{"shape":"IndexStatistics"},
1216
1227
  "ErrorMessage":{"shape":"ErrorMessage"},
1217
- "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
1228
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
1229
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
1230
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
1218
1231
  }
1219
1232
  },
1220
1233
  "Description":{
@@ -1442,6 +1455,12 @@
1442
1455
  "type":"list",
1443
1456
  "member":{"shape":"FaqSummary"}
1444
1457
  },
1458
+ "GroupAttributeField":{
1459
+ "type":"string",
1460
+ "max":100,
1461
+ "min":1,
1462
+ "pattern":"^\\P{C}*$"
1463
+ },
1445
1464
  "Highlight":{
1446
1465
  "type":"structure",
1447
1466
  "required":[
@@ -1551,6 +1570,43 @@
1551
1570
  "exception":true,
1552
1571
  "fault":true
1553
1572
  },
1573
+ "Issuer":{
1574
+ "type":"string",
1575
+ "max":65,
1576
+ "min":1,
1577
+ "pattern":"^\\P{C}*$"
1578
+ },
1579
+ "JsonTokenTypeConfiguration":{
1580
+ "type":"structure",
1581
+ "required":[
1582
+ "UserNameAttributeField",
1583
+ "GroupAttributeField"
1584
+ ],
1585
+ "members":{
1586
+ "UserNameAttributeField":{"shape":"String"},
1587
+ "GroupAttributeField":{"shape":"String"}
1588
+ }
1589
+ },
1590
+ "JwtTokenTypeConfiguration":{
1591
+ "type":"structure",
1592
+ "required":["KeyLocation"],
1593
+ "members":{
1594
+ "KeyLocation":{"shape":"KeyLocation"},
1595
+ "URL":{"shape":"Url"},
1596
+ "SecretManagerArn":{"shape":"RoleArn"},
1597
+ "UserNameAttributeField":{"shape":"UserNameAttributeField"},
1598
+ "GroupAttributeField":{"shape":"GroupAttributeField"},
1599
+ "Issuer":{"shape":"Issuer"},
1600
+ "ClaimRegex":{"shape":"ClaimRegex"}
1601
+ }
1602
+ },
1603
+ "KeyLocation":{
1604
+ "type":"string",
1605
+ "enum":[
1606
+ "URL",
1607
+ "SECRET_MANAGER"
1608
+ ]
1609
+ },
1554
1610
  "KmsKeyId":{
1555
1611
  "type":"string",
1556
1612
  "max":2048,
@@ -1681,7 +1737,8 @@
1681
1737
  "OneDriveUsers":{"shape":"OneDriveUsers"},
1682
1738
  "InclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1683
1739
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
1684
- "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"}
1740
+ "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
1741
+ "DisableLocalGroups":{"shape":"Boolean"}
1685
1742
  }
1686
1743
  },
1687
1744
  "OneDriveUser":{
@@ -1771,7 +1828,8 @@
1771
1828
  "QueryResultTypeFilter":{"shape":"QueryResultType"},
1772
1829
  "PageNumber":{"shape":"Integer"},
1773
1830
  "PageSize":{"shape":"Integer"},
1774
- "SortingConfiguration":{"shape":"SortingConfiguration"}
1831
+ "SortingConfiguration":{"shape":"SortingConfiguration"},
1832
+ "UserContext":{"shape":"UserContext"}
1775
1833
  }
1776
1834
  },
1777
1835
  "QueryResult":{
@@ -2192,7 +2250,8 @@
2192
2250
  "ExclusionPatterns":{"shape":"DataSourceInclusionsExclusionsStrings"},
2193
2251
  "VpcConfiguration":{"shape":"DataSourceVpcConfiguration"},
2194
2252
  "FieldMappings":{"shape":"DataSourceToIndexFieldMappingList"},
2195
- "DocumentTitleFieldName":{"shape":"DataSourceFieldName"}
2253
+ "DocumentTitleFieldName":{"shape":"DataSourceFieldName"},
2254
+ "DisableLocalGroups":{"shape":"Boolean"}
2196
2255
  }
2197
2256
  },
2198
2257
  "SharePointUrlList":{
@@ -2386,6 +2445,12 @@
2386
2445
  },
2387
2446
  "Timestamp":{"type":"timestamp"},
2388
2447
  "Title":{"type":"string"},
2448
+ "Token":{
2449
+ "type":"string",
2450
+ "max":100000,
2451
+ "min":1,
2452
+ "pattern":"^\\P{C}*$"
2453
+ },
2389
2454
  "UntagResourceRequest":{
2390
2455
  "type":"structure",
2391
2456
  "required":[
@@ -2427,7 +2492,9 @@
2427
2492
  "RoleArn":{"shape":"RoleArn"},
2428
2493
  "Description":{"shape":"Description"},
2429
2494
  "DocumentMetadataConfigurationUpdates":{"shape":"DocumentMetadataConfigurationList"},
2430
- "CapacityUnits":{"shape":"CapacityUnitsConfiguration"}
2495
+ "CapacityUnits":{"shape":"CapacityUnitsConfiguration"},
2496
+ "UserTokenConfigurations":{"shape":"UserTokenConfigurationList"},
2497
+ "UserContextPolicy":{"shape":"UserContextPolicy"}
2431
2498
  }
2432
2499
  },
2433
2500
  "Url":{
@@ -2436,6 +2503,37 @@
2436
2503
  "min":1,
2437
2504
  "pattern":"^(https?|ftp|file):\\/\\/([^\\s]*)"
2438
2505
  },
2506
+ "UserContext":{
2507
+ "type":"structure",
2508
+ "members":{
2509
+ "Token":{"shape":"Token"}
2510
+ }
2511
+ },
2512
+ "UserContextPolicy":{
2513
+ "type":"string",
2514
+ "enum":[
2515
+ "ATTRIBUTE_FILTER",
2516
+ "USER_TOKEN"
2517
+ ]
2518
+ },
2519
+ "UserNameAttributeField":{
2520
+ "type":"string",
2521
+ "max":100,
2522
+ "min":1,
2523
+ "pattern":"^\\P{C}*$"
2524
+ },
2525
+ "UserTokenConfiguration":{
2526
+ "type":"structure",
2527
+ "members":{
2528
+ "JwtTokenTypeConfiguration":{"shape":"JwtTokenTypeConfiguration"},
2529
+ "JsonTokenTypeConfiguration":{"shape":"JsonTokenTypeConfiguration"}
2530
+ }
2531
+ },
2532
+ "UserTokenConfigurationList":{
2533
+ "type":"list",
2534
+ "member":{"shape":"UserTokenConfiguration"},
2535
+ "max":1
2536
+ },
2439
2537
  "ValidationException":{
2440
2538
  "type":"structure",
2441
2539
  "members":{
@@ -1044,7 +1044,9 @@
1044
1044
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1045
1045
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1046
1046
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
1047
- "Topics":{"shape":"Topics"}
1047
+ "Topics":{"shape":"Topics"},
1048
+ "Queues":{"shape":"Queues"},
1049
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
1048
1050
  }
1049
1051
  },
1050
1052
  "CreateFunctionRequest":{
@@ -1336,6 +1338,8 @@
1336
1338
  "StateTransitionReason":{"shape":"String"},
1337
1339
  "DestinationConfig":{"shape":"DestinationConfig"},
1338
1340
  "Topics":{"shape":"Topics"},
1341
+ "Queues":{"shape":"Queues"},
1342
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"},
1339
1343
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1340
1344
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1341
1345
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
@@ -2546,6 +2550,18 @@
2546
2550
  "min":1,
2547
2551
  "pattern":"(|[a-zA-Z0-9$_-]+)"
2548
2552
  },
2553
+ "Queue":{
2554
+ "type":"string",
2555
+ "max":1000,
2556
+ "min":1,
2557
+ "pattern":"[\\s\\S]*"
2558
+ },
2559
+ "Queues":{
2560
+ "type":"list",
2561
+ "member":{"shape":"Queue"},
2562
+ "max":1,
2563
+ "min":1
2564
+ },
2549
2565
  "RemoveLayerVersionPermissionRequest":{
2550
2566
  "type":"structure",
2551
2567
  "required":[
@@ -2725,6 +2741,23 @@
2725
2741
  "error":{"httpStatusCode":500},
2726
2742
  "exception":true
2727
2743
  },
2744
+ "SourceAccessConfiguration":{
2745
+ "type":"structure",
2746
+ "members":{
2747
+ "Type":{"shape":"SourceAccessType"},
2748
+ "URI":{"shape":"Arn"}
2749
+ }
2750
+ },
2751
+ "SourceAccessConfigurations":{
2752
+ "type":"list",
2753
+ "member":{"shape":"SourceAccessConfiguration"},
2754
+ "max":1,
2755
+ "min":1
2756
+ },
2757
+ "SourceAccessType":{
2758
+ "type":"string",
2759
+ "enum":["BASIC_AUTH"]
2760
+ },
2728
2761
  "SourceOwner":{
2729
2762
  "type":"string",
2730
2763
  "pattern":"\\d{12}"
@@ -2935,7 +2968,8 @@
2935
2968
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
2936
2969
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
2937
2970
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
2938
- "ParallelizationFactor":{"shape":"ParallelizationFactor"}
2971
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"},
2972
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
2939
2973
  }
2940
2974
  },
2941
2975
  "UpdateFunctionCodeRequest":{
@@ -2677,6 +2677,10 @@
2677
2677
  "shape": "__listOf__string",
2678
2678
  "locationName": "eq"
2679
2679
  },
2680
+ "eqExactMatch": {
2681
+ "shape": "__listOf__string",
2682
+ "locationName": "eqExactMatch"
2683
+ },
2680
2684
  "gt": {
2681
2685
  "shape": "__long",
2682
2686
  "locationName": "gt"
@@ -2644,6 +2644,14 @@
2644
2644
  "AutomaticInputFailoverSettings": {
2645
2645
  "type": "structure",
2646
2646
  "members": {
2647
+ "ErrorClearTimeMsec": {
2648
+ "shape": "__integerMin1",
2649
+ "locationName": "errorClearTimeMsec"
2650
+ },
2651
+ "FailoverConditions": {
2652
+ "shape": "__listOfFailoverCondition",
2653
+ "locationName": "failoverConditions"
2654
+ },
2647
2655
  "InputPreference": {
2648
2656
  "shape": "InputPreference",
2649
2657
  "locationName": "inputPreference"
@@ -5514,6 +5522,24 @@
5514
5522
  "TimecodeConfig"
5515
5523
  ]
5516
5524
  },
5525
+ "FailoverCondition": {
5526
+ "type": "structure",
5527
+ "members": {
5528
+ "FailoverConditionSettings": {
5529
+ "shape": "FailoverConditionSettings",
5530
+ "locationName": "failoverConditionSettings"
5531
+ }
5532
+ }
5533
+ },
5534
+ "FailoverConditionSettings": {
5535
+ "type": "structure",
5536
+ "members": {
5537
+ "InputLossSettings": {
5538
+ "shape": "InputLossFailoverSettings",
5539
+ "locationName": "inputLossSettings"
5540
+ }
5541
+ }
5542
+ },
5517
5543
  "FeatureActivations": {
5518
5544
  "type": "structure",
5519
5545
  "members": {
@@ -6528,6 +6554,13 @@
6528
6554
  "SUBDIRECTORY_PER_STREAM"
6529
6555
  ]
6530
6556
  },
6557
+ "HlsDiscontinuityTags": {
6558
+ "type": "string",
6559
+ "enum": [
6560
+ "INSERT",
6561
+ "NEVER_INSERT"
6562
+ ]
6563
+ },
6531
6564
  "HlsEncryptionType": {
6532
6565
  "type": "string",
6533
6566
  "enum": [
@@ -6586,6 +6619,10 @@
6586
6619
  "shape": "HlsDirectoryStructure",
6587
6620
  "locationName": "directoryStructure"
6588
6621
  },
6622
+ "DiscontinuityTags": {
6623
+ "shape": "HlsDiscontinuityTags",
6624
+ "locationName": "discontinuityTags"
6625
+ },
6589
6626
  "EncryptionType": {
6590
6627
  "shape": "HlsEncryptionType",
6591
6628
  "locationName": "encryptionType"
@@ -6602,6 +6639,10 @@
6602
6639
  "shape": "IFrameOnlyPlaylistType",
6603
6640
  "locationName": "iFrameOnlyPlaylists"
6604
6641
  },
6642
+ "IncompleteSegmentBehavior": {
6643
+ "shape": "HlsIncompleteSegmentBehavior",
6644
+ "locationName": "incompleteSegmentBehavior"
6645
+ },
6605
6646
  "IndexNSegments": {
6606
6647
  "shape": "__integerMin3",
6607
6648
  "locationName": "indexNSegments"
@@ -6729,6 +6770,13 @@
6729
6770
  "ENABLED"
6730
6771
  ]
6731
6772
  },
6773
+ "HlsIncompleteSegmentBehavior": {
6774
+ "type": "string",
6775
+ "enum": [
6776
+ "AUTO",
6777
+ "SUPPRESS"
6778
+ ]
6779
+ },
6732
6780
  "HlsInputSettings": {
6733
6781
  "type": "structure",
6734
6782
  "members": {
@@ -7493,6 +7541,15 @@
7493
7541
  }
7494
7542
  }
7495
7543
  },
7544
+ "InputLossFailoverSettings": {
7545
+ "type": "structure",
7546
+ "members": {
7547
+ "InputLossThresholdMsec": {
7548
+ "shape": "__integerMin100",
7549
+ "locationName": "inputLossThresholdMsec"
7550
+ }
7551
+ }
7552
+ },
7496
7553
  "InputLossImageType": {
7497
7554
  "type": "string",
7498
7555
  "enum": [
@@ -12155,6 +12212,10 @@
12155
12212
  "type": "integer",
12156
12213
  "min": 1
12157
12214
  },
12215
+ "__integerMin100": {
12216
+ "type": "integer",
12217
+ "min": 100
12218
+ },
12158
12219
  "__integerMin1000": {
12159
12220
  "type": "integer",
12160
12221
  "min": 1000
@@ -12363,6 +12424,12 @@
12363
12424
  "shape": "ChannelSummary"
12364
12425
  }
12365
12426
  },
12427
+ "__listOfFailoverCondition": {
12428
+ "type": "list",
12429
+ "member": {
12430
+ "shape": "FailoverCondition"
12431
+ }
12432
+ },
12366
12433
  "__listOfHlsAdMarkers": {
12367
12434
  "type": "list",
12368
12435
  "member": {