aws-sdk-core 2.11.524 → 2.11.529

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +17 -5
  3. data/apis/appconfig/2019-10-09/api-2.json +282 -11
  4. data/apis/appconfig/2019-10-09/paginators-1.json +5 -0
  5. data/apis/autoscaling/2011-01-01/api-2.json +175 -0
  6. data/apis/chime/2018-05-01/api-2.json +49 -0
  7. data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
  8. data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
  9. data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
  10. data/apis/cognito-idp/2016-04-18/api-2.json +2 -4
  11. data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
  12. data/apis/dataexchange/2017-07-25/api-2.json +1 -2
  13. data/apis/dlm/2018-01-12/api-2.json +1 -1
  14. data/apis/ec2/2016-11-15/api-2.json +18 -0
  15. data/apis/ecs/2014-11-13/api-2.json +43 -2
  16. data/apis/glue/2017-03-31/api-2.json +3 -1
  17. data/apis/imagebuilder/2019-12-02/api-2.json +41 -10
  18. data/apis/iot-data/2015-05-28/api-2.json +86 -7
  19. data/apis/iot-data/2015-05-28/examples-1.json +5 -0
  20. data/apis/iot-data/2015-05-28/paginators-1.json +4 -0
  21. data/apis/iot-data/2015-05-28/smoke.json +13 -0
  22. data/apis/iot/2015-05-28/api-2.json +89 -1
  23. data/apis/lambda/2015-03-31/api-2.json +72 -3
  24. data/apis/lambda/2015-03-31/examples-1.json +6 -6
  25. data/apis/lex-models/2017-04-19/api-2.json +37 -5
  26. data/apis/macie2/2020-01-01/api-2.json +2 -107
  27. data/apis/polly/2016-06-10/api-2.json +1 -0
  28. data/apis/shield/2016-06-02/api-2.json +2 -2
  29. data/apis/storagegateway/2013-06-30/api-2.json +7 -1
  30. data/endpoints.json +21 -0
  31. data/lib/aws-sdk-core.rb +1 -0
  32. data/lib/aws-sdk-core/codeartifact.rb +6 -0
  33. data/lib/aws-sdk-core/iotdataplane.rb +2 -0
  34. data/lib/aws-sdk-core/version.rb +1 -1
  35. data/service-models.json +4 -0
  36. metadata +9 -2
@@ -418,6 +418,10 @@
418
418
  {"shape":"EC2UnexpectedException"},
419
419
  {"shape":"SubnetIPAddressLimitReachedException"},
420
420
  {"shape":"ENILimitReachedException"},
421
+ {"shape":"EFSMountConnectivityException"},
422
+ {"shape":"EFSMountFailureException"},
423
+ {"shape":"EFSMountTimeoutException"},
424
+ {"shape":"EFSIOException"},
421
425
  {"shape":"EC2ThrottledException"},
422
426
  {"shape":"EC2AccessDeniedException"},
423
427
  {"shape":"InvalidSubnetIDException"},
@@ -1067,7 +1071,8 @@
1067
1071
  "KMSKeyArn":{"shape":"KMSKeyArn"},
1068
1072
  "TracingConfig":{"shape":"TracingConfig"},
1069
1073
  "Tags":{"shape":"Tags"},
1070
- "Layers":{"shape":"LayerList"}
1074
+ "Layers":{"shape":"LayerList"},
1075
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1071
1076
  }
1072
1077
  },
1073
1078
  "Date":{"type":"timestamp"},
@@ -1234,6 +1239,42 @@
1234
1239
  "error":{"httpStatusCode":502},
1235
1240
  "exception":true
1236
1241
  },
1242
+ "EFSIOException":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ "Type":{"shape":"String"},
1246
+ "Message":{"shape":"String"}
1247
+ },
1248
+ "error":{"httpStatusCode":410},
1249
+ "exception":true
1250
+ },
1251
+ "EFSMountConnectivityException":{
1252
+ "type":"structure",
1253
+ "members":{
1254
+ "Type":{"shape":"String"},
1255
+ "Message":{"shape":"String"}
1256
+ },
1257
+ "error":{"httpStatusCode":408},
1258
+ "exception":true
1259
+ },
1260
+ "EFSMountFailureException":{
1261
+ "type":"structure",
1262
+ "members":{
1263
+ "Type":{"shape":"String"},
1264
+ "Message":{"shape":"String"}
1265
+ },
1266
+ "error":{"httpStatusCode":403},
1267
+ "exception":true
1268
+ },
1269
+ "EFSMountTimeoutException":{
1270
+ "type":"structure",
1271
+ "members":{
1272
+ "Type":{"shape":"String"},
1273
+ "Message":{"shape":"String"}
1274
+ },
1275
+ "error":{"httpStatusCode":408},
1276
+ "exception":true
1277
+ },
1237
1278
  "ENILimitReachedException":{
1238
1279
  "type":"structure",
1239
1280
  "members":{
@@ -1316,6 +1357,27 @@
1316
1357
  "min":0,
1317
1358
  "pattern":"[a-zA-Z0-9._\\-]+"
1318
1359
  },
1360
+ "FileSystemArn":{
1361
+ "type":"string",
1362
+ "max":200,
1363
+ "pattern":"arn:aws[a-zA-Z-]*:elasticfilesystem:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:access-point/fsap-[a-f0-9]{17}"
1364
+ },
1365
+ "FileSystemConfig":{
1366
+ "type":"structure",
1367
+ "required":[
1368
+ "Arn",
1369
+ "LocalMountPath"
1370
+ ],
1371
+ "members":{
1372
+ "Arn":{"shape":"FileSystemArn"},
1373
+ "LocalMountPath":{"shape":"LocalMountPath"}
1374
+ }
1375
+ },
1376
+ "FileSystemConfigList":{
1377
+ "type":"list",
1378
+ "member":{"shape":"FileSystemConfig"},
1379
+ "max":1
1380
+ },
1319
1381
  "FunctionArn":{
1320
1382
  "type":"string",
1321
1383
  "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}(-gov)?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
@@ -1364,7 +1426,8 @@
1364
1426
  "StateReasonCode":{"shape":"StateReasonCode"},
1365
1427
  "LastUpdateStatus":{"shape":"LastUpdateStatus"},
1366
1428
  "LastUpdateStatusReason":{"shape":"LastUpdateStatusReason"},
1367
- "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"}
1429
+ "LastUpdateStatusReasonCode":{"shape":"LastUpdateStatusReasonCode"},
1430
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
1368
1431
  }
1369
1432
  },
1370
1433
  "FunctionEventInvokeConfig":{
@@ -2197,6 +2260,11 @@
2197
2260
  "Versions":{"shape":"FunctionList"}
2198
2261
  }
2199
2262
  },
2263
+ "LocalMountPath":{
2264
+ "type":"string",
2265
+ "max":160,
2266
+ "pattern":"^/mnt/[a-zA-Z0-9-_.]+$"
2267
+ },
2200
2268
  "LogType":{
2201
2269
  "type":"string",
2202
2270
  "enum":[
@@ -2893,7 +2961,8 @@
2893
2961
  "KMSKeyArn":{"shape":"KMSKeyArn"},
2894
2962
  "TracingConfig":{"shape":"TracingConfig"},
2895
2963
  "RevisionId":{"shape":"String"},
2896
- "Layers":{"shape":"LayerList"}
2964
+ "Layers":{"shape":"LayerList"},
2965
+ "FileSystemConfigs":{"shape":"FileSystemConfigList"}
2897
2966
  }
2898
2967
  },
2899
2968
  "UpdateFunctionEventInvokeConfigRequest":{
@@ -649,9 +649,9 @@
649
649
  "output": {
650
650
  }
651
651
  },
652
- "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
- "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
654
- "title": "To get a provisioned concurrency configuration"
652
+ "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
653
+ "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
654
+ "title": "To view a provisioned concurrency configuration"
655
655
  },
656
656
  {
657
657
  "input": {
@@ -671,9 +671,9 @@
671
671
  "output": {
672
672
  }
673
673
  },
674
- "description": "The following example displays details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
- "id": "to-view-a-provisioned-concurrency-configuration-1586490192690",
676
- "title": "To view a provisioned concurrency configuration"
674
+ "description": "The following example returns details for the provisioned concurrency configuration for the BLUE alias of the specified function.",
675
+ "id": "to-get-a-provisioned-concurrency-configuration-1586490192690",
676
+ "title": "To get a provisioned concurrency configuration"
677
677
  }
678
678
  ],
679
679
  "Invoke": [
@@ -917,7 +917,8 @@
917
917
  "lastUpdatedDate":{"shape":"Timestamp"},
918
918
  "createdDate":{"shape":"Timestamp"},
919
919
  "version":{"shape":"Version"},
920
- "checksum":{"shape":"String"}
920
+ "checksum":{"shape":"String"},
921
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
921
922
  }
922
923
  },
923
924
  "CreateSlotTypeVersionRequest":{
@@ -1598,7 +1599,8 @@
1598
1599
  "lastUpdatedDate":{"shape":"Timestamp"},
1599
1600
  "createdDate":{"shape":"Timestamp"},
1600
1601
  "version":{"shape":"Version"},
1601
- "checksum":{"shape":"String"}
1602
+ "checksum":{"shape":"String"},
1603
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
1602
1604
  }
1603
1605
  },
1604
1606
  "GetIntentVersionsRequest":{
@@ -1787,7 +1789,7 @@
1787
1789
  "type":"string",
1788
1790
  "max":2048,
1789
1791
  "min":20,
1790
- "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role\\/[\\w+=,\\.@\\-]{1,64}$"
1792
+ "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role/.+$"
1791
1793
  },
1792
1794
  "ImportStatus":{
1793
1795
  "type":"string",
@@ -1847,6 +1849,24 @@
1847
1849
  "exception":true,
1848
1850
  "fault":true
1849
1851
  },
1852
+ "KendraConfiguration":{
1853
+ "type":"structure",
1854
+ "required":[
1855
+ "kendraIndex",
1856
+ "role"
1857
+ ],
1858
+ "members":{
1859
+ "kendraIndex":{"shape":"KendraIndexArn"},
1860
+ "queryFilterString":{"shape":"QueryFilterString"},
1861
+ "role":{"shape":"roleArn"}
1862
+ }
1863
+ },
1864
+ "KendraIndexArn":{
1865
+ "type":"string",
1866
+ "max":2048,
1867
+ "min":20,
1868
+ "pattern":"arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*"
1869
+ },
1850
1870
  "KmsKeyArn":{
1851
1871
  "type":"string",
1852
1872
  "max":2048,
@@ -2159,7 +2179,8 @@
2159
2179
  "fulfillmentActivity":{"shape":"FulfillmentActivity"},
2160
2180
  "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
2161
2181
  "checksum":{"shape":"String"},
2162
- "createVersion":{"shape":"Boolean"}
2182
+ "createVersion":{"shape":"Boolean"},
2183
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2163
2184
  }
2164
2185
  },
2165
2186
  "PutIntentResponse":{
@@ -2180,7 +2201,8 @@
2180
2201
  "createdDate":{"shape":"Timestamp"},
2181
2202
  "version":{"shape":"Version"},
2182
2203
  "checksum":{"shape":"String"},
2183
- "createVersion":{"shape":"Boolean"}
2204
+ "createVersion":{"shape":"Boolean"},
2205
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2184
2206
  }
2185
2207
  },
2186
2208
  "PutSlotTypeRequest":{
@@ -2217,6 +2239,10 @@
2217
2239
  "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
2218
2240
  }
2219
2241
  },
2242
+ "QueryFilterString":{
2243
+ "type":"string",
2244
+ "min":0
2245
+ },
2220
2246
  "ReferenceType":{
2221
2247
  "type":"string",
2222
2248
  "enum":[
@@ -2545,6 +2571,12 @@
2545
2571
  "max":64,
2546
2572
  "min":1,
2547
2573
  "pattern":"\\$LATEST|[0-9]+"
2574
+ },
2575
+ "roleArn":{
2576
+ "type":"string",
2577
+ "max":2048,
2578
+ "min":20,
2579
+ "pattern":"arn:aws:iam::[0-9]{12}:role/.*"
2548
2580
  }
2549
2581
  }
2550
2582
  }
@@ -48,43 +48,6 @@
48
48
  }
49
49
  ]
50
50
  },
51
- "ArchiveFindings": {
52
- "name": "ArchiveFindings",
53
- "http": {
54
- "method": "POST",
55
- "requestUri": "/findings/archive",
56
- "responseCode": 200
57
- },
58
- "input": {
59
- "shape": "ArchiveFindingsRequest"
60
- },
61
- "output": {
62
- "shape": "ArchiveFindingsResponse"
63
- },
64
- "errors": [
65
- {
66
- "shape": "ValidationException"
67
- },
68
- {
69
- "shape": "InternalServerException"
70
- },
71
- {
72
- "shape": "ServiceQuotaExceededException"
73
- },
74
- {
75
- "shape": "AccessDeniedException"
76
- },
77
- {
78
- "shape": "ResourceNotFoundException"
79
- },
80
- {
81
- "shape": "ThrottlingException"
82
- },
83
- {
84
- "shape": "ConflictException"
85
- }
86
- ]
87
- },
88
51
  "BatchGetCustomDataIdentifiers": {
89
52
  "name": "BatchGetCustomDataIdentifiers",
90
53
  "http": {
@@ -1669,43 +1632,6 @@
1669
1632
  }
1670
1633
  ]
1671
1634
  },
1672
- "UnarchiveFindings": {
1673
- "name": "UnarchiveFindings",
1674
- "http": {
1675
- "method": "POST",
1676
- "requestUri": "/findings/unarchive",
1677
- "responseCode": 200
1678
- },
1679
- "input": {
1680
- "shape": "UnarchiveFindingsRequest"
1681
- },
1682
- "output": {
1683
- "shape": "UnarchiveFindingsResponse"
1684
- },
1685
- "errors": [
1686
- {
1687
- "shape": "ValidationException"
1688
- },
1689
- {
1690
- "shape": "InternalServerException"
1691
- },
1692
- {
1693
- "shape": "ServiceQuotaExceededException"
1694
- },
1695
- {
1696
- "shape": "AccessDeniedException"
1697
- },
1698
- {
1699
- "shape": "ResourceNotFoundException"
1700
- },
1701
- {
1702
- "shape": "ThrottlingException"
1703
- },
1704
- {
1705
- "shape": "ConflictException"
1706
- }
1707
- ]
1708
- },
1709
1635
  "UntagResource": {
1710
1636
  "name": "UntagResource",
1711
1637
  "http": {
@@ -2022,22 +1948,6 @@
2022
1948
  }
2023
1949
  }
2024
1950
  },
2025
- "ArchiveFindingsRequest": {
2026
- "type": "structure",
2027
- "members": {
2028
- "findingIds": {
2029
- "shape": "__listOf__string",
2030
- "locationName": "findingIds"
2031
- }
2032
- },
2033
- "required": [
2034
- "findingIds"
2035
- ]
2036
- },
2037
- "ArchiveFindingsResponse": {
2038
- "type": "structure",
2039
- "members": {}
2040
- },
2041
1951
  "AssumedRole": {
2042
1952
  "type": "structure",
2043
1953
  "members": {
@@ -3185,7 +3095,8 @@
3185
3095
  "enum": [
3186
3096
  "NONE",
3187
3097
  "AES256",
3188
- "aws:kms"
3098
+ "aws:kms",
3099
+ "UNKNOWN"
3189
3100
  ]
3190
3101
  },
3191
3102
  "ErrorCode": {
@@ -5050,22 +4961,6 @@
5050
4961
  "httpStatusCode": 429
5051
4962
  }
5052
4963
  },
5053
- "UnarchiveFindingsRequest": {
5054
- "type": "structure",
5055
- "members": {
5056
- "findingIds": {
5057
- "shape": "__listOf__string",
5058
- "locationName": "findingIds"
5059
- }
5060
- },
5061
- "required": [
5062
- "findingIds"
5063
- ]
5064
- },
5065
- "UnarchiveFindingsResponse": {
5066
- "type": "structure",
5067
- "members": {}
5068
- },
5069
4964
  "Unit": {
5070
4965
  "type": "string",
5071
4966
  "enum": [
@@ -791,6 +791,7 @@
791
791
  "Justin",
792
792
  "Karl",
793
793
  "Kendra",
794
+ "Kevin",
794
795
  "Kimberly",
795
796
  "Lea",
796
797
  "Liv",
@@ -884,9 +884,9 @@
884
884
  },
885
885
  "PhoneNumber":{
886
886
  "type":"string",
887
- "max":40,
887
+ "max":16,
888
888
  "min":1,
889
- "pattern":"^.*$"
889
+ "pattern":"^\\+[1-9]\\d{1,14}$"
890
890
  },
891
891
  "ProactiveEngagementStatus":{
892
892
  "type":"string",
@@ -1781,7 +1781,8 @@
1781
1781
  "Tags":{"shape":"Tags"},
1782
1782
  "VPCEndpoint":{"shape":"string"},
1783
1783
  "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
1784
- "HostEnvironment":{"shape":"HostEnvironment"}
1784
+ "HostEnvironment":{"shape":"HostEnvironment"},
1785
+ "EndpointType":{"shape":"EndpointType"}
1785
1786
  }
1786
1787
  },
1787
1788
  "DescribeMaintenanceStartTimeInput":{
@@ -2085,6 +2086,11 @@
2085
2086
  "DoubleObject":{"type":"double"},
2086
2087
  "Ec2InstanceId":{"type":"string"},
2087
2088
  "Ec2InstanceRegion":{"type":"string"},
2089
+ "EndpointType":{
2090
+ "type":"string",
2091
+ "max":8,
2092
+ "min":4
2093
+ },
2088
2094
  "ErrorCode":{
2089
2095
  "type":"string",
2090
2096
  "enum":[
@@ -965,6 +965,20 @@
965
965
  "us-west-2" : { }
966
966
  }
967
967
  },
968
+ "codeartifact" : {
969
+ "endpoints" : {
970
+ "ap-northeast-1" : { },
971
+ "ap-south-1" : { },
972
+ "ap-southeast-1" : { },
973
+ "ap-southeast-2" : { },
974
+ "eu-central-1" : { },
975
+ "eu-north-1" : { },
976
+ "eu-west-1" : { },
977
+ "us-east-1" : { },
978
+ "us-east-2" : { },
979
+ "us-west-2" : { }
980
+ }
981
+ },
968
982
  "codebuild" : {
969
983
  "endpoints" : {
970
984
  "ap-east-1" : { },
@@ -2572,6 +2586,7 @@
2572
2586
  "ap-south-1" : { },
2573
2587
  "ap-southeast-1" : { },
2574
2588
  "ap-southeast-2" : { },
2589
+ "ca-central-1" : { },
2575
2590
  "eu-central-1" : { },
2576
2591
  "eu-north-1" : { },
2577
2592
  "eu-west-1" : { },
@@ -6281,6 +6296,12 @@
6281
6296
  "cn-northwest-1" : { }
6282
6297
  }
6283
6298
  },
6299
+ "kinesisanalytics" : {
6300
+ "endpoints" : {
6301
+ "cn-north-1" : { },
6302
+ "cn-northwest-1" : { }
6303
+ }
6304
+ },
6284
6305
  "kms" : {
6285
6306
  "endpoints" : {
6286
6307
  "cn-north-1" : { },