aws-sdk-core 2.11.313 → 2.11.323

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 (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigatewayv2/2018-11-29/api-2.json +12 -0
  3. data/apis/batch/2016-08-10/api-2.json +35 -2
  4. data/apis/batch/2016-08-10/paginators-1.json +24 -0
  5. data/apis/ce/2017-10-25/api-2.json +152 -1
  6. data/apis/codecommit/2015-04-13/api-2.json +13 -0
  7. data/apis/comprehend/2017-11-27/api-2.json +11 -1
  8. data/apis/config/2014-11-12/api-2.json +14 -4
  9. data/apis/dms/2016-01-01/api-2.json +11 -3
  10. data/apis/ec2/2016-11-15/api-2.json +103 -3
  11. data/apis/ecr/2015-09-21/api-2.json +59 -4
  12. data/apis/ecs/2014-11-13/api-2.json +21 -3
  13. data/apis/es/2015-01-01/api-2.json +16 -0
  14. data/apis/glue/2017-03-31/api-2.json +91 -6
  15. data/apis/glue/2017-03-31/paginators-1.json +6 -0
  16. data/apis/greengrass/2017-06-07/api-2.json +105 -102
  17. data/apis/iam/2010-05-08/api-2.json +1 -4
  18. data/apis/iotevents/2018-07-27/api-2.json +43 -2
  19. data/apis/logs/2014-03-28/api-2.json +15 -3
  20. data/apis/mediaconnect/2018-11-14/api-2.json +26 -3
  21. data/apis/mediaconvert/2017-08-29/api-2.json +194 -15
  22. data/apis/medialive/2017-10-14/api-2.json +186 -20
  23. data/apis/mq/2017-11-27/api-2.json +40 -0
  24. data/apis/pinpoint/2016-12-01/api-2.json +7307 -5869
  25. data/apis/robomaker/2018-06-29/api-2.json +12 -5
  26. data/apis/secretsmanager/2017-10-17/api-2.json +14 -6
  27. data/apis/shield/2016-06-02/api-2.json +3 -1
  28. data/apis/ssm/2014-11-06/api-2.json +7 -4
  29. data/apis/sts/2011-06-15/api-2.json +25 -0
  30. data/endpoints.json +126 -0
  31. data/lib/aws-sdk-core/plugins/sqs_md5s.rb +3 -1
  32. data/lib/aws-sdk-core/version.rb +1 -1
  33. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 842b53746ae35d153c5b8507da0cc804d513ac61
4
- data.tar.gz: c6175d01c4076de1f6665ef460be31a773462221
3
+ metadata.gz: 0403d6f0d0b217570880cecc2d378642ebf672c3
4
+ data.tar.gz: b61d82e4d66e1624c05a0de127fcaa575ed9da72
5
5
  SHA512:
6
- metadata.gz: a464656279414072101a9b7c90884f79e13c3a840e27a283e146fdf0fdc0a7081b3aefd6abce4eac639d48455df9151b959b616a81e2c16292a2c10d91c3bace
7
- data.tar.gz: 69a7f84da6a45b194416fa92c6f7113296a3e61a8c4e0474554fea9c7800bc95584bb9eea8db822bb229cf5408152df0e2fa5787d920131ac55ba5f34016a269
6
+ metadata.gz: b10e80c2ff0d0f9567e891117355f4e981c975bc77551dde49609a2cd21d892a229219b30a2fa31974feab3b240321cb72fe7aec3dc3d451caf03ea199c976f0
7
+ data.tar.gz: 963d326b99f8560dcc4709a3e11bb6c6af967c46eb3f54ffce15675701d3c0a15c645eb99b05c12f6a4d390a8bbb19408d7f096554d468b2dfbdabb0066cfa58
@@ -4686,6 +4686,10 @@
4686
4686
  "Warnings" : {
4687
4687
  "shape" : "__listOf__string",
4688
4688
  "locationName" : "warnings"
4689
+ },
4690
+ "Tags" : {
4691
+ "shape" : "Tags",
4692
+ "locationName" : "tags"
4689
4693
  }
4690
4694
  }
4691
4695
  },
@@ -4907,6 +4911,10 @@
4907
4911
  "DomainNameConfigurations" : {
4908
4912
  "shape" : "DomainNameConfigurations",
4909
4913
  "locationName" : "domainNameConfigurations"
4914
+ },
4915
+ "Tags" : {
4916
+ "shape" : "Tags",
4917
+ "locationName" : "tags"
4910
4918
  }
4911
4919
  }
4912
4920
  },
@@ -5637,6 +5645,10 @@
5637
5645
  "StageVariables" : {
5638
5646
  "shape" : "StageVariablesMap",
5639
5647
  "locationName" : "stageVariables"
5648
+ },
5649
+ "Tags" : {
5650
+ "shape" : "Tags",
5651
+ "locationName" : "tags"
5640
5652
  }
5641
5653
  }
5642
5654
  },
@@ -432,7 +432,8 @@
432
432
  "logStreamName":{"shape":"String"},
433
433
  "instanceType":{"shape":"String"},
434
434
  "networkInterfaces":{"shape":"NetworkInterfaceList"},
435
- "resourceRequirements":{"shape":"ResourceRequirements"}
435
+ "resourceRequirements":{"shape":"ResourceRequirements"},
436
+ "linuxParameters":{"shape":"LinuxParameters"}
436
437
  }
437
438
  },
438
439
  "ContainerOverrides":{
@@ -462,7 +463,8 @@
462
463
  "ulimits":{"shape":"Ulimits"},
463
464
  "user":{"shape":"String"},
464
465
  "instanceType":{"shape":"String"},
465
- "resourceRequirements":{"shape":"ResourceRequirements"}
466
+ "resourceRequirements":{"shape":"ResourceRequirements"},
467
+ "linuxParameters":{"shape":"LinuxParameters"}
466
468
  }
467
469
  },
468
470
  "ContainerSummary":{
@@ -615,6 +617,31 @@
615
617
  "jobs":{"shape":"JobDetailList"}
616
618
  }
617
619
  },
620
+ "Device":{
621
+ "type":"structure",
622
+ "required":["hostPath"],
623
+ "members":{
624
+ "hostPath":{"shape":"String"},
625
+ "containerPath":{"shape":"String"},
626
+ "permissions":{"shape":"DeviceCgroupPermissions"}
627
+ }
628
+ },
629
+ "DeviceCgroupPermission":{
630
+ "type":"string",
631
+ "enum":[
632
+ "READ",
633
+ "WRITE",
634
+ "MKNOD"
635
+ ]
636
+ },
637
+ "DeviceCgroupPermissions":{
638
+ "type":"list",
639
+ "member":{"shape":"DeviceCgroupPermission"}
640
+ },
641
+ "DevicesList":{
642
+ "type":"list",
643
+ "member":{"shape":"Device"}
644
+ },
618
645
  "EnvironmentVariables":{
619
646
  "type":"list",
620
647
  "member":{"shape":"KeyValuePair"}
@@ -801,6 +828,12 @@
801
828
  "version":{"shape":"String"}
802
829
  }
803
830
  },
831
+ "LinuxParameters":{
832
+ "type":"structure",
833
+ "members":{
834
+ "devices":{"shape":"DevicesList"}
835
+ }
836
+ },
804
837
  "ListJobsRequest":{
805
838
  "type":"structure",
806
839
  "members":{
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeComputeEnvironments": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "computeEnvironments"
8
+ },
9
+ "DescribeJobDefinitions": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "jobDefinitions"
14
+ },
15
+ "DescribeJobQueues": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "jobQueues"
20
+ },
21
+ "ListJobs": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "jobSummaryList"
26
+ }
3
27
  }
4
28
  }
@@ -101,6 +101,19 @@
101
101
  {"shape":"InvalidNextTokenException"}
102
102
  ]
103
103
  },
104
+ "GetRightsizingRecommendation":{
105
+ "name":"GetRightsizingRecommendation",
106
+ "http":{
107
+ "method":"POST",
108
+ "requestUri":"/"
109
+ },
110
+ "input":{"shape":"GetRightsizingRecommendationRequest"},
111
+ "output":{"shape":"GetRightsizingRecommendationResponse"},
112
+ "errors":[
113
+ {"shape":"LimitExceededException"},
114
+ {"shape":"InvalidNextTokenException"}
115
+ ]
116
+ },
104
117
  "GetTags":{
105
118
  "name":"GetTags",
106
119
  "http":{
@@ -209,6 +222,20 @@
209
222
  "type":"list",
210
223
  "member":{"shape":"CoverageByTime"}
211
224
  },
225
+ "CurrentInstance":{
226
+ "type":"structure",
227
+ "members":{
228
+ "ResourceId":{"shape":"GenericString"},
229
+ "Tags":{"shape":"TagValuesList"},
230
+ "ResourceDetails":{"shape":"ResourceDetails"},
231
+ "ResourceUtilization":{"shape":"ResourceUtilization"},
232
+ "ReservationCoveredHoursInLookbackPeriod":{"shape":"GenericString"},
233
+ "OnDemandHoursInLookbackPeriod":{"shape":"GenericString"},
234
+ "TotalRunningHoursInLookbackPeriod":{"shape":"GenericString"},
235
+ "MonthlyCost":{"shape":"GenericString"},
236
+ "CurrencyCode":{"shape":"GenericString"}
237
+ }
238
+ },
212
239
  "DataUnavailableException":{
213
240
  "type":"structure",
214
241
  "members":{
@@ -251,7 +278,8 @@
251
278
  "CACHE_ENGINE",
252
279
  "INSTANCE_TYPE_FAMILY",
253
280
  "BILLING_ENTITY",
254
- "RESERVATION_ID"
281
+ "RESERVATION_ID",
282
+ "RIGHTSIZING_TYPE"
255
283
  ]
256
284
  },
257
285
  "DimensionValues":{
@@ -285,6 +313,28 @@
285
313
  "SizeFlexEligible":{"shape":"GenericBoolean"}
286
314
  }
287
315
  },
316
+ "EC2ResourceDetails":{
317
+ "type":"structure",
318
+ "members":{
319
+ "HourlyOnDemandRate":{"shape":"GenericString"},
320
+ "InstanceType":{"shape":"GenericString"},
321
+ "Platform":{"shape":"GenericString"},
322
+ "Region":{"shape":"GenericString"},
323
+ "Sku":{"shape":"GenericString"},
324
+ "Memory":{"shape":"GenericString"},
325
+ "NetworkPerformance":{"shape":"GenericString"},
326
+ "Storage":{"shape":"GenericString"},
327
+ "Vcpu":{"shape":"GenericString"}
328
+ }
329
+ },
330
+ "EC2ResourceUtilization":{
331
+ "type":"structure",
332
+ "members":{
333
+ "MaxCpuUtilizationPercentage":{"shape":"GenericString"},
334
+ "MaxMemoryUtilizationPercentage":{"shape":"GenericString"},
335
+ "MaxStorageUtilizationPercentage":{"shape":"GenericString"}
336
+ }
337
+ },
288
338
  "EC2Specification":{
289
339
  "type":"structure",
290
340
  "members":{
@@ -478,6 +528,25 @@
478
528
  "NextPageToken":{"shape":"NextPageToken"}
479
529
  }
480
530
  },
531
+ "GetRightsizingRecommendationRequest":{
532
+ "type":"structure",
533
+ "required":["Service"],
534
+ "members":{
535
+ "Filter":{"shape":"Expression"},
536
+ "Service":{"shape":"GenericString"},
537
+ "PageSize":{"shape":"NonNegativeInteger"},
538
+ "NextPageToken":{"shape":"NextPageToken"}
539
+ }
540
+ },
541
+ "GetRightsizingRecommendationResponse":{
542
+ "type":"structure",
543
+ "members":{
544
+ "Metadata":{"shape":"RightsizingRecommendationMetadata"},
545
+ "Summary":{"shape":"RightsizingRecommendationSummary"},
546
+ "RightsizingRecommendations":{"shape":"RightsizingRecommendationList"},
547
+ "NextPageToken":{"shape":"NextPageToken"}
548
+ }
549
+ },
481
550
  "GetTagsRequest":{
482
551
  "type":"structure",
483
552
  "required":["TimePeriod"],
@@ -630,6 +699,12 @@
630
699
  "key":{"shape":"MetricName"},
631
700
  "value":{"shape":"MetricValue"}
632
701
  },
702
+ "ModifyRecommendationDetail":{
703
+ "type":"structure",
704
+ "members":{
705
+ "TargetInstances":{"shape":"TargetInstancesList"}
706
+ }
707
+ },
633
708
  "NetRISavings":{"type":"string"},
634
709
  "NextPageToken":{"type":"string"},
635
710
  "NonNegativeInteger":{
@@ -803,6 +878,18 @@
803
878
  },
804
879
  "ReservedHours":{"type":"string"},
805
880
  "ReservedNormalizedUnits":{"type":"string"},
881
+ "ResourceDetails":{
882
+ "type":"structure",
883
+ "members":{
884
+ "EC2ResourceDetails":{"shape":"EC2ResourceDetails"}
885
+ }
886
+ },
887
+ "ResourceUtilization":{
888
+ "type":"structure",
889
+ "members":{
890
+ "EC2ResourceUtilization":{"shape":"EC2ResourceUtilization"}
891
+ }
892
+ },
806
893
  "ResultByTime":{
807
894
  "type":"structure",
808
895
  "members":{
@@ -816,6 +903,44 @@
816
903
  "type":"list",
817
904
  "member":{"shape":"ResultByTime"}
818
905
  },
906
+ "RightsizingRecommendation":{
907
+ "type":"structure",
908
+ "members":{
909
+ "AccountId":{"shape":"GenericString"},
910
+ "CurrentInstance":{"shape":"CurrentInstance"},
911
+ "RightsizingType":{"shape":"RightsizingType"},
912
+ "ModifyRecommendationDetail":{"shape":"ModifyRecommendationDetail"},
913
+ "TerminateRecommendationDetail":{"shape":"TerminateRecommendationDetail"}
914
+ }
915
+ },
916
+ "RightsizingRecommendationList":{
917
+ "type":"list",
918
+ "member":{"shape":"RightsizingRecommendation"}
919
+ },
920
+ "RightsizingRecommendationMetadata":{
921
+ "type":"structure",
922
+ "members":{
923
+ "RecommendationId":{"shape":"GenericString"},
924
+ "GenerationTimestamp":{"shape":"GenericString"},
925
+ "LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"}
926
+ }
927
+ },
928
+ "RightsizingRecommendationSummary":{
929
+ "type":"structure",
930
+ "members":{
931
+ "TotalRecommendationCount":{"shape":"GenericString"},
932
+ "EstimatedTotalMonthlySavingsAmount":{"shape":"GenericString"},
933
+ "SavingsCurrencyCode":{"shape":"GenericString"},
934
+ "SavingsPercentage":{"shape":"GenericString"}
935
+ }
936
+ },
937
+ "RightsizingType":{
938
+ "type":"string",
939
+ "enum":[
940
+ "TERMINATE",
941
+ "MODIFY"
942
+ ]
943
+ },
819
944
  "SearchString":{"type":"string"},
820
945
  "ServiceSpecification":{
821
946
  "type":"structure",
@@ -835,6 +960,25 @@
835
960
  "Values":{"shape":"Values"}
836
961
  }
837
962
  },
963
+ "TagValuesList":{
964
+ "type":"list",
965
+ "member":{"shape":"TagValues"}
966
+ },
967
+ "TargetInstance":{
968
+ "type":"structure",
969
+ "members":{
970
+ "EstimatedMonthlyCost":{"shape":"GenericString"},
971
+ "EstimatedMonthlySavings":{"shape":"GenericString"},
972
+ "CurrencyCode":{"shape":"GenericString"},
973
+ "DefaultTargetInstance":{"shape":"GenericBoolean"},
974
+ "ResourceDetails":{"shape":"ResourceDetails"},
975
+ "ExpectedResourceUtilization":{"shape":"ResourceUtilization"}
976
+ }
977
+ },
978
+ "TargetInstancesList":{
979
+ "type":"list",
980
+ "member":{"shape":"TargetInstance"}
981
+ },
838
982
  "TermInYears":{
839
983
  "type":"string",
840
984
  "enum":[
@@ -842,6 +986,13 @@
842
986
  "THREE_YEARS"
843
987
  ]
844
988
  },
989
+ "TerminateRecommendationDetail":{
990
+ "type":"structure",
991
+ "members":{
992
+ "EstimatedMonthlySavings":{"shape":"GenericString"},
993
+ "CurrencyCode":{"shape":"GenericString"}
994
+ }
995
+ },
845
996
  "TotalActualHours":{"type":"string"},
846
997
  "TotalActualUnits":{"type":"string"},
847
998
  "TotalAmortizedFee":{"type":"string"},
@@ -232,6 +232,7 @@
232
232
  {"shape":"FolderContentSizeLimitExceededException"},
233
233
  {"shape":"MaximumFileContentToLoadExceededException"},
234
234
  {"shape":"MaximumItemsToCompareExceededException"},
235
+ {"shape":"ConcurrentReferenceUpdateException"},
235
236
  {"shape":"FileModeRequiredException"},
236
237
  {"shape":"InvalidFileModeException"},
237
238
  {"shape":"NameLengthExceededException"},
@@ -836,6 +837,7 @@
836
837
  {"shape":"BranchNameIsTagNameException"},
837
838
  {"shape":"BranchDoesNotExistException"},
838
839
  {"shape":"ManualMergeRequiredException"},
840
+ {"shape":"ConcurrentReferenceUpdateException"},
839
841
  {"shape":"EncryptionIntegrityChecksFailedException"},
840
842
  {"shape":"EncryptionKeyAccessDeniedException"},
841
843
  {"shape":"EncryptionKeyDisabledException"},
@@ -885,6 +887,7 @@
885
887
  {"shape":"NameLengthExceededException"},
886
888
  {"shape":"InvalidEmailException"},
887
889
  {"shape":"CommitMessageLengthExceededException"},
890
+ {"shape":"ConcurrentReferenceUpdateException"},
888
891
  {"shape":"EncryptionIntegrityChecksFailedException"},
889
892
  {"shape":"EncryptionKeyAccessDeniedException"},
890
893
  {"shape":"EncryptionKeyDisabledException"},
@@ -914,6 +917,7 @@
914
917
  {"shape":"BranchNameIsTagNameException"},
915
918
  {"shape":"BranchDoesNotExistException"},
916
919
  {"shape":"ManualMergeRequiredException"},
920
+ {"shape":"ConcurrentReferenceUpdateException"},
917
921
  {"shape":"InvalidConflictDetailLevelException"},
918
922
  {"shape":"InvalidConflictResolutionStrategyException"},
919
923
  {"shape":"InvalidConflictResolutionException"},
@@ -962,6 +966,7 @@
962
966
  {"shape":"RepositoryNameRequiredException"},
963
967
  {"shape":"InvalidRepositoryNameException"},
964
968
  {"shape":"RepositoryDoesNotExistException"},
969
+ {"shape":"ConcurrentReferenceUpdateException"},
965
970
  {"shape":"EncryptionIntegrityChecksFailedException"},
966
971
  {"shape":"EncryptionKeyAccessDeniedException"},
967
972
  {"shape":"EncryptionKeyDisabledException"},
@@ -997,6 +1002,7 @@
997
1002
  {"shape":"MultipleConflictResolutionEntriesException"},
998
1003
  {"shape":"ReplacementContentRequiredException"},
999
1004
  {"shape":"MaximumConflictResolutionEntriesExceededException"},
1005
+ {"shape":"ConcurrentReferenceUpdateException"},
1000
1006
  {"shape":"PathRequiredException"},
1001
1007
  {"shape":"InvalidPathException"},
1002
1008
  {"shape":"InvalidFileModeException"},
@@ -1056,6 +1062,7 @@
1056
1062
  {"shape":"InvalidRepositoryNameException"},
1057
1063
  {"shape":"RepositoryDoesNotExistException"},
1058
1064
  {"shape":"RepositoryNotAssociatedWithPullRequestException"},
1065
+ {"shape":"ConcurrentReferenceUpdateException"},
1059
1066
  {"shape":"EncryptionIntegrityChecksFailedException"},
1060
1067
  {"shape":"EncryptionKeyAccessDeniedException"},
1061
1068
  {"shape":"EncryptionKeyDisabledException"},
@@ -1728,6 +1735,12 @@
1728
1735
  },
1729
1736
  "exception":true
1730
1737
  },
1738
+ "ConcurrentReferenceUpdateException":{
1739
+ "type":"structure",
1740
+ "members":{
1741
+ },
1742
+ "exception":true
1743
+ },
1731
1744
  "Conflict":{
1732
1745
  "type":"structure",
1733
1746
  "members":{
@@ -1405,7 +1405,9 @@
1405
1405
  "EntityRecognizerMetadataEntityTypesListItem":{
1406
1406
  "type":"structure",
1407
1407
  "members":{
1408
- "Type":{"shape":"AnyLengthString"}
1408
+ "Type":{"shape":"AnyLengthString"},
1409
+ "EvaluationMetrics":{"shape":"EntityTypesEvaluationMetrics"},
1410
+ "NumberOfTrainMentions":{"shape":"Integer"}
1409
1411
  }
1410
1412
  },
1411
1413
  "EntityRecognizerProperties":{
@@ -1449,6 +1451,14 @@
1449
1451
  "max":64,
1450
1452
  "pattern":"[_A-Z0-9]+"
1451
1453
  },
1454
+ "EntityTypesEvaluationMetrics":{
1455
+ "type":"structure",
1456
+ "members":{
1457
+ "Precision":{"shape":"Double"},
1458
+ "Recall":{"shape":"Double"},
1459
+ "F1Score":{"shape":"Double"}
1460
+ }
1461
+ },
1452
1462
  "EntityTypesList":{
1453
1463
  "type":"list",
1454
1464
  "member":{"shape":"EntityTypesListItem"}