aws-sdk-core 2.11.208 → 2.11.209

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a6f8c2bf6af333db2a04bb147ec658fd0de13299
4
- data.tar.gz: 388fd8691d18e8990dd90aaa6425a9bfdb3f68c8
3
+ metadata.gz: 2f6b808fee2782dcd38fbb6bee30e48fe6922e0b
4
+ data.tar.gz: ee95100d6b5fd5cc3d8b5665770bc239811e9f39
5
5
  SHA512:
6
- metadata.gz: 69dafbfd05edd7dc6d52824e1d5e2008a816e23b7892ce514ec71db0b0d954d3c325bbf7ee80bdee4c4f3612fba05f2cb62f1952efd5c80e940a22659895568e
7
- data.tar.gz: 1129f927b8aea105cadeb8b9f99b0dd6359c17977b4bb2611d1ab426a7f243bde14bf54559abaa8549f360eee30a8b51ae4f15b55570b2a34001414063e4b0b8
6
+ metadata.gz: 68c45c212a0780d46be521c0b53b10e091d38c6045df482511aa28239d4d04fef2ac5251fb3218f796fa61f1b5e804fcdaefbf88898a77da1649b2772ec305c3
7
+ data.tar.gz: d85f968d4606d5fc42181747bf31d9f4946cf7bf0dd26451678c13bd287d70074d7f059bfe6bd5e2cd2717e56fc8fb8e179d91e92fc5026967a9e616f20cf8bd
@@ -835,7 +835,8 @@
835
835
  "Description":{"shape":"Description"},
836
836
  "DisplayName":{"shape":"DisplayName"},
837
837
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
838
- "DomainJoinInfo":{"shape":"DomainJoinInfo"}
838
+ "DomainJoinInfo":{"shape":"DomainJoinInfo"},
839
+ "Tags":{"shape":"Tags"}
839
840
  }
840
841
  },
841
842
  "CreateFleetResult":{
@@ -860,7 +861,8 @@
860
861
  "VpcConfig":{"shape":"VpcConfig"},
861
862
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
862
863
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
863
- "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
864
+ "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"},
865
+ "Tags":{"shape":"Tags"}
864
866
  }
865
867
  },
866
868
  "CreateImageBuilderResult":{
@@ -895,7 +897,8 @@
895
897
  "RedirectURL":{"shape":"RedirectURL"},
896
898
  "FeedbackURL":{"shape":"FeedbackURL"},
897
899
  "UserSettings":{"shape":"UserSettingList"},
898
- "ApplicationSettings":{"shape":"ApplicationSettings"}
900
+ "ApplicationSettings":{"shape":"ApplicationSettings"},
901
+ "Tags":{"shape":"Tags"}
899
902
  }
900
903
  },
901
904
  "CreateStackResult":{
@@ -27,6 +27,20 @@
27
27
  {"shape":"ServerInternalErrorException"}
28
28
  ]
29
29
  },
30
+ "BatchDeleteImportData":{
31
+ "name":"BatchDeleteImportData",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"BatchDeleteImportDataRequest"},
37
+ "output":{"shape":"BatchDeleteImportDataResponse"},
38
+ "errors":[
39
+ {"shape":"AuthorizationErrorException"},
40
+ {"shape":"InvalidParameterValueException"},
41
+ {"shape":"ServerInternalErrorException"}
42
+ ]
43
+ },
30
44
  "CreateApplication":{
31
45
  "name":"CreateApplication",
32
46
  "http":{
@@ -168,6 +182,20 @@
168
182
  {"shape":"ServerInternalErrorException"}
169
183
  ]
170
184
  },
185
+ "DescribeImportTasks":{
186
+ "name":"DescribeImportTasks",
187
+ "http":{
188
+ "method":"POST",
189
+ "requestUri":"/"
190
+ },
191
+ "input":{"shape":"DescribeImportTasksRequest"},
192
+ "output":{"shape":"DescribeImportTasksResponse"},
193
+ "errors":[
194
+ {"shape":"AuthorizationErrorException"},
195
+ {"shape":"InvalidParameterValueException"},
196
+ {"shape":"ServerInternalErrorException"}
197
+ ]
198
+ },
171
199
  "DescribeTags":{
172
200
  "name":"DescribeTags",
173
201
  "http":{
@@ -310,6 +338,21 @@
310
338
  {"shape":"OperationNotPermittedException"}
311
339
  ]
312
340
  },
341
+ "StartImportTask":{
342
+ "name":"StartImportTask",
343
+ "http":{
344
+ "method":"POST",
345
+ "requestUri":"/"
346
+ },
347
+ "input":{"shape":"StartImportTaskRequest"},
348
+ "output":{"shape":"StartImportTaskResponse"},
349
+ "errors":[
350
+ {"shape":"ResourceInUseException"},
351
+ {"shape":"AuthorizationErrorException"},
352
+ {"shape":"InvalidParameterValueException"},
353
+ {"shape":"ServerInternalErrorException"}
354
+ ]
355
+ },
313
356
  "StopContinuousExport":{
314
357
  "name":"StopContinuousExport",
315
358
  "http":{
@@ -446,11 +489,49 @@
446
489
  },
447
490
  "exception":true
448
491
  },
492
+ "BatchDeleteImportDataError":{
493
+ "type":"structure",
494
+ "members":{
495
+ "importTaskId":{"shape":"ImportTaskIdentifier"},
496
+ "errorCode":{"shape":"BatchDeleteImportDataErrorCode"},
497
+ "errorDescription":{"shape":"BatchDeleteImportDataErrorDescription"}
498
+ }
499
+ },
500
+ "BatchDeleteImportDataErrorCode":{
501
+ "type":"string",
502
+ "enum":[
503
+ "NOT_FOUND",
504
+ "INTERNAL_SERVER_ERROR"
505
+ ]
506
+ },
507
+ "BatchDeleteImportDataErrorDescription":{"type":"string"},
508
+ "BatchDeleteImportDataErrorList":{
509
+ "type":"list",
510
+ "member":{"shape":"BatchDeleteImportDataError"}
511
+ },
512
+ "BatchDeleteImportDataRequest":{
513
+ "type":"structure",
514
+ "required":["importTaskIds"],
515
+ "members":{
516
+ "importTaskIds":{"shape":"ToDeleteIdentifierList"}
517
+ }
518
+ },
519
+ "BatchDeleteImportDataResponse":{
520
+ "type":"structure",
521
+ "members":{
522
+ "errors":{"shape":"BatchDeleteImportDataErrorList"}
523
+ }
524
+ },
449
525
  "Boolean":{"type":"boolean"},
450
526
  "BoxedInteger":{
451
527
  "type":"integer",
452
528
  "box":true
453
529
  },
530
+ "ClientRequestToken":{
531
+ "type":"string",
532
+ "max":100,
533
+ "min":1
534
+ },
454
535
  "Condition":{"type":"string"},
455
536
  "Configuration":{
456
537
  "type":"map",
@@ -727,6 +808,31 @@
727
808
  "nextToken":{"shape":"NextToken"}
728
809
  }
729
810
  },
811
+ "DescribeImportTasksFilterList":{
812
+ "type":"list",
813
+ "member":{"shape":"ImportTaskFilter"}
814
+ },
815
+ "DescribeImportTasksMaxResults":{
816
+ "type":"integer",
817
+ "box":true,
818
+ "max":100,
819
+ "min":1
820
+ },
821
+ "DescribeImportTasksRequest":{
822
+ "type":"structure",
823
+ "members":{
824
+ "filters":{"shape":"DescribeImportTasksFilterList"},
825
+ "maxResults":{"shape":"DescribeImportTasksMaxResults"},
826
+ "nextToken":{"shape":"NextToken"}
827
+ }
828
+ },
829
+ "DescribeImportTasksResponse":{
830
+ "type":"structure",
831
+ "members":{
832
+ "nextToken":{"shape":"NextToken"},
833
+ "tasks":{"shape":"ImportTaskList"}
834
+ }
835
+ },
730
836
  "DescribeTagsRequest":{
731
837
  "type":"structure",
732
838
  "members":{
@@ -868,6 +974,79 @@
868
974
  "connectorSummary":{"shape":"CustomerConnectorInfo"}
869
975
  }
870
976
  },
977
+ "ImportStatus":{
978
+ "type":"string",
979
+ "enum":[
980
+ "IMPORT_IN_PROGRESS",
981
+ "IMPORT_COMPLETE",
982
+ "IMPORT_FAILED",
983
+ "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
984
+ "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
985
+ "DELETE_IN_PROGRESS",
986
+ "DELETE_COMPLETE",
987
+ "DELETE_FAILED",
988
+ "DELETE_FAILED_LIMIT_EXCEEDED"
989
+ ]
990
+ },
991
+ "ImportTask":{
992
+ "type":"structure",
993
+ "members":{
994
+ "importTaskId":{"shape":"ImportTaskIdentifier"},
995
+ "clientRequestToken":{"shape":"ClientRequestToken"},
996
+ "name":{"shape":"ImportTaskName"},
997
+ "importUrl":{"shape":"ImportURL"},
998
+ "status":{"shape":"ImportStatus"},
999
+ "importRequestTime":{"shape":"TimeStamp"},
1000
+ "importCompletionTime":{"shape":"TimeStamp"},
1001
+ "importDeletedTime":{"shape":"TimeStamp"},
1002
+ "serverImportSuccess":{"shape":"Integer"},
1003
+ "serverImportFailure":{"shape":"Integer"},
1004
+ "applicationImportSuccess":{"shape":"Integer"},
1005
+ "applicationImportFailure":{"shape":"Integer"},
1006
+ "errorsAndFailedEntriesZip":{"shape":"S3PresignedUrl"}
1007
+ }
1008
+ },
1009
+ "ImportTaskFilter":{
1010
+ "type":"structure",
1011
+ "members":{
1012
+ "name":{"shape":"ImportTaskFilterName"},
1013
+ "values":{"shape":"ImportTaskFilterValueList"}
1014
+ }
1015
+ },
1016
+ "ImportTaskFilterName":{
1017
+ "type":"string",
1018
+ "enum":[
1019
+ "IMPORT_TASK_ID",
1020
+ "STATUS",
1021
+ "NAME"
1022
+ ]
1023
+ },
1024
+ "ImportTaskFilterValue":{
1025
+ "type":"string",
1026
+ "max":100,
1027
+ "min":1
1028
+ },
1029
+ "ImportTaskFilterValueList":{
1030
+ "type":"list",
1031
+ "member":{"shape":"ImportTaskFilterValue"},
1032
+ "max":100,
1033
+ "min":1
1034
+ },
1035
+ "ImportTaskIdentifier":{"type":"string"},
1036
+ "ImportTaskList":{
1037
+ "type":"list",
1038
+ "member":{"shape":"ImportTask"}
1039
+ },
1040
+ "ImportTaskName":{
1041
+ "type":"string",
1042
+ "max":100,
1043
+ "min":1
1044
+ },
1045
+ "ImportURL":{
1046
+ "type":"string",
1047
+ "max":4000,
1048
+ "min":1
1049
+ },
871
1050
  "Integer":{"type":"integer"},
872
1051
  "InvalidParameterException":{
873
1052
  "type":"structure",
@@ -977,6 +1156,7 @@
977
1156
  "exception":true
978
1157
  },
979
1158
  "S3Bucket":{"type":"string"},
1159
+ "S3PresignedUrl":{"type":"string"},
980
1160
  "SchemaStorageConfig":{
981
1161
  "type":"map",
982
1162
  "key":{"shape":"DatabaseName"},
@@ -1033,6 +1213,27 @@
1033
1213
  "exportId":{"shape":"ConfigurationsExportId"}
1034
1214
  }
1035
1215
  },
1216
+ "StartImportTaskRequest":{
1217
+ "type":"structure",
1218
+ "required":[
1219
+ "name",
1220
+ "importUrl"
1221
+ ],
1222
+ "members":{
1223
+ "clientRequestToken":{
1224
+ "shape":"ClientRequestToken",
1225
+ "idempotencyToken":true
1226
+ },
1227
+ "name":{"shape":"ImportTaskName"},
1228
+ "importUrl":{"shape":"ImportURL"}
1229
+ }
1230
+ },
1231
+ "StartImportTaskResponse":{
1232
+ "type":"structure",
1233
+ "members":{
1234
+ "task":{"shape":"ImportTask"}
1235
+ }
1236
+ },
1036
1237
  "StopContinuousExportRequest":{
1037
1238
  "type":"structure",
1038
1239
  "required":["exportId"],
@@ -1099,6 +1300,12 @@
1099
1300
  },
1100
1301
  "TagValue":{"type":"string"},
1101
1302
  "TimeStamp":{"type":"timestamp"},
1303
+ "ToDeleteIdentifierList":{
1304
+ "type":"list",
1305
+ "member":{"shape":"ImportTaskIdentifier"},
1306
+ "max":10,
1307
+ "min":1
1308
+ },
1102
1309
  "UpdateApplicationRequest":{
1103
1310
  "type":"structure",
1104
1311
  "required":["configurationId"],
@@ -4,6 +4,11 @@
4
4
  "input_token": "nextToken",
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
+ },
8
+ "DescribeImportTasks": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
7
12
  }
8
13
  }
9
14
  }
@@ -4,22 +4,22 @@
4
4
  "TestConnectionSucceeds":{
5
5
  "acceptors":[
6
6
  {
7
- "argument":"Connection.Status",
7
+ "argument":"Connections[].Status",
8
8
  "expected":"successful",
9
- "matcher":"path",
9
+ "matcher":"pathAll",
10
10
  "state":"success"
11
11
  },
12
12
  {
13
- "argument":"Connection.Status",
13
+ "argument":"Connections[].Status",
14
14
  "expected":"failed",
15
- "matcher":"path",
15
+ "matcher":"pathAny",
16
16
  "state":"failure"
17
17
  }
18
18
  ],
19
19
  "delay":5,
20
20
  "description":"Wait until testing connection succeeds.",
21
21
  "maxAttempts":60,
22
- "operation":"TestConnection"
22
+ "operation":"DescribeConnections"
23
23
  },
24
24
  "EndpointDeleted":{
25
25
  "acceptors":[
@@ -257,7 +257,8 @@
257
257
  "type":"structure",
258
258
  "required":["PolicyId"],
259
259
  "members":{
260
- "PolicyId":{"shape":"PolicyId"}
260
+ "PolicyId":{"shape":"PolicyId"},
261
+ "DeleteAllPolicyResources":{"shape":"Boolean"}
261
262
  }
262
263
  },
263
264
  "DependentServiceName":{
@@ -1773,6 +1773,7 @@
1773
1773
  "Status":{"shape":"AssociationStatus"},
1774
1774
  "Overview":{"shape":"AssociationOverview"},
1775
1775
  "DocumentVersion":{"shape":"DocumentVersion"},
1776
+ "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
1776
1777
  "Parameters":{"shape":"Parameters"},
1777
1778
  "AssociationId":{"shape":"AssociationId"},
1778
1779
  "Targets":{"shape":"Targets"},
@@ -2304,6 +2305,11 @@
2304
2305
  },
2305
2306
  "exception":true
2306
2307
  },
2308
+ "AutomationTargetParameterName":{
2309
+ "type":"string",
2310
+ "max":50,
2311
+ "min":1
2312
+ },
2307
2313
  "AutomationType":{
2308
2314
  "type":"string",
2309
2315
  "enum":[
@@ -2775,6 +2781,7 @@
2775
2781
  "Name":{"shape":"DocumentName"},
2776
2782
  "InstanceId":{"shape":"InstanceId"},
2777
2783
  "Parameters":{"shape":"Parameters"},
2784
+ "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
2778
2785
  "DocumentVersion":{"shape":"DocumentVersion"},
2779
2786
  "Targets":{"shape":"Targets"},
2780
2787
  "ScheduleExpression":{"shape":"ScheduleExpression"},
@@ -2804,6 +2811,7 @@
2804
2811
  "ScheduleExpression":{"shape":"ScheduleExpression"},
2805
2812
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2806
2813
  "AssociationName":{"shape":"AssociationName"},
2814
+ "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
2807
2815
  "MaxErrors":{"shape":"MaxErrors"},
2808
2816
  "MaxConcurrency":{"shape":"MaxConcurrency"},
2809
2817
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
@@ -7865,6 +7873,7 @@
7865
7873
  "Targets":{"shape":"Targets"},
7866
7874
  "AssociationName":{"shape":"AssociationName"},
7867
7875
  "AssociationVersion":{"shape":"AssociationVersion"},
7876
+ "AutomationTargetParameterName":{"shape":"AutomationTargetParameterName"},
7868
7877
  "MaxErrors":{"shape":"MaxErrors"},
7869
7878
  "MaxConcurrency":{"shape":"MaxConcurrency"},
7870
7879
  "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.208'
2
+ VERSION = '2.11.209'
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.208
4
+ version: 2.11.209
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-01-18 00:00:00.000000000 Z
11
+ date: 2019-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath