aws-sdk-core 2.11.627 → 2.11.632

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +6 -2
  3. data/apis/autoscaling/2011-01-01/api-2.json +3 -2
  4. data/apis/backup/2018-11-15/api-2.json +54 -0
  5. data/apis/ce/2017-10-25/api-2.json +2 -1
  6. data/apis/chime/2018-05-01/api-2.json +3206 -166
  7. data/apis/chime/2018-05-01/paginators-1.json +60 -0
  8. data/apis/cloudformation/2010-05-15/api-2.json +18 -5
  9. data/apis/cloudhsmv2/2017-04-28/api-2.json +101 -5
  10. data/apis/codebuild/2016-10-06/api-2.json +9 -1
  11. data/apis/codeguru-reviewer/2019-09-19/api-2.json +146 -9
  12. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  13. data/apis/cognito-identity/2014-06-30/api-2.json +12 -5
  14. data/apis/cognito-identity/2014-06-30/paginators-1.json +7 -1
  15. data/apis/cognito-identity/2014-06-30/smoke.json +20 -0
  16. data/apis/connect/2017-08-08/api-2.json +1489 -71
  17. data/apis/connect/2017-08-08/paginators-1.json +42 -0
  18. data/apis/dms/2016-01-01/api-2.json +35 -2
  19. data/apis/ds/2015-04-16/api-2.json +162 -2
  20. data/apis/eventbridge/2015-10-07/api-2.json +38 -22
  21. data/apis/events/2015-10-07/api-2.json +38 -22
  22. data/apis/fms/2018-01-01/api-2.json +106 -5
  23. data/apis/glue/2017-03-31/api-2.json +949 -17
  24. data/apis/glue/2017-03-31/paginators-1.json +24 -0
  25. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  26. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  27. data/apis/kafka/2018-11-14/api-2.json +2 -1
  28. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +48 -1
  29. data/apis/lambda/2015-03-31/api-2.json +2 -0
  30. data/apis/lex-models/2017-04-19/api-2.json +93 -5
  31. data/apis/macie2/2020-01-01/api-2.json +65 -0
  32. data/apis/medialive/2017-10-14/api-2.json +23 -0
  33. data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
  34. data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
  35. data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
  36. data/apis/outposts/2019-12-03/api-2.json +4 -1
  37. data/apis/quicksight/2018-04-01/api-2.json +7 -2
  38. data/apis/rds/2014-10-31/api-2.json +4 -2
  39. data/apis/redshift/2012-12-01/api-2.json +2 -1
  40. data/apis/redshift/2012-12-01/paginators-1.json +42 -0
  41. data/apis/runtime.lex/2016-11-28/api-2.json +86 -5
  42. data/apis/s3/2006-03-01/api-2.json +2 -37
  43. data/apis/s3/2006-03-01/examples-1.json +103 -103
  44. data/apis/s3control/2018-08-20/api-2.json +501 -0
  45. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  46. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +1 -1
  47. data/apis/servicecatalog/2015-12-10/api-2.json +45 -1
  48. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  49. data/endpoints.json +79 -1
  50. data/lib/aws-sdk-core.rb +1 -0
  51. data/lib/aws-sdk-core/networkfirewall.rb +6 -0
  52. data/lib/aws-sdk-core/version.rb +1 -1
  53. data/service-models.json +4 -0
  54. metadata +7 -2
@@ -60,6 +60,12 @@
60
60
  "limit_key": "MaxResults",
61
61
  "output_token": "NextToken"
62
62
  },
63
+ "GetResourcePolicies": {
64
+ "input_token": "NextToken",
65
+ "limit_key": "MaxResults",
66
+ "output_token": "NextToken",
67
+ "result_key": "GetResourcePoliciesResponseList"
68
+ },
63
69
  "GetSecurityConfigurations": {
64
70
  "input_token": "NextToken",
65
71
  "limit_key": "MaxResults",
@@ -111,6 +117,24 @@
111
117
  "limit_key": "MaxResults",
112
118
  "output_token": "NextToken"
113
119
  },
120
+ "ListRegistries": {
121
+ "input_token": "NextToken",
122
+ "limit_key": "MaxResults",
123
+ "output_token": "NextToken",
124
+ "result_key": "Registries"
125
+ },
126
+ "ListSchemaVersions": {
127
+ "input_token": "NextToken",
128
+ "limit_key": "MaxResults",
129
+ "output_token": "NextToken",
130
+ "result_key": "Schemas"
131
+ },
132
+ "ListSchemas": {
133
+ "input_token": "NextToken",
134
+ "limit_key": "MaxResults",
135
+ "output_token": "NextToken",
136
+ "result_key": "Schemas"
137
+ },
114
138
  "ListTriggers": {
115
139
  "input_token": "NextToken",
116
140
  "limit_key": "MaxResults",
@@ -156,10 +156,7 @@
156
156
  },
157
157
  "DestinationConfig":{
158
158
  "type":"structure",
159
- "required":[
160
- "thingName",
161
- "services"
162
- ],
159
+ "required":["services"],
163
160
  "members":{
164
161
  "thingName":{"shape":"ThingName"},
165
162
  "services":{"shape":"ServiceList"}
@@ -240,14 +237,13 @@
240
237
  },
241
238
  "Service":{
242
239
  "type":"string",
243
- "max":8,
240
+ "max":128,
244
241
  "min":1,
245
242
  "pattern":"[a-zA-Z0-9:_-]+"
246
243
  },
247
244
  "ServiceList":{
248
245
  "type":"list",
249
246
  "member":{"shape":"Service"},
250
- "max":1,
251
247
  "min":1
252
248
  },
253
249
  "Tag":{
@@ -195,6 +195,22 @@
195
195
  ],
196
196
  "endpoint":{"hostPrefix":"monitor."}
197
197
  },
198
+ "CreatePresignedPortalUrl":{
199
+ "name":"CreatePresignedPortalUrl",
200
+ "http":{
201
+ "method":"GET",
202
+ "requestUri":"/portals/{portalId}/presigned-url",
203
+ "responseCode":200
204
+ },
205
+ "input":{"shape":"CreatePresignedPortalUrlRequest"},
206
+ "output":{"shape":"CreatePresignedPortalUrlResponse"},
207
+ "errors":[
208
+ {"shape":"InvalidRequestException"},
209
+ {"shape":"InternalFailureException"},
210
+ {"shape":"ThrottlingException"}
211
+ ],
212
+ "endpoint":{"hostPrefix":"monitor."}
213
+ },
198
214
  "CreateProject":{
199
215
  "name":"CreateProject",
200
216
  "http":{
@@ -1639,6 +1655,29 @@
1639
1655
  "ssoApplicationId":{"shape":"SSOApplicationId"}
1640
1656
  }
1641
1657
  },
1658
+ "CreatePresignedPortalUrlRequest":{
1659
+ "type":"structure",
1660
+ "required":["portalId"],
1661
+ "members":{
1662
+ "portalId":{
1663
+ "shape":"ID",
1664
+ "location":"uri",
1665
+ "locationName":"portalId"
1666
+ },
1667
+ "sessionDurationSeconds":{
1668
+ "shape":"SessionDurationSeconds",
1669
+ "location":"querystring",
1670
+ "locationName":"sessionDurationSeconds"
1671
+ }
1672
+ }
1673
+ },
1674
+ "CreatePresignedPortalUrlResponse":{
1675
+ "type":"structure",
1676
+ "required":["presignedPortalUrl"],
1677
+ "members":{
1678
+ "presignedPortalUrl":{"shape":"Url"}
1679
+ }
1680
+ },
1642
1681
  "CreateProjectRequest":{
1643
1682
  "type":"structure",
1644
1683
  "required":[
@@ -2227,8 +2266,7 @@
2227
2266
  "Expression":{
2228
2267
  "type":"string",
2229
2268
  "max":1024,
2230
- "min":1,
2231
- "pattern":"^[a-z0-9._+\\-*%/^, ()]+$"
2269
+ "min":1
2232
2270
  },
2233
2271
  "ExpressionVariable":{
2234
2272
  "type":"structure",
@@ -3220,6 +3258,11 @@
3220
3258
  "exception":true,
3221
3259
  "fault":true
3222
3260
  },
3261
+ "SessionDurationSeconds":{
3262
+ "type":"integer",
3263
+ "max":43200,
3264
+ "min":900
3265
+ },
3223
3266
  "TagKey":{
3224
3267
  "type":"string",
3225
3268
  "max":128,
@@ -1761,7 +1761,8 @@
1761
1761
  "enum": [
1762
1762
  "DEFAULT",
1763
1763
  "PER_BROKER",
1764
- "PER_TOPIC_PER_BROKER"
1764
+ "PER_TOPIC_PER_BROKER",
1765
+ "PER_TOPIC_PER_PARTITION"
1765
1766
  ]
1766
1767
  },
1767
1768
  "Error": {
@@ -130,6 +130,20 @@
130
130
  {"shape":"ConcurrentModificationException"}
131
131
  ]
132
132
  },
133
+ "CreateApplicationPresignedUrl":{
134
+ "name":"CreateApplicationPresignedUrl",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/"
138
+ },
139
+ "input":{"shape":"CreateApplicationPresignedUrlRequest"},
140
+ "output":{"shape":"CreateApplicationPresignedUrlResponse"},
141
+ "errors":[
142
+ {"shape":"ResourceNotFoundException"},
143
+ {"shape":"ResourceInUseException"},
144
+ {"shape":"InvalidArgumentException"}
145
+ ]
146
+ },
133
147
  "CreateApplicationSnapshot":{
134
148
  "name":"CreateApplicationSnapshot",
135
149
  "http":{
@@ -727,6 +741,11 @@
727
741
  "max":999999999,
728
742
  "min":1
729
743
  },
744
+ "AuthorizedUrl":{
745
+ "type":"string",
746
+ "max":2048,
747
+ "min":1
748
+ },
730
749
  "BooleanObject":{"type":"boolean"},
731
750
  "BucketARN":{
732
751
  "type":"string",
@@ -876,6 +895,24 @@
876
895
  "CUSTOM"
877
896
  ]
878
897
  },
898
+ "CreateApplicationPresignedUrlRequest":{
899
+ "type":"structure",
900
+ "required":[
901
+ "ApplicationName",
902
+ "UrlType"
903
+ ],
904
+ "members":{
905
+ "ApplicationName":{"shape":"ApplicationName"},
906
+ "UrlType":{"shape":"UrlType"},
907
+ "SessionExpirationDurationInSeconds":{"shape":"SessionExpirationDurationInSeconds"}
908
+ }
909
+ },
910
+ "CreateApplicationPresignedUrlResponse":{
911
+ "type":"structure",
912
+ "members":{
913
+ "AuthorizedUrl":{"shape":"AuthorizedUrl"}
914
+ }
915
+ },
879
916
  "CreateApplicationRequest":{
880
917
  "type":"structure",
881
918
  "required":[
@@ -1918,7 +1955,8 @@
1918
1955
  "enum":[
1919
1956
  "SQL-1_0",
1920
1957
  "FLINK-1_6",
1921
- "FLINK-1_8"
1958
+ "FLINK-1_8",
1959
+ "FLINK-1_11"
1922
1960
  ]
1923
1961
  },
1924
1962
  "S3ApplicationCodeLocationDescription":{
@@ -2005,6 +2043,11 @@
2005
2043
  "exception":true,
2006
2044
  "fault":true
2007
2045
  },
2046
+ "SessionExpirationDurationInSeconds":{
2047
+ "type":"long",
2048
+ "max":43200,
2049
+ "min":1800
2050
+ },
2008
2051
  "SnapshotDetails":{
2009
2052
  "type":"structure",
2010
2053
  "required":[
@@ -2238,6 +2281,10 @@
2238
2281
  "ApplicationDetail":{"shape":"ApplicationDetail"}
2239
2282
  }
2240
2283
  },
2284
+ "UrlType":{
2285
+ "type":"string",
2286
+ "enum":["FLINK_DASHBOARD_URL"]
2287
+ },
2241
2288
  "VpcConfiguration":{
2242
2289
  "type":"structure",
2243
2290
  "required":[
@@ -1327,6 +1327,8 @@
1327
1327
  "type":"structure",
1328
1328
  "members":{
1329
1329
  "UUID":{"shape":"String"},
1330
+ "StartingPosition":{"shape":"EventSourcePosition"},
1331
+ "StartingPositionTimestamp":{"shape":"Date"},
1330
1332
  "BatchSize":{"shape":"BatchSize"},
1331
1333
  "MaximumBatchingWindowInSeconds":{"shape":"MaximumBatchingWindowInSeconds"},
1332
1334
  "ParallelizationFactor":{"shape":"ParallelizationFactor"},
@@ -841,6 +841,16 @@
841
841
  "CustomPayload"
842
842
  ]
843
843
  },
844
+ "ContextTimeToLiveInSeconds":{
845
+ "type":"integer",
846
+ "max":86400,
847
+ "min":5
848
+ },
849
+ "ContextTurnsToLive":{
850
+ "type":"integer",
851
+ "max":20,
852
+ "min":1
853
+ },
844
854
  "ConversationLogsRequest":{
845
855
  "type":"structure",
846
856
  "required":[
@@ -924,7 +934,9 @@
924
934
  "createdDate":{"shape":"Timestamp"},
925
935
  "version":{"shape":"Version"},
926
936
  "checksum":{"shape":"String"},
927
- "kendraConfiguration":{"shape":"KendraConfiguration"}
937
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
938
+ "inputContexts":{"shape":"InputContextList"},
939
+ "outputContexts":{"shape":"OutputContextList"}
928
940
  }
929
941
  },
930
942
  "CreateSlotTypeVersionRequest":{
@@ -1608,7 +1620,9 @@
1608
1620
  "createdDate":{"shape":"Timestamp"},
1609
1621
  "version":{"shape":"Version"},
1610
1622
  "checksum":{"shape":"String"},
1611
- "kendraConfiguration":{"shape":"KendraConfiguration"}
1623
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
1624
+ "inputContexts":{"shape":"InputContextList"},
1625
+ "outputContexts":{"shape":"OutputContextList"}
1612
1626
  }
1613
1627
  },
1614
1628
  "GetIntentVersionsRequest":{
@@ -1807,6 +1821,25 @@
1807
1821
  "FAILED"
1808
1822
  ]
1809
1823
  },
1824
+ "InputContext":{
1825
+ "type":"structure",
1826
+ "required":["name"],
1827
+ "members":{
1828
+ "name":{"shape":"InputContextName"}
1829
+ }
1830
+ },
1831
+ "InputContextList":{
1832
+ "type":"list",
1833
+ "member":{"shape":"InputContext"},
1834
+ "max":5,
1835
+ "min":0
1836
+ },
1837
+ "InputContextName":{
1838
+ "type":"string",
1839
+ "max":100,
1840
+ "min":1,
1841
+ "pattern":"^([A-Za-z]_?)+$"
1842
+ },
1810
1843
  "Intent":{
1811
1844
  "type":"structure",
1812
1845
  "required":[
@@ -2046,6 +2079,31 @@
2046
2079
  "DEFAULT_OBFUSCATION"
2047
2080
  ]
2048
2081
  },
2082
+ "OutputContext":{
2083
+ "type":"structure",
2084
+ "required":[
2085
+ "name",
2086
+ "timeToLiveInSeconds",
2087
+ "turnsToLive"
2088
+ ],
2089
+ "members":{
2090
+ "name":{"shape":"OutputContextName"},
2091
+ "timeToLiveInSeconds":{"shape":"ContextTimeToLiveInSeconds"},
2092
+ "turnsToLive":{"shape":"ContextTurnsToLive"}
2093
+ }
2094
+ },
2095
+ "OutputContextList":{
2096
+ "type":"list",
2097
+ "member":{"shape":"OutputContext"},
2098
+ "max":10,
2099
+ "min":0
2100
+ },
2101
+ "OutputContextName":{
2102
+ "type":"string",
2103
+ "max":100,
2104
+ "min":1,
2105
+ "pattern":"^([A-Za-z]_?)+$"
2106
+ },
2049
2107
  "PreconditionFailedException":{
2050
2108
  "type":"structure",
2051
2109
  "members":{
@@ -2198,7 +2256,9 @@
2198
2256
  "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
2199
2257
  "checksum":{"shape":"String"},
2200
2258
  "createVersion":{"shape":"Boolean"},
2201
- "kendraConfiguration":{"shape":"KendraConfiguration"}
2259
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
2260
+ "inputContexts":{"shape":"InputContextList"},
2261
+ "outputContexts":{"shape":"OutputContextList"}
2202
2262
  }
2203
2263
  },
2204
2264
  "PutIntentResponse":{
@@ -2220,7 +2280,9 @@
2220
2280
  "version":{"shape":"Version"},
2221
2281
  "checksum":{"shape":"String"},
2222
2282
  "createVersion":{"shape":"Boolean"},
2223
- "kendraConfiguration":{"shape":"KendraConfiguration"}
2283
+ "kendraConfiguration":{"shape":"KendraConfiguration"},
2284
+ "inputContexts":{"shape":"InputContextList"},
2285
+ "outputContexts":{"shape":"OutputContextList"}
2224
2286
  }
2225
2287
  },
2226
2288
  "PutSlotTypeRequest":{
@@ -2335,7 +2397,8 @@
2335
2397
  "priority":{"shape":"Priority"},
2336
2398
  "sampleUtterances":{"shape":"SlotUtteranceList"},
2337
2399
  "responseCard":{"shape":"ResponseCard"},
2338
- "obfuscationSetting":{"shape":"ObfuscationSetting"}
2400
+ "obfuscationSetting":{"shape":"ObfuscationSetting"},
2401
+ "defaultValueSpec":{"shape":"SlotDefaultValueSpec"}
2339
2402
  }
2340
2403
  },
2341
2404
  "SlotConstraint":{
@@ -2345,6 +2408,31 @@
2345
2408
  "Optional"
2346
2409
  ]
2347
2410
  },
2411
+ "SlotDefaultValue":{
2412
+ "type":"structure",
2413
+ "required":["defaultValue"],
2414
+ "members":{
2415
+ "defaultValue":{"shape":"SlotDefaultValueString"}
2416
+ }
2417
+ },
2418
+ "SlotDefaultValueList":{
2419
+ "type":"list",
2420
+ "member":{"shape":"SlotDefaultValue"},
2421
+ "max":10,
2422
+ "min":0
2423
+ },
2424
+ "SlotDefaultValueSpec":{
2425
+ "type":"structure",
2426
+ "required":["defaultValueList"],
2427
+ "members":{
2428
+ "defaultValueList":{"shape":"SlotDefaultValueList"}
2429
+ }
2430
+ },
2431
+ "SlotDefaultValueString":{
2432
+ "type":"string",
2433
+ "max":202,
2434
+ "min":1
2435
+ },
2348
2436
  "SlotList":{
2349
2437
  "type":"list",
2350
2438
  "member":{"shape":"Slot"},
@@ -2212,6 +2212,10 @@
2212
2212
  "shape": "__long",
2213
2213
  "locationName": "classifiableSizeInBytes"
2214
2214
  },
2215
+ "jobDetails": {
2216
+ "shape": "JobDetails",
2217
+ "locationName": "jobDetails"
2218
+ },
2215
2219
  "lastUpdated": {
2216
2220
  "shape": "__timestampIso8601",
2217
2221
  "locationName": "lastUpdated"
@@ -2993,6 +2997,10 @@
2993
2997
  "shape": "JobType",
2994
2998
  "locationName": "jobType"
2995
2999
  },
3000
+ "lastRunErrorStatus": {
3001
+ "shape": "LastRunErrorStatus",
3002
+ "locationName": "lastRunErrorStatus"
3003
+ },
2996
3004
  "lastRunTime": {
2997
3005
  "shape": "__timestampIso8601",
2998
3006
  "locationName": "lastRunTime"
@@ -3958,6 +3966,22 @@
3958
3966
  }
3959
3967
  }
3960
3968
  },
3969
+ "IsDefinedInJob": {
3970
+ "type": "string",
3971
+ "enum": [
3972
+ "TRUE",
3973
+ "FALSE",
3974
+ "UNKNOWN"
3975
+ ]
3976
+ },
3977
+ "IsMonitoredByJob": {
3978
+ "type": "string",
3979
+ "enum": [
3980
+ "TRUE",
3981
+ "FALSE",
3982
+ "UNKNOWN"
3983
+ ]
3984
+ },
3961
3985
  "JobComparator": {
3962
3986
  "type": "string",
3963
3987
  "enum": [
@@ -3970,6 +3994,27 @@
3970
3994
  "CONTAINS"
3971
3995
  ]
3972
3996
  },
3997
+ "JobDetails": {
3998
+ "type": "structure",
3999
+ "members": {
4000
+ "isDefinedInJob": {
4001
+ "shape": "IsDefinedInJob",
4002
+ "locationName": "isDefinedInJob"
4003
+ },
4004
+ "isMonitoredByJob": {
4005
+ "shape": "IsMonitoredByJob",
4006
+ "locationName": "isMonitoredByJob"
4007
+ },
4008
+ "lastJobId": {
4009
+ "shape": "__string",
4010
+ "locationName": "lastJobId"
4011
+ },
4012
+ "lastJobRunTime": {
4013
+ "shape": "__timestampIso8601",
4014
+ "locationName": "lastJobRunTime"
4015
+ }
4016
+ }
4017
+ },
3973
4018
  "JobScheduleFrequency": {
3974
4019
  "type": "structure",
3975
4020
  "members": {
@@ -4043,6 +4088,10 @@
4043
4088
  "shape": "JobType",
4044
4089
  "locationName": "jobType"
4045
4090
  },
4091
+ "lastRunErrorStatus": {
4092
+ "shape": "LastRunErrorStatus",
4093
+ "locationName": "lastRunErrorStatus"
4094
+ },
4046
4095
  "name": {
4047
4096
  "shape": "__string",
4048
4097
  "locationName": "name"
@@ -4079,6 +4128,22 @@
4079
4128
  "shape": "KeyValuePair"
4080
4129
  }
4081
4130
  },
4131
+ "LastRunErrorStatus": {
4132
+ "type": "structure",
4133
+ "members": {
4134
+ "code": {
4135
+ "shape": "LastRunErrorStatusCode",
4136
+ "locationName": "code"
4137
+ }
4138
+ }
4139
+ },
4140
+ "LastRunErrorStatusCode": {
4141
+ "type": "string",
4142
+ "enum": [
4143
+ "NONE",
4144
+ "ERROR"
4145
+ ]
4146
+ },
4082
4147
  "ListClassificationJobsRequest": {
4083
4148
  "type": "structure",
4084
4149
  "members": {