aws-sdk-core 2.11.226 → 2.11.227

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
  SHA1:
3
- metadata.gz: 6c6a338a412648485c8f28753c8d0ff118cc7255
4
- data.tar.gz: 07b68248e9b0417d6c61f863e103589ec6c3a8f5
3
+ metadata.gz: e35c06941543a57b3f80cc720a45ea68e16a1c76
4
+ data.tar.gz: 248c8ee8c9f9d02632ed5aab1744c47a92af2924
5
5
  SHA512:
6
- metadata.gz: 006f8814376453b5b52a141a8f54d853dac2c430b1642fef7b0b16ff3e9973ac7fd9ce7eff2fe83c89e7eec68127b55cc6d216f2838a1259258138466eb22971
7
- data.tar.gz: 7e4aeb0cb9922cbedb7e5ced71e3cc260d40c8b5e976680f2edec92c30e6e18b88b2f8bac12a736fd05d9059e7074d172fca179539f85c1904979c80dbdef674
6
+ metadata.gz: 2f013ec021653195b0a1d08f8f0906073c932075d22dd177f0a0b39833645de70e53b3b22358e21c9fa60f4d9b7ca81a47279d9de65f52ef5ed840aab24bb4e2
7
+ data.tar.gz: cb5da43c79747dcf2812b4a51b75f918663caba20492027801d6f411a6af9e1d67c91791a9af660c0d7269ea6f0685ae32815c23dcc1cd19d9a4e1a3bcc6b0d4
@@ -171,6 +171,20 @@
171
171
  {"shape":"InvalidRequestException"}
172
172
  ]
173
173
  },
174
+ "ListTagsForResource":{
175
+ "name":"ListTagsForResource",
176
+ "http":{
177
+ "method":"POST",
178
+ "requestUri":"/"
179
+ },
180
+ "input":{"shape":"ListTagsForResourceInput"},
181
+ "output":{"shape":"ListTagsForResourceOutput"},
182
+ "errors":[
183
+ {"shape":"InternalServerException"},
184
+ {"shape":"InvalidRequestException"},
185
+ {"shape":"ResourceNotFoundException"}
186
+ ]
187
+ },
174
188
  "ListWorkGroups":{
175
189
  "name":"ListWorkGroups",
176
190
  "http":{
@@ -213,6 +227,34 @@
213
227
  ],
214
228
  "idempotent":true
215
229
  },
230
+ "TagResource":{
231
+ "name":"TagResource",
232
+ "http":{
233
+ "method":"POST",
234
+ "requestUri":"/"
235
+ },
236
+ "input":{"shape":"TagResourceInput"},
237
+ "output":{"shape":"TagResourceOutput"},
238
+ "errors":[
239
+ {"shape":"InternalServerException"},
240
+ {"shape":"InvalidRequestException"},
241
+ {"shape":"ResourceNotFoundException"}
242
+ ]
243
+ },
244
+ "UntagResource":{
245
+ "name":"UntagResource",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/"
249
+ },
250
+ "input":{"shape":"UntagResourceInput"},
251
+ "output":{"shape":"UntagResourceOutput"},
252
+ "errors":[
253
+ {"shape":"InternalServerException"},
254
+ {"shape":"InvalidRequestException"},
255
+ {"shape":"ResourceNotFoundException"}
256
+ ]
257
+ },
216
258
  "UpdateWorkGroup":{
217
259
  "name":"UpdateWorkGroup",
218
260
  "http":{
@@ -228,6 +270,11 @@
228
270
  }
229
271
  },
230
272
  "shapes":{
273
+ "AmazonResourceName":{
274
+ "type":"string",
275
+ "max":1011,
276
+ "min":1
277
+ },
231
278
  "BatchGetNamedQueryInput":{
232
279
  "type":"structure",
233
280
  "required":["NamedQueryIds"],
@@ -324,7 +371,8 @@
324
371
  "members":{
325
372
  "Name":{"shape":"WorkGroupName"},
326
373
  "Configuration":{"shape":"WorkGroupConfiguration"},
327
- "Description":{"shape":"WorkGroupDescriptionString"}
374
+ "Description":{"shape":"WorkGroupDescriptionString"},
375
+ "Tags":{"shape":"TagList"}
328
376
  }
329
377
  },
330
378
  "CreateWorkGroupOutput":{
@@ -507,6 +555,22 @@
507
555
  "NextToken":{"shape":"Token"}
508
556
  }
509
557
  },
558
+ "ListTagsForResourceInput":{
559
+ "type":"structure",
560
+ "required":["ResourceARN"],
561
+ "members":{
562
+ "ResourceARN":{"shape":"AmazonResourceName"},
563
+ "NextToken":{"shape":"Token"},
564
+ "MaxResults":{"shape":"MaxTagsCount"}
565
+ }
566
+ },
567
+ "ListTagsForResourceOutput":{
568
+ "type":"structure",
569
+ "members":{
570
+ "Tags":{"shape":"TagList"},
571
+ "NextToken":{"shape":"Token"}
572
+ }
573
+ },
510
574
  "ListWorkGroupsInput":{
511
575
  "type":"structure",
512
576
  "members":{
@@ -540,6 +604,11 @@
540
604
  "max":1000,
541
605
  "min":0
542
606
  },
607
+ "MaxTagsCount":{
608
+ "type":"integer",
609
+ "box":true,
610
+ "min":75
611
+ },
543
612
  "MaxWorkGroupsCount":{
544
613
  "type":"integer",
545
614
  "box":true,
@@ -639,6 +708,14 @@
639
708
  "max":262144,
640
709
  "min":1
641
710
  },
711
+ "ResourceNotFoundException":{
712
+ "type":"structure",
713
+ "members":{
714
+ "Message":{"shape":"ErrorMessage"},
715
+ "ResourceName":{"shape":"AmazonResourceName"}
716
+ },
717
+ "exception":true
718
+ },
642
719
  "ResultConfiguration":{
643
720
  "type":"structure",
644
721
  "members":{
@@ -722,6 +799,47 @@
722
799
  }
723
800
  },
724
801
  "String":{"type":"string"},
802
+ "Tag":{
803
+ "type":"structure",
804
+ "members":{
805
+ "Key":{"shape":"TagKey"},
806
+ "Value":{"shape":"TagValue"}
807
+ }
808
+ },
809
+ "TagKey":{
810
+ "type":"string",
811
+ "max":128,
812
+ "min":1
813
+ },
814
+ "TagKeyList":{
815
+ "type":"list",
816
+ "member":{"shape":"TagKey"}
817
+ },
818
+ "TagList":{
819
+ "type":"list",
820
+ "member":{"shape":"Tag"}
821
+ },
822
+ "TagResourceInput":{
823
+ "type":"structure",
824
+ "required":[
825
+ "ResourceARN",
826
+ "Tags"
827
+ ],
828
+ "members":{
829
+ "ResourceARN":{"shape":"AmazonResourceName"},
830
+ "Tags":{"shape":"TagList"}
831
+ }
832
+ },
833
+ "TagResourceOutput":{
834
+ "type":"structure",
835
+ "members":{
836
+ }
837
+ },
838
+ "TagValue":{
839
+ "type":"string",
840
+ "max":256,
841
+ "min":0
842
+ },
725
843
  "ThrottleReason":{
726
844
  "type":"string",
727
845
  "enum":["CONCURRENT_QUERY_LIMIT_EXCEEDED"]
@@ -763,6 +881,22 @@
763
881
  "type":"list",
764
882
  "member":{"shape":"UnprocessedQueryExecutionId"}
765
883
  },
884
+ "UntagResourceInput":{
885
+ "type":"structure",
886
+ "required":[
887
+ "ResourceARN",
888
+ "TagKeys"
889
+ ],
890
+ "members":{
891
+ "ResourceARN":{"shape":"AmazonResourceName"},
892
+ "TagKeys":{"shape":"TagKeyList"}
893
+ }
894
+ },
895
+ "UntagResourceOutput":{
896
+ "type":"structure",
897
+ "members":{
898
+ }
899
+ },
766
900
  "UpdateWorkGroupInput":{
767
901
  "type":"structure",
768
902
  "required":["WorkGroup"],
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS Cloud9",
9
+ "serviceId":"Cloud9",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"AWSCloud9WorkspaceManagementService",
11
12
  "uid":"cloud9-2017-09-23"
@@ -347,12 +348,14 @@
347
348
  "description":{"shape":"EnvironmentDescription"},
348
349
  "type":{"shape":"EnvironmentType"},
349
350
  "arn":{"shape":"String"},
350
- "ownerArn":{"shape":"String"}
351
+ "ownerArn":{"shape":"String"},
352
+ "lifecycle":{"shape":"EnvironmentLifecycle"}
351
353
  }
352
354
  },
353
355
  "EnvironmentDescription":{
354
356
  "type":"string",
355
- "max":200
357
+ "max":200,
358
+ "sensitive":true
356
359
  },
357
360
  "EnvironmentId":{
358
361
  "type":"string",
@@ -362,6 +365,22 @@
362
365
  "type":"list",
363
366
  "member":{"shape":"EnvironmentId"}
364
367
  },
368
+ "EnvironmentLifecycle":{
369
+ "type":"structure",
370
+ "members":{
371
+ "status":{"shape":"EnvironmentLifecycleStatus"},
372
+ "reason":{"shape":"String"},
373
+ "failureResource":{"shape":"String"}
374
+ }
375
+ },
376
+ "EnvironmentLifecycleStatus":{
377
+ "type":"string",
378
+ "enum":[
379
+ "CREATED",
380
+ "DELETING",
381
+ "DELETE_FAILED"
382
+ ]
383
+ },
365
384
  "EnvironmentList":{
366
385
  "type":"list",
367
386
  "member":{"shape":"Environment"}
@@ -522,7 +541,7 @@
522
541
  },
523
542
  "UserArn":{
524
543
  "type":"string",
525
- "pattern":"arn:aws:(iam|sts)::\\d+:\\S+"
544
+ "pattern":"arn:aws:(iam|sts)::\\d+:(root|user|federated-user|assumed-role)\\/?\\S*"
526
545
  }
527
546
  }
528
547
  }
@@ -88,6 +88,48 @@
88
88
  {"shape":"OperationTimeoutException"}
89
89
  ]
90
90
  },
91
+ "BatchGetCrawlers":{
92
+ "name":"BatchGetCrawlers",
93
+ "http":{
94
+ "method":"POST",
95
+ "requestUri":"/"
96
+ },
97
+ "input":{"shape":"BatchGetCrawlersRequest"},
98
+ "output":{"shape":"BatchGetCrawlersResponse"},
99
+ "errors":[
100
+ {"shape":"InvalidInputException"},
101
+ {"shape":"OperationTimeoutException"}
102
+ ]
103
+ },
104
+ "BatchGetDevEndpoints":{
105
+ "name":"BatchGetDevEndpoints",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/"
109
+ },
110
+ "input":{"shape":"BatchGetDevEndpointsRequest"},
111
+ "output":{"shape":"BatchGetDevEndpointsResponse"},
112
+ "errors":[
113
+ {"shape":"AccessDeniedException"},
114
+ {"shape":"InternalServiceException"},
115
+ {"shape":"OperationTimeoutException"},
116
+ {"shape":"InvalidInputException"}
117
+ ]
118
+ },
119
+ "BatchGetJobs":{
120
+ "name":"BatchGetJobs",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"BatchGetJobsRequest"},
126
+ "output":{"shape":"BatchGetJobsResponse"},
127
+ "errors":[
128
+ {"shape":"InternalServiceException"},
129
+ {"shape":"OperationTimeoutException"},
130
+ {"shape":"InvalidInputException"}
131
+ ]
132
+ },
91
133
  "BatchGetPartition":{
92
134
  "name":"BatchGetPartition",
93
135
  "http":{
@@ -104,6 +146,20 @@
104
146
  {"shape":"GlueEncryptionException"}
105
147
  ]
106
148
  },
149
+ "BatchGetTriggers":{
150
+ "name":"BatchGetTriggers",
151
+ "http":{
152
+ "method":"POST",
153
+ "requestUri":"/"
154
+ },
155
+ "input":{"shape":"BatchGetTriggersRequest"},
156
+ "output":{"shape":"BatchGetTriggersResponse"},
157
+ "errors":[
158
+ {"shape":"InternalServiceException"},
159
+ {"shape":"OperationTimeoutException"},
160
+ {"shape":"InvalidInputException"}
161
+ ]
162
+ },
107
163
  "BatchStopJobRun":{
108
164
  "name":"BatchStopJobRun",
109
165
  "http":{
@@ -934,6 +990,21 @@
934
990
  {"shape":"GlueEncryptionException"}
935
991
  ]
936
992
  },
993
+ "GetTags":{
994
+ "name":"GetTags",
995
+ "http":{
996
+ "method":"POST",
997
+ "requestUri":"/"
998
+ },
999
+ "input":{"shape":"GetTagsRequest"},
1000
+ "output":{"shape":"GetTagsResponse"},
1001
+ "errors":[
1002
+ {"shape":"InvalidInputException"},
1003
+ {"shape":"InternalServiceException"},
1004
+ {"shape":"OperationTimeoutException"},
1005
+ {"shape":"EntityNotFoundException"}
1006
+ ]
1007
+ },
937
1008
  "GetTrigger":{
938
1009
  "name":"GetTrigger",
939
1010
  "http":{
@@ -1009,6 +1080,63 @@
1009
1080
  {"shape":"OperationTimeoutException"}
1010
1081
  ]
1011
1082
  },
1083
+ "ListCrawlers":{
1084
+ "name":"ListCrawlers",
1085
+ "http":{
1086
+ "method":"POST",
1087
+ "requestUri":"/"
1088
+ },
1089
+ "input":{"shape":"ListCrawlersRequest"},
1090
+ "output":{"shape":"ListCrawlersResponse"},
1091
+ "errors":[
1092
+ {"shape":"OperationTimeoutException"}
1093
+ ]
1094
+ },
1095
+ "ListDevEndpoints":{
1096
+ "name":"ListDevEndpoints",
1097
+ "http":{
1098
+ "method":"POST",
1099
+ "requestUri":"/"
1100
+ },
1101
+ "input":{"shape":"ListDevEndpointsRequest"},
1102
+ "output":{"shape":"ListDevEndpointsResponse"},
1103
+ "errors":[
1104
+ {"shape":"InvalidInputException"},
1105
+ {"shape":"EntityNotFoundException"},
1106
+ {"shape":"InternalServiceException"},
1107
+ {"shape":"OperationTimeoutException"}
1108
+ ]
1109
+ },
1110
+ "ListJobs":{
1111
+ "name":"ListJobs",
1112
+ "http":{
1113
+ "method":"POST",
1114
+ "requestUri":"/"
1115
+ },
1116
+ "input":{"shape":"ListJobsRequest"},
1117
+ "output":{"shape":"ListJobsResponse"},
1118
+ "errors":[
1119
+ {"shape":"InvalidInputException"},
1120
+ {"shape":"EntityNotFoundException"},
1121
+ {"shape":"InternalServiceException"},
1122
+ {"shape":"OperationTimeoutException"}
1123
+ ]
1124
+ },
1125
+ "ListTriggers":{
1126
+ "name":"ListTriggers",
1127
+ "http":{
1128
+ "method":"POST",
1129
+ "requestUri":"/"
1130
+ },
1131
+ "input":{"shape":"ListTriggersRequest"},
1132
+ "output":{"shape":"ListTriggersResponse"},
1133
+ "errors":[
1134
+ {"shape":"EntityNotFoundException"},
1135
+ {"shape":"InvalidInputException"},
1136
+ {"shape":"InternalServiceException"},
1137
+ {"shape":"OperationTimeoutException"}
1138
+ ]
1139
+ },
1012
1140
  "PutDataCatalogEncryptionSettings":{
1013
1141
  "name":"PutDataCatalogEncryptionSettings",
1014
1142
  "http":{
@@ -1164,6 +1292,36 @@
1164
1292
  {"shape":"ConcurrentModificationException"}
1165
1293
  ]
1166
1294
  },
1295
+ "TagResource":{
1296
+ "name":"TagResource",
1297
+ "http":{
1298
+ "method":"POST",
1299
+ "requestUri":"/"
1300
+ },
1301
+ "input":{"shape":"TagResourceRequest"},
1302
+ "output":{"shape":"TagResourceResponse"},
1303
+ "errors":[
1304
+ {"shape":"InvalidInputException"},
1305
+ {"shape":"InternalServiceException"},
1306
+ {"shape":"OperationTimeoutException"},
1307
+ {"shape":"EntityNotFoundException"}
1308
+ ]
1309
+ },
1310
+ "UntagResource":{
1311
+ "name":"UntagResource",
1312
+ "http":{
1313
+ "method":"POST",
1314
+ "requestUri":"/"
1315
+ },
1316
+ "input":{"shape":"UntagResourceRequest"},
1317
+ "output":{"shape":"UntagResourceResponse"},
1318
+ "errors":[
1319
+ {"shape":"InvalidInputException"},
1320
+ {"shape":"InternalServiceException"},
1321
+ {"shape":"OperationTimeoutException"},
1322
+ {"shape":"EntityNotFoundException"}
1323
+ ]
1324
+ },
1167
1325
  "UpdateClassifier":{
1168
1326
  "name":"UpdateClassifier",
1169
1327
  "http":{
@@ -1483,6 +1641,48 @@
1483
1641
  "Errors":{"shape":"TableVersionErrors"}
1484
1642
  }
1485
1643
  },
1644
+ "BatchGetCrawlersRequest":{
1645
+ "type":"structure",
1646
+ "required":["CrawlerNames"],
1647
+ "members":{
1648
+ "CrawlerNames":{"shape":"CrawlerNameList"}
1649
+ }
1650
+ },
1651
+ "BatchGetCrawlersResponse":{
1652
+ "type":"structure",
1653
+ "members":{
1654
+ "Crawlers":{"shape":"CrawlerList"},
1655
+ "CrawlersNotFound":{"shape":"CrawlerNameList"}
1656
+ }
1657
+ },
1658
+ "BatchGetDevEndpointsRequest":{
1659
+ "type":"structure",
1660
+ "required":["DevEndpointNames"],
1661
+ "members":{
1662
+ "DevEndpointNames":{"shape":"DevEndpointNames"}
1663
+ }
1664
+ },
1665
+ "BatchGetDevEndpointsResponse":{
1666
+ "type":"structure",
1667
+ "members":{
1668
+ "DevEndpoints":{"shape":"DevEndpointList"},
1669
+ "DevEndpointsNotFound":{"shape":"DevEndpointNames"}
1670
+ }
1671
+ },
1672
+ "BatchGetJobsRequest":{
1673
+ "type":"structure",
1674
+ "required":["JobNames"],
1675
+ "members":{
1676
+ "JobNames":{"shape":"JobNameList"}
1677
+ }
1678
+ },
1679
+ "BatchGetJobsResponse":{
1680
+ "type":"structure",
1681
+ "members":{
1682
+ "Jobs":{"shape":"JobList"},
1683
+ "JobsNotFound":{"shape":"JobNameList"}
1684
+ }
1685
+ },
1486
1686
  "BatchGetPartitionRequest":{
1487
1687
  "type":"structure",
1488
1688
  "required":[
@@ -1510,6 +1710,20 @@
1510
1710
  "max":1000,
1511
1711
  "min":0
1512
1712
  },
1713
+ "BatchGetTriggersRequest":{
1714
+ "type":"structure",
1715
+ "required":["TriggerNames"],
1716
+ "members":{
1717
+ "TriggerNames":{"shape":"TriggerNameList"}
1718
+ }
1719
+ },
1720
+ "BatchGetTriggersResponse":{
1721
+ "type":"structure",
1722
+ "members":{
1723
+ "Triggers":{"shape":"TriggerList"},
1724
+ "TriggersNotFound":{"shape":"TriggerNameList"}
1725
+ }
1726
+ },
1513
1727
  "BatchStopJobRunError":{
1514
1728
  "type":"structure",
1515
1729
  "members":{
@@ -1967,7 +2181,8 @@
1967
2181
  "TablePrefix":{"shape":"TablePrefix"},
1968
2182
  "SchemaChangePolicy":{"shape":"SchemaChangePolicy"},
1969
2183
  "Configuration":{"shape":"CrawlerConfiguration"},
1970
- "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"}
2184
+ "CrawlerSecurityConfiguration":{"shape":"CrawlerSecurityConfiguration"},
2185
+ "Tags":{"shape":"TagsMap"}
1971
2186
  }
1972
2187
  },
1973
2188
  "CreateCrawlerResponse":{
@@ -2004,7 +2219,8 @@
2004
2219
  "NumberOfNodes":{"shape":"IntegerValue"},
2005
2220
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
2006
2221
  "ExtraJarsS3Path":{"shape":"GenericString"},
2007
- "SecurityConfiguration":{"shape":"NameString"}
2222
+ "SecurityConfiguration":{"shape":"NameString"},
2223
+ "Tags":{"shape":"TagsMap"}
2008
2224
  }
2009
2225
  },
2010
2226
  "CreateDevEndpointResponse":{
@@ -2066,7 +2282,8 @@
2066
2282
  "Timeout":{"shape":"Timeout"},
2067
2283
  "MaxCapacity":{"shape":"NullableDouble"},
2068
2284
  "NotificationProperty":{"shape":"NotificationProperty"},
2069
- "SecurityConfiguration":{"shape":"NameString"}
2285
+ "SecurityConfiguration":{"shape":"NameString"},
2286
+ "Tags":{"shape":"TagsMap"}
2070
2287
  }
2071
2288
  },
2072
2289
  "CreateJobResponse":{
@@ -2169,7 +2386,8 @@
2169
2386
  "Predicate":{"shape":"Predicate"},
2170
2387
  "Actions":{"shape":"ActionList"},
2171
2388
  "Description":{"shape":"DescriptionString"},
2172
- "StartOnCreation":{"shape":"BooleanValue"}
2389
+ "StartOnCreation":{"shape":"BooleanValue"},
2390
+ "Tags":{"shape":"TagsMap"}
2173
2391
  }
2174
2392
  },
2175
2393
  "CreateTriggerResponse":{
@@ -2501,6 +2719,16 @@
2501
2719
  "type":"list",
2502
2720
  "member":{"shape":"DevEndpoint"}
2503
2721
  },
2722
+ "DevEndpointNameList":{
2723
+ "type":"list",
2724
+ "member":{"shape":"NameString"}
2725
+ },
2726
+ "DevEndpointNames":{
2727
+ "type":"list",
2728
+ "member":{"shape":"GenericString"},
2729
+ "max":25,
2730
+ "min":1
2731
+ },
2504
2732
  "DynamoDBTarget":{
2505
2733
  "type":"structure",
2506
2734
  "members":{
@@ -3044,6 +3272,19 @@
3044
3272
  "NextToken":{"shape":"Token"}
3045
3273
  }
3046
3274
  },
3275
+ "GetTagsRequest":{
3276
+ "type":"structure",
3277
+ "required":["ResourceArn"],
3278
+ "members":{
3279
+ "ResourceArn":{"shape":"GlueResourceArn"}
3280
+ }
3281
+ },
3282
+ "GetTagsResponse":{
3283
+ "type":"structure",
3284
+ "members":{
3285
+ "Tags":{"shape":"TagsMap"}
3286
+ }
3287
+ },
3047
3288
  "GetTriggerRequest":{
3048
3289
  "type":"structure",
3049
3290
  "required":["Name"],
@@ -3118,6 +3359,12 @@
3118
3359
  },
3119
3360
  "exception":true
3120
3361
  },
3362
+ "GlueResourceArn":{
3363
+ "type":"string",
3364
+ "max":10240,
3365
+ "min":1,
3366
+ "pattern":"arn:aws:glue:.*"
3367
+ },
3121
3368
  "GrokClassifier":{
3122
3369
  "type":"structure",
3123
3370
  "required":[
@@ -3266,6 +3513,10 @@
3266
3513
  "member":{"shape":"Job"}
3267
3514
  },
3268
3515
  "JobName":{"type":"string"},
3516
+ "JobNameList":{
3517
+ "type":"list",
3518
+ "member":{"shape":"NameString"}
3519
+ },
3269
3520
  "JobRun":{
3270
3521
  "type":"structure",
3271
3522
  "members":{
@@ -3384,6 +3635,67 @@
3384
3635
  "FAILED"
3385
3636
  ]
3386
3637
  },
3638
+ "ListCrawlersRequest":{
3639
+ "type":"structure",
3640
+ "members":{
3641
+ "MaxResults":{"shape":"PageSize"},
3642
+ "NextToken":{"shape":"Token"},
3643
+ "Tags":{"shape":"TagsMap"}
3644
+ }
3645
+ },
3646
+ "ListCrawlersResponse":{
3647
+ "type":"structure",
3648
+ "members":{
3649
+ "CrawlerNames":{"shape":"CrawlerNameList"},
3650
+ "NextToken":{"shape":"Token"}
3651
+ }
3652
+ },
3653
+ "ListDevEndpointsRequest":{
3654
+ "type":"structure",
3655
+ "members":{
3656
+ "NextToken":{"shape":"GenericString"},
3657
+ "MaxResults":{"shape":"PageSize"},
3658
+ "Tags":{"shape":"TagsMap"}
3659
+ }
3660
+ },
3661
+ "ListDevEndpointsResponse":{
3662
+ "type":"structure",
3663
+ "members":{
3664
+ "DevEndpointNames":{"shape":"DevEndpointNameList"},
3665
+ "NextToken":{"shape":"GenericString"}
3666
+ }
3667
+ },
3668
+ "ListJobsRequest":{
3669
+ "type":"structure",
3670
+ "members":{
3671
+ "NextToken":{"shape":"GenericString"},
3672
+ "MaxResults":{"shape":"PageSize"},
3673
+ "Tags":{"shape":"TagsMap"}
3674
+ }
3675
+ },
3676
+ "ListJobsResponse":{
3677
+ "type":"structure",
3678
+ "members":{
3679
+ "JobNames":{"shape":"JobNameList"},
3680
+ "NextToken":{"shape":"GenericString"}
3681
+ }
3682
+ },
3683
+ "ListTriggersRequest":{
3684
+ "type":"structure",
3685
+ "members":{
3686
+ "NextToken":{"shape":"GenericString"},
3687
+ "DependentJobName":{"shape":"NameString"},
3688
+ "MaxResults":{"shape":"PageSize"},
3689
+ "Tags":{"shape":"TagsMap"}
3690
+ }
3691
+ },
3692
+ "ListTriggersResponse":{
3693
+ "type":"structure",
3694
+ "members":{
3695
+ "TriggerNames":{"shape":"TriggerNameList"},
3696
+ "NextToken":{"shape":"GenericString"}
3697
+ }
3698
+ },
3387
3699
  "Location":{
3388
3700
  "type":"structure",
3389
3701
  "members":{
@@ -4040,6 +4352,45 @@
4040
4352
  "type":"list",
4041
4353
  "member":{"shape":"TableVersionError"}
4042
4354
  },
4355
+ "TagKey":{
4356
+ "type":"string",
4357
+ "max":128,
4358
+ "min":1
4359
+ },
4360
+ "TagKeysList":{
4361
+ "type":"list",
4362
+ "member":{"shape":"TagKey"},
4363
+ "max":50,
4364
+ "min":0
4365
+ },
4366
+ "TagResourceRequest":{
4367
+ "type":"structure",
4368
+ "required":[
4369
+ "ResourceArn",
4370
+ "TagsToAdd"
4371
+ ],
4372
+ "members":{
4373
+ "ResourceArn":{"shape":"GlueResourceArn"},
4374
+ "TagsToAdd":{"shape":"TagsMap"}
4375
+ }
4376
+ },
4377
+ "TagResourceResponse":{
4378
+ "type":"structure",
4379
+ "members":{
4380
+ }
4381
+ },
4382
+ "TagValue":{
4383
+ "type":"string",
4384
+ "max":256,
4385
+ "min":0
4386
+ },
4387
+ "TagsMap":{
4388
+ "type":"map",
4389
+ "key":{"shape":"TagKey"},
4390
+ "value":{"shape":"TagValue"},
4391
+ "max":50,
4392
+ "min":0
4393
+ },
4043
4394
  "Timeout":{
4044
4395
  "type":"integer",
4045
4396
  "box":true,
@@ -4070,6 +4421,10 @@
4070
4421
  "type":"list",
4071
4422
  "member":{"shape":"Trigger"}
4072
4423
  },
4424
+ "TriggerNameList":{
4425
+ "type":"list",
4426
+ "member":{"shape":"NameString"}
4427
+ },
4073
4428
  "TriggerState":{
4074
4429
  "type":"string",
4075
4430
  "enum":[
@@ -4107,6 +4462,22 @@
4107
4462
  "min":1,
4108
4463
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
4109
4464
  },
4465
+ "UntagResourceRequest":{
4466
+ "type":"structure",
4467
+ "required":[
4468
+ "ResourceArn",
4469
+ "TagsToRemove"
4470
+ ],
4471
+ "members":{
4472
+ "ResourceArn":{"shape":"GlueResourceArn"},
4473
+ "TagsToRemove":{"shape":"TagKeysList"}
4474
+ }
4475
+ },
4476
+ "UntagResourceResponse":{
4477
+ "type":"structure",
4478
+ "members":{
4479
+ }
4480
+ },
4110
4481
  "UpdateBehavior":{
4111
4482
  "type":"string",
4112
4483
  "enum":[
@@ -2,68 +2,94 @@
2
2
  "pagination": {
3
3
  "GetClassifiers": {
4
4
  "input_token": "NextToken",
5
- "output_token": "NextToken",
6
- "limit_key": "MaxResults"
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken"
7
7
  },
8
8
  "GetConnections": {
9
9
  "input_token": "NextToken",
10
- "output_token": "NextToken",
11
- "limit_key": "MaxResults"
10
+ "limit_key": "MaxResults",
11
+ "output_token": "NextToken"
12
12
  },
13
13
  "GetCrawlerMetrics": {
14
14
  "input_token": "NextToken",
15
- "output_token": "NextToken",
16
- "limit_key": "MaxResults"
15
+ "limit_key": "MaxResults",
16
+ "output_token": "NextToken"
17
17
  },
18
18
  "GetCrawlers": {
19
19
  "input_token": "NextToken",
20
- "output_token": "NextToken",
21
- "limit_key": "MaxResults"
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
22
  },
23
23
  "GetDatabases": {
24
24
  "input_token": "NextToken",
25
- "output_token": "NextToken",
26
- "limit_key": "MaxResults"
25
+ "limit_key": "MaxResults",
26
+ "output_token": "NextToken"
27
27
  },
28
28
  "GetDevEndpoints": {
29
29
  "input_token": "NextToken",
30
- "output_token": "NextToken",
31
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "output_token": "NextToken"
32
32
  },
33
33
  "GetJobRuns": {
34
34
  "input_token": "NextToken",
35
- "output_token": "NextToken",
36
- "limit_key": "MaxResults"
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken"
37
37
  },
38
38
  "GetJobs": {
39
39
  "input_token": "NextToken",
40
- "output_token": "NextToken",
41
- "limit_key": "MaxResults"
40
+ "limit_key": "MaxResults",
41
+ "output_token": "NextToken"
42
42
  },
43
43
  "GetPartitions": {
44
44
  "input_token": "NextToken",
45
+ "limit_key": "MaxResults",
46
+ "output_token": "NextToken"
47
+ },
48
+ "GetSecurityConfigurations": {
49
+ "input_token": "NextToken",
50
+ "limit_key": "MaxResults",
45
51
  "output_token": "NextToken",
46
- "limit_key": "MaxResults"
52
+ "result_key": "SecurityConfigurations"
47
53
  },
48
54
  "GetTableVersions": {
49
55
  "input_token": "NextToken",
50
- "output_token": "NextToken",
51
- "limit_key": "MaxResults"
56
+ "limit_key": "MaxResults",
57
+ "output_token": "NextToken"
52
58
  },
53
59
  "GetTables": {
54
60
  "input_token": "NextToken",
55
- "output_token": "NextToken",
56
- "limit_key": "MaxResults"
61
+ "limit_key": "MaxResults",
62
+ "output_token": "NextToken"
57
63
  },
58
64
  "GetTriggers": {
59
65
  "input_token": "NextToken",
60
- "output_token": "NextToken",
61
- "limit_key": "MaxResults"
66
+ "limit_key": "MaxResults",
67
+ "output_token": "NextToken"
62
68
  },
63
69
  "GetUserDefinedFunctions": {
64
70
  "input_token": "NextToken",
65
- "output_token": "NextToken",
66
- "limit_key": "MaxResults"
71
+ "limit_key": "MaxResults",
72
+ "output_token": "NextToken"
73
+ },
74
+ "ListCrawlers": {
75
+ "input_token": "NextToken",
76
+ "limit_key": "MaxResults",
77
+ "output_token": "NextToken"
78
+ },
79
+ "ListDevEndpoints": {
80
+ "input_token": "NextToken",
81
+ "limit_key": "MaxResults",
82
+ "output_token": "NextToken"
83
+ },
84
+ "ListJobs": {
85
+ "input_token": "NextToken",
86
+ "limit_key": "MaxResults",
87
+ "output_token": "NextToken"
88
+ },
89
+ "ListTriggers": {
90
+ "input_token": "NextToken",
91
+ "limit_key": "MaxResults",
92
+ "output_token": "NextToken"
67
93
  }
68
94
  }
69
- }
95
+ }
@@ -23,7 +23,8 @@
23
23
  "output":{"shape":"CreateActivityOutput"},
24
24
  "errors":[
25
25
  {"shape":"ActivityLimitExceeded"},
26
- {"shape":"InvalidName"}
26
+ {"shape":"InvalidName"},
27
+ {"shape":"TooManyTags"}
27
28
  ],
28
29
  "idempotent":true
29
30
  },
@@ -41,7 +42,8 @@
41
42
  {"shape":"InvalidName"},
42
43
  {"shape":"StateMachineAlreadyExists"},
43
44
  {"shape":"StateMachineDeleting"},
44
- {"shape":"StateMachineLimitExceeded"}
45
+ {"shape":"StateMachineLimitExceeded"},
46
+ {"shape":"TooManyTags"}
45
47
  ],
46
48
  "idempotent":true
47
49
  },
@@ -423,7 +425,8 @@
423
425
  "type":"structure",
424
426
  "required":["name"],
425
427
  "members":{
426
- "name":{"shape":"Name"}
428
+ "name":{"shape":"Name"},
429
+ "tags":{"shape":"TagList"}
427
430
  }
428
431
  },
429
432
  "CreateActivityOutput":{
@@ -447,7 +450,8 @@
447
450
  "members":{
448
451
  "name":{"shape":"Name"},
449
452
  "definition":{"shape":"Definition"},
450
- "roleArn":{"shape":"Arn"}
453
+ "roleArn":{"shape":"Arn"},
454
+ "tags":{"shape":"TagList"}
451
455
  }
452
456
  },
453
457
  "CreateStateMachineOutput":{
@@ -688,7 +692,7 @@
688
692
  "type":"structure",
689
693
  "members":{
690
694
  "taskToken":{"shape":"TaskToken"},
691
- "input":{"shape":"SensitiveData"}
695
+ "input":{"shape":"SensitiveDataJobInput"}
692
696
  }
693
697
  },
694
698
  "GetExecutionHistoryInput":{
@@ -1041,6 +1045,11 @@
1041
1045
  "max":32768,
1042
1046
  "sensitive":true
1043
1047
  },
1048
+ "SensitiveDataJobInput":{
1049
+ "type":"string",
1050
+ "max":65536,
1051
+ "sensitive":true
1052
+ },
1044
1053
  "SensitiveError":{
1045
1054
  "type":"string",
1046
1055
  "max":256,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.226'
2
+ VERSION = '2.11.227'
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.226
4
+ version: 2.11.227
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: 2019-02-21 00:00:00.000000000 Z
11
+ date: 2019-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath