aws-sdk-core 2.11.17 → 2.11.18

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: afc6a6fbc4193cb7024cd1dc42c443349d3e8517
4
- data.tar.gz: 00d29f4cd6286bc2423ea030d0bbefcdbe19bc28
3
+ metadata.gz: b105c2a091b54193f72efd0fc5f42af34f6d812a
4
+ data.tar.gz: 2350956f7f2dbf245eb4bb74f951d4dd839decb2
5
5
  SHA512:
6
- metadata.gz: 3328561db1c2f62861b41080f3d459855ef5d4a48f5080136841e84b59989841e6825fb7767ae14496f33604d07160985cd1ec0afd463b1991c082fc8c84e7c8
7
- data.tar.gz: 2eeb5132d5c71da6c1157d4722868779529fe1b874811872371590afda45918203cd43153fc4a2c13139889c5d55ee7efb6985003718c14162ad30d799de7166
6
+ metadata.gz: 39acd7808f154c43e54d8fa8f0c5fd195b983b4243e1065a747e945aa81d2bbaafefb909cf1489c5c388d81ff44e5c312f45fd47e5fda614f2a6896c43e1f691
7
+ data.tar.gz: 738adcdf53db3736d0da8a34d05e37868dc8ce3f2c426dfd78d3252dc3874f6a62e25bc7b52cd0b329d32af99545545ea57a562efd604b13d223e77b22fca335
@@ -57,6 +57,20 @@
57
57
  {"shape":"InvalidNextTokenException"}
58
58
  ]
59
59
  },
60
+ "GetReservationPurchaseRecommendation":{
61
+ "name":"GetReservationPurchaseRecommendation",
62
+ "http":{
63
+ "method":"POST",
64
+ "requestUri":"/"
65
+ },
66
+ "input":{"shape":"GetReservationPurchaseRecommendationRequest"},
67
+ "output":{"shape":"GetReservationPurchaseRecommendationResponse"},
68
+ "errors":[
69
+ {"shape":"LimitExceededException"},
70
+ {"shape":"DataUnavailableException"},
71
+ {"shape":"InvalidNextTokenException"}
72
+ ]
73
+ },
60
74
  "GetReservationUtilization":{
61
75
  "name":"GetReservationUtilization",
62
76
  "http":{
@@ -87,6 +101,10 @@
87
101
  }
88
102
  },
89
103
  "shapes":{
104
+ "AccountScope":{
105
+ "type":"string",
106
+ "enum":["PAYER"]
107
+ },
90
108
  "AttributeType":{"type":"string"},
91
109
  "AttributeValue":{"type":"string"},
92
110
  "Attributes":{
@@ -197,6 +215,25 @@
197
215
  "type":"list",
198
216
  "member":{"shape":"DimensionValuesWithAttributes"}
199
217
  },
218
+ "EC2InstanceDetails":{
219
+ "type":"structure",
220
+ "members":{
221
+ "Family":{"shape":"GenericString"},
222
+ "InstanceType":{"shape":"GenericString"},
223
+ "Region":{"shape":"GenericString"},
224
+ "AvailabilityZone":{"shape":"GenericString"},
225
+ "Platform":{"shape":"GenericString"},
226
+ "Tenancy":{"shape":"GenericString"},
227
+ "CurrentGeneration":{"shape":"GenericBoolean"},
228
+ "SizeFlexEligible":{"shape":"GenericBoolean"}
229
+ }
230
+ },
231
+ "EC2Specification":{
232
+ "type":"structure",
233
+ "members":{
234
+ "OfferingClass":{"shape":"OfferingClass"}
235
+ }
236
+ },
200
237
  "Entity":{"type":"string"},
201
238
  "ErrorMessage":{"type":"string"},
202
239
  "Estimated":{"type":"boolean"},
@@ -214,6 +251,8 @@
214
251
  "type":"list",
215
252
  "member":{"shape":"Expression"}
216
253
  },
254
+ "GenericBoolean":{"type":"boolean"},
255
+ "GenericString":{"type":"string"},
217
256
  "GetCostAndUsageRequest":{
218
257
  "type":"structure",
219
258
  "members":{
@@ -281,6 +320,29 @@
281
320
  "NextPageToken":{"shape":"NextPageToken"}
282
321
  }
283
322
  },
323
+ "GetReservationPurchaseRecommendationRequest":{
324
+ "type":"structure",
325
+ "required":["Service"],
326
+ "members":{
327
+ "AccountId":{"shape":"GenericString"},
328
+ "Service":{"shape":"GenericString"},
329
+ "AccountScope":{"shape":"AccountScope"},
330
+ "LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
331
+ "TermInYears":{"shape":"TermInYears"},
332
+ "PaymentOption":{"shape":"PaymentOption"},
333
+ "ServiceSpecification":{"shape":"ServiceSpecification"},
334
+ "PageSize":{"shape":"NonNegativeInteger"},
335
+ "NextPageToken":{"shape":"NextPageToken"}
336
+ }
337
+ },
338
+ "GetReservationPurchaseRecommendationResponse":{
339
+ "type":"structure",
340
+ "members":{
341
+ "Metadata":{"shape":"ReservationPurchaseRecommendationMetadata"},
342
+ "Recommendations":{"shape":"ReservationPurchaseRecommendations"},
343
+ "NextPageToken":{"shape":"NextPageToken"}
344
+ }
345
+ },
284
346
  "GetReservationUtilizationRequest":{
285
347
  "type":"structure",
286
348
  "required":["TimePeriod"],
@@ -362,6 +424,12 @@
362
424
  "type":"list",
363
425
  "member":{"shape":"Group"}
364
426
  },
427
+ "InstanceDetails":{
428
+ "type":"structure",
429
+ "members":{
430
+ "EC2InstanceDetails":{"shape":"EC2InstanceDetails"}
431
+ }
432
+ },
365
433
  "InvalidNextTokenException":{
366
434
  "type":"structure",
367
435
  "members":{
@@ -381,6 +449,14 @@
381
449
  },
382
450
  "exception":true
383
451
  },
452
+ "LookbackPeriodInDays":{
453
+ "type":"string",
454
+ "enum":[
455
+ "SEVEN_DAYS",
456
+ "THIRTY_DAYS",
457
+ "SIXTY_DAYS"
458
+ ]
459
+ },
384
460
  "MetricAmount":{"type":"string"},
385
461
  "MetricName":{"type":"string"},
386
462
  "MetricNames":{
@@ -401,8 +477,27 @@
401
477
  "value":{"shape":"MetricValue"}
402
478
  },
403
479
  "NextPageToken":{"type":"string"},
480
+ "NonNegativeInteger":{
481
+ "type":"integer",
482
+ "min":0
483
+ },
484
+ "OfferingClass":{
485
+ "type":"string",
486
+ "enum":[
487
+ "STANDARD",
488
+ "CONVERTIBLE"
489
+ ]
490
+ },
404
491
  "OnDemandHours":{"type":"string"},
405
492
  "PageSize":{"type":"integer"},
493
+ "PaymentOption":{
494
+ "type":"string",
495
+ "enum":[
496
+ "NO_UPFRONT",
497
+ "PARTIAL_UPFRONT",
498
+ "ALL_UPFRONT"
499
+ ]
500
+ },
406
501
  "PurchasedHours":{"type":"string"},
407
502
  "ReservationAggregates":{
408
503
  "type":"structure",
@@ -426,6 +521,64 @@
426
521
  },
427
522
  "ReservationGroupKey":{"type":"string"},
428
523
  "ReservationGroupValue":{"type":"string"},
524
+ "ReservationPurchaseRecommendation":{
525
+ "type":"structure",
526
+ "members":{
527
+ "AccountScope":{"shape":"AccountScope"},
528
+ "LookbackPeriodInDays":{"shape":"LookbackPeriodInDays"},
529
+ "TermInYears":{"shape":"TermInYears"},
530
+ "PaymentOption":{"shape":"PaymentOption"},
531
+ "ServiceSpecification":{"shape":"ServiceSpecification"},
532
+ "RecommendationDetails":{"shape":"ReservationPurchaseRecommendationDetails"},
533
+ "RecommendationSummary":{"shape":"ReservationPurchaseRecommendationSummary"}
534
+ }
535
+ },
536
+ "ReservationPurchaseRecommendationDetail":{
537
+ "type":"structure",
538
+ "members":{
539
+ "InstanceDetails":{"shape":"InstanceDetails"},
540
+ "RecommendedNumberOfInstancesToPurchase":{"shape":"GenericString"},
541
+ "RecommendedNormalizedUnitsToPurchase":{"shape":"GenericString"},
542
+ "MinimumNumberOfInstancesUsedPerHour":{"shape":"GenericString"},
543
+ "MinimumNormalizedUnitsUsedPerHour":{"shape":"GenericString"},
544
+ "MaximumNumberOfInstancesUsedPerHour":{"shape":"GenericString"},
545
+ "MaximumNormalizedUnitsUsedPerHour":{"shape":"GenericString"},
546
+ "AverageNumberOfInstancesUsedPerHour":{"shape":"GenericString"},
547
+ "AverageNormalizedUnitsUsedPerHour":{"shape":"GenericString"},
548
+ "AverageUtilization":{"shape":"GenericString"},
549
+ "EstimatedBreakEvenInMonths":{"shape":"GenericString"},
550
+ "CurrencyCode":{"shape":"GenericString"},
551
+ "EstimatedMonthlySavingsAmount":{"shape":"GenericString"},
552
+ "EstimatedMonthlySavingsPercentage":{"shape":"GenericString"},
553
+ "EstimatedMonthlyOnDemandCost":{"shape":"GenericString"},
554
+ "EstimatedReservationCostForLookbackPeriod":{"shape":"GenericString"},
555
+ "UpfrontCost":{"shape":"GenericString"},
556
+ "RecurringStandardMonthlyCost":{"shape":"GenericString"}
557
+ }
558
+ },
559
+ "ReservationPurchaseRecommendationDetails":{
560
+ "type":"list",
561
+ "member":{"shape":"ReservationPurchaseRecommendationDetail"}
562
+ },
563
+ "ReservationPurchaseRecommendationMetadata":{
564
+ "type":"structure",
565
+ "members":{
566
+ "RecommendationId":{"shape":"GenericString"},
567
+ "GenerationTimestamp":{"shape":"GenericString"}
568
+ }
569
+ },
570
+ "ReservationPurchaseRecommendationSummary":{
571
+ "type":"structure",
572
+ "members":{
573
+ "TotalEstimatedMonthlySavingsAmount":{"shape":"GenericString"},
574
+ "TotalEstimatedMonthlySavingsPercentage":{"shape":"GenericString"},
575
+ "CurrencyCode":{"shape":"GenericString"}
576
+ }
577
+ },
578
+ "ReservationPurchaseRecommendations":{
579
+ "type":"list",
580
+ "member":{"shape":"ReservationPurchaseRecommendation"}
581
+ },
429
582
  "ReservationUtilizationGroup":{
430
583
  "type":"structure",
431
584
  "members":{
@@ -454,6 +607,12 @@
454
607
  "member":{"shape":"ResultByTime"}
455
608
  },
456
609
  "SearchString":{"type":"string"},
610
+ "ServiceSpecification":{
611
+ "type":"structure",
612
+ "members":{
613
+ "EC2Specification":{"shape":"EC2Specification"}
614
+ }
615
+ },
457
616
  "TagKey":{"type":"string"},
458
617
  "TagList":{
459
618
  "type":"list",
@@ -466,6 +625,13 @@
466
625
  "Values":{"shape":"Values"}
467
626
  }
468
627
  },
628
+ "TermInYears":{
629
+ "type":"string",
630
+ "enum":[
631
+ "ONE_YEAR",
632
+ "THREE_YEARS"
633
+ ]
634
+ },
469
635
  "TotalActualHours":{"type":"string"},
470
636
  "TotalRunningHours":{"type":"string"},
471
637
  "UnusedHours":{"type":"string"},
@@ -12,6 +12,19 @@
12
12
  "uid":"config-2014-11-12"
13
13
  },
14
14
  "operations":{
15
+ "BatchGetResourceConfig":{
16
+ "name":"BatchGetResourceConfig",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"BatchGetResourceConfigRequest"},
22
+ "output":{"shape":"BatchGetResourceConfigResponse"},
23
+ "errors":[
24
+ {"shape":"ValidationException"},
25
+ {"shape":"NoAvailableConfigurationRecorderException"}
26
+ ]
27
+ },
15
28
  "DeleteConfigRule":{
16
29
  "name":"DeleteConfigRule",
17
30
  "http":{
@@ -373,11 +386,48 @@
373
386
  "AllSupported":{"type":"boolean"},
374
387
  "AvailabilityZone":{"type":"string"},
375
388
  "AwsRegion":{"type":"string"},
389
+ "BaseConfigurationItem":{
390
+ "type":"structure",
391
+ "members":{
392
+ "version":{"shape":"Version"},
393
+ "accountId":{"shape":"AccountId"},
394
+ "configurationItemCaptureTime":{"shape":"ConfigurationItemCaptureTime"},
395
+ "configurationItemStatus":{"shape":"ConfigurationItemStatus"},
396
+ "configurationStateId":{"shape":"ConfigurationStateId"},
397
+ "arn":{"shape":"ARN"},
398
+ "resourceType":{"shape":"ResourceType"},
399
+ "resourceId":{"shape":"ResourceId"},
400
+ "resourceName":{"shape":"ResourceName"},
401
+ "awsRegion":{"shape":"AwsRegion"},
402
+ "availabilityZone":{"shape":"AvailabilityZone"},
403
+ "resourceCreationTime":{"shape":"ResourceCreationTime"},
404
+ "configuration":{"shape":"Configuration"},
405
+ "supplementaryConfiguration":{"shape":"SupplementaryConfiguration"}
406
+ }
407
+ },
408
+ "BaseConfigurationItems":{
409
+ "type":"list",
410
+ "member":{"shape":"BaseConfigurationItem"}
411
+ },
376
412
  "BaseResourceId":{
377
413
  "type":"string",
378
414
  "max":768,
379
415
  "min":1
380
416
  },
417
+ "BatchGetResourceConfigRequest":{
418
+ "type":"structure",
419
+ "required":["resourceKeys"],
420
+ "members":{
421
+ "resourceKeys":{"shape":"ResourceKeys"}
422
+ }
423
+ },
424
+ "BatchGetResourceConfigResponse":{
425
+ "type":"structure",
426
+ "members":{
427
+ "baseConfigurationItems":{"shape":"BaseConfigurationItems"},
428
+ "unprocessedResourceKeys":{"shape":"ResourceKeys"}
429
+ }
430
+ },
381
431
  "Boolean":{"type":"boolean"},
382
432
  "ChannelName":{
383
433
  "type":"string",
@@ -1299,6 +1349,23 @@
1299
1349
  },
1300
1350
  "exception":true
1301
1351
  },
1352
+ "ResourceKey":{
1353
+ "type":"structure",
1354
+ "required":[
1355
+ "resourceType",
1356
+ "resourceId"
1357
+ ],
1358
+ "members":{
1359
+ "resourceType":{"shape":"ResourceType"},
1360
+ "resourceId":{"shape":"ResourceId"}
1361
+ }
1362
+ },
1363
+ "ResourceKeys":{
1364
+ "type":"list",
1365
+ "member":{"shape":"ResourceKey"},
1366
+ "max":100,
1367
+ "min":1
1368
+ },
1302
1369
  "ResourceName":{"type":"string"},
1303
1370
  "ResourceNotDiscoveredException":{
1304
1371
  "type":"structure",
@@ -1125,7 +1125,9 @@
1125
1125
  "members":{
1126
1126
  "capabilities":{"shape":"KernelCapabilities"},
1127
1127
  "devices":{"shape":"DevicesList"},
1128
- "initProcessEnabled":{"shape":"BoxedBoolean"}
1128
+ "initProcessEnabled":{"shape":"BoxedBoolean"},
1129
+ "sharedMemorySize":{"shape":"BoxedInteger"},
1130
+ "tmpfs":{"shape":"TmpfsList"}
1129
1131
  }
1130
1132
  },
1131
1133
  "ListAttributesRequest":{
@@ -1770,6 +1772,22 @@
1770
1772
  "member":{"shape":"Task"}
1771
1773
  },
1772
1774
  "Timestamp":{"type":"timestamp"},
1775
+ "Tmpfs":{
1776
+ "type":"structure",
1777
+ "required":[
1778
+ "containerPath",
1779
+ "size"
1780
+ ],
1781
+ "members":{
1782
+ "containerPath":{"shape":"String"},
1783
+ "size":{"shape":"Integer"},
1784
+ "mountOptions":{"shape":"StringList"}
1785
+ }
1786
+ },
1787
+ "TmpfsList":{
1788
+ "type":"list",
1789
+ "member":{"shape":"Tmpfs"}
1790
+ },
1773
1791
  "TransportProtocol":{
1774
1792
  "type":"string",
1775
1793
  "enum":[
@@ -422,6 +422,7 @@
422
422
  "NextToken":{"shape":"NextToken"}
423
423
  }
424
424
  },
425
+ "MessageGroupId":{"type":"string"},
425
426
  "NextToken":{
426
427
  "type":"string",
427
428
  "max":2048,
@@ -677,6 +678,12 @@
677
678
  "type":"string",
678
679
  "max":256
679
680
  },
681
+ "SqsParameters":{
682
+ "type":"structure",
683
+ "members":{
684
+ "MessageGroupId":{"shape":"MessageGroupId"}
685
+ }
686
+ },
680
687
  "StatementId":{
681
688
  "type":"string",
682
689
  "max":64,
@@ -700,7 +707,8 @@
700
707
  "KinesisParameters":{"shape":"KinesisParameters"},
701
708
  "RunCommandParameters":{"shape":"RunCommandParameters"},
702
709
  "EcsParameters":{"shape":"EcsParameters"},
703
- "BatchParameters":{"shape":"BatchParameters"}
710
+ "BatchParameters":{"shape":"BatchParameters"},
711
+ "SqsParameters":{"shape":"SqsParameters"}
704
712
  }
705
713
  },
706
714
  "TargetArn":{
@@ -1779,8 +1779,7 @@
1779
1779
  "type":"structure",
1780
1780
  "required":[
1781
1781
  "EndpointName",
1782
- "RoleArn",
1783
- "PublicKey"
1782
+ "RoleArn"
1784
1783
  ],
1785
1784
  "members":{
1786
1785
  "EndpointName":{"shape":"GenericString"},
@@ -2200,6 +2199,7 @@
2200
2199
  "SecurityGroupIds":{"shape":"StringList"},
2201
2200
  "SubnetId":{"shape":"GenericString"},
2202
2201
  "YarnEndpointAddress":{"shape":"GenericString"},
2202
+ "PrivateAddress":{"shape":"GenericString"},
2203
2203
  "ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
2204
2204
  "PublicAddress":{"shape":"GenericString"},
2205
2205
  "Status":{"shape":"GenericString"},
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "errors": [
29
29
  {
30
- "shape": "BadRequestException"
30
+ "shape": "UnprocessableEntityException"
31
31
  },
32
32
  {
33
- "shape": "UnprocessableEntityException"
33
+ "shape": "BadRequestException"
34
34
  },
35
35
  {
36
36
  "shape": "InternalServerErrorException"
@@ -544,11 +544,45 @@
544
544
  "shape": "UpdateChannelResponse"
545
545
  },
546
546
  "errors": [
547
+ {
548
+ "shape": "UnprocessableEntityException"
549
+ },
547
550
  {
548
551
  "shape": "BadRequestException"
549
552
  },
550
553
  {
551
- "shape": "UnprocessableEntityException"
554
+ "shape": "InternalServerErrorException"
555
+ },
556
+ {
557
+ "shape": "ForbiddenException"
558
+ },
559
+ {
560
+ "shape": "BadGatewayException"
561
+ },
562
+ {
563
+ "shape": "GatewayTimeoutException"
564
+ },
565
+ {
566
+ "shape": "ConflictException"
567
+ }
568
+ ]
569
+ },
570
+ "UpdateInput": {
571
+ "name": "UpdateInput",
572
+ "http": {
573
+ "method": "PUT",
574
+ "requestUri": "/prod/inputs/{inputId}",
575
+ "responseCode": 200
576
+ },
577
+ "input": {
578
+ "shape": "UpdateInputRequest"
579
+ },
580
+ "output": {
581
+ "shape": "UpdateInputResponse"
582
+ },
583
+ "errors": [
584
+ {
585
+ "shape": "BadRequestException"
552
586
  },
553
587
  {
554
588
  "shape": "InternalServerErrorException"
@@ -559,6 +593,46 @@
559
593
  {
560
594
  "shape": "BadGatewayException"
561
595
  },
596
+ {
597
+ "shape": "NotFoundException"
598
+ },
599
+ {
600
+ "shape": "GatewayTimeoutException"
601
+ },
602
+ {
603
+ "shape": "ConflictException"
604
+ }
605
+ ]
606
+ },
607
+ "UpdateInputSecurityGroup": {
608
+ "name": "UpdateInputSecurityGroup",
609
+ "http": {
610
+ "method": "PUT",
611
+ "requestUri": "/prod/inputSecurityGroups/{inputSecurityGroupId}",
612
+ "responseCode": 200
613
+ },
614
+ "input": {
615
+ "shape": "UpdateInputSecurityGroupRequest"
616
+ },
617
+ "output": {
618
+ "shape": "UpdateInputSecurityGroupResponse"
619
+ },
620
+ "errors": [
621
+ {
622
+ "shape": "BadRequestException"
623
+ },
624
+ {
625
+ "shape": "InternalServerErrorException"
626
+ },
627
+ {
628
+ "shape": "ForbiddenException"
629
+ },
630
+ {
631
+ "shape": "BadGatewayException"
632
+ },
633
+ {
634
+ "shape": "NotFoundException"
635
+ },
562
636
  {
563
637
  "shape": "GatewayTimeoutException"
564
638
  },
@@ -1603,7 +1677,7 @@
1603
1677
  "Reserved": {
1604
1678
  "shape": "__string",
1605
1679
  "locationName": "reserved",
1606
- "deprecated": true
1680
+ "deprecated" : true
1607
1681
  },
1608
1682
  "RoleArn": {
1609
1683
  "shape": "__string",
@@ -2011,6 +2085,14 @@
2011
2085
  "shape": "__string",
2012
2086
  "locationName": "id"
2013
2087
  },
2088
+ "Inputs": {
2089
+ "shape": "__listOf__string",
2090
+ "locationName": "inputs"
2091
+ },
2092
+ "State": {
2093
+ "shape": "InputSecurityGroupState",
2094
+ "locationName": "state"
2095
+ },
2014
2096
  "WhitelistRules": {
2015
2097
  "shape": "__listOfInputWhitelistRule",
2016
2098
  "locationName": "whitelistRules"
@@ -3612,12 +3694,29 @@
3612
3694
  "shape": "__string",
3613
3695
  "locationName": "id"
3614
3696
  },
3697
+ "Inputs": {
3698
+ "shape": "__listOf__string",
3699
+ "locationName": "inputs"
3700
+ },
3701
+ "State": {
3702
+ "shape": "InputSecurityGroupState",
3703
+ "locationName": "state"
3704
+ },
3615
3705
  "WhitelistRules": {
3616
3706
  "shape": "__listOfInputWhitelistRule",
3617
3707
  "locationName": "whitelistRules"
3618
3708
  }
3619
3709
  }
3620
3710
  },
3711
+ "InputSecurityGroupState": {
3712
+ "type": "string",
3713
+ "enum": [
3714
+ "IDLE",
3715
+ "IN_USE",
3716
+ "UPDATING",
3717
+ "DELETED"
3718
+ ]
3719
+ },
3621
3720
  "InputSecurityGroupWhitelistRequest": {
3622
3721
  "type": "structure",
3623
3722
  "members": {
@@ -5142,6 +5241,10 @@
5142
5241
  "shape": "EncoderSettings",
5143
5242
  "locationName": "encoderSettings"
5144
5243
  },
5244
+ "InputAttachments": {
5245
+ "shape": "__listOfInputAttachment",
5246
+ "locationName": "inputAttachments"
5247
+ },
5145
5248
  "InputSpecification": {
5146
5249
  "shape": "InputSpecification",
5147
5250
  "locationName": "inputSpecification"
@@ -5172,6 +5275,10 @@
5172
5275
  "shape": "EncoderSettings",
5173
5276
  "locationName": "encoderSettings"
5174
5277
  },
5278
+ "InputAttachments": {
5279
+ "shape": "__listOfInputAttachment",
5280
+ "locationName": "inputAttachments"
5281
+ },
5175
5282
  "InputSpecification": {
5176
5283
  "shape": "InputSpecification",
5177
5284
  "locationName": "inputSpecification"
@@ -5207,6 +5314,109 @@
5207
5314
  }
5208
5315
  }
5209
5316
  },
5317
+ "UpdateInput": {
5318
+ "type": "structure",
5319
+ "members": {
5320
+ "Destinations": {
5321
+ "shape": "__listOfInputDestinationRequest",
5322
+ "locationName": "destinations"
5323
+ },
5324
+ "InputSecurityGroups": {
5325
+ "shape": "__listOf__string",
5326
+ "locationName": "inputSecurityGroups"
5327
+ },
5328
+ "Name": {
5329
+ "shape": "__string",
5330
+ "locationName": "name"
5331
+ },
5332
+ "Sources": {
5333
+ "shape": "__listOfInputSourceRequest",
5334
+ "locationName": "sources"
5335
+ }
5336
+ }
5337
+ },
5338
+ "UpdateInputRequest": {
5339
+ "type": "structure",
5340
+ "members": {
5341
+ "Destinations": {
5342
+ "shape": "__listOfInputDestinationRequest",
5343
+ "locationName": "destinations"
5344
+ },
5345
+ "InputId": {
5346
+ "shape": "__string",
5347
+ "location": "uri",
5348
+ "locationName": "inputId"
5349
+ },
5350
+ "InputSecurityGroups": {
5351
+ "shape": "__listOf__string",
5352
+ "locationName": "inputSecurityGroups"
5353
+ },
5354
+ "Name": {
5355
+ "shape": "__string",
5356
+ "locationName": "name"
5357
+ },
5358
+ "Sources": {
5359
+ "shape": "__listOfInputSourceRequest",
5360
+ "locationName": "sources"
5361
+ }
5362
+ },
5363
+ "required": [
5364
+ "InputId"
5365
+ ]
5366
+ },
5367
+ "UpdateInputResponse": {
5368
+ "type": "structure",
5369
+ "members": {
5370
+ "Input": {
5371
+ "shape": "Input",
5372
+ "locationName": "input"
5373
+ }
5374
+ }
5375
+ },
5376
+ "UpdateInputResultModel": {
5377
+ "type": "structure",
5378
+ "members": {
5379
+ "Input": {
5380
+ "shape": "Input",
5381
+ "locationName": "input"
5382
+ }
5383
+ }
5384
+ },
5385
+ "UpdateInputSecurityGroupRequest": {
5386
+ "type": "structure",
5387
+ "members": {
5388
+ "InputSecurityGroupId": {
5389
+ "shape": "__string",
5390
+ "location": "uri",
5391
+ "locationName": "inputSecurityGroupId"
5392
+ },
5393
+ "WhitelistRules": {
5394
+ "shape": "__listOfInputWhitelistRuleCidr",
5395
+ "locationName": "whitelistRules"
5396
+ }
5397
+ },
5398
+ "required": [
5399
+ "InputSecurityGroupId"
5400
+ ]
5401
+ },
5402
+ "UpdateInputSecurityGroupResponse": {
5403
+ "type": "structure",
5404
+ "members": {
5405
+ "SecurityGroup": {
5406
+ "shape": "InputSecurityGroup",
5407
+ "locationName": "securityGroup"
5408
+ }
5409
+ }
5410
+ },
5411
+ "UpdateInputSecurityGroupResultModel": {
5412
+ "type": "structure",
5413
+ "members": {
5414
+ "SecurityGroup": {
5415
+ "shape": "InputSecurityGroup",
5416
+ "locationName": "securityGroup"
5417
+ }
5418
+ }
5419
+ },
5210
5420
  "ValidationError": {
5211
5421
  "type": "structure",
5212
5422
  "members": {
@@ -769,6 +769,7 @@
769
769
  "eu-west-1" : { },
770
770
  "us-east-1" : { },
771
771
  "us-east-2" : { },
772
+ "us-west-1" : { },
772
773
  "us-west-2" : { }
773
774
  }
774
775
  },
@@ -1626,6 +1627,7 @@
1626
1627
  "ap-northeast-1" : { },
1627
1628
  "ap-northeast-2" : { },
1628
1629
  "ap-south-1" : { },
1630
+ "ap-southeast-1" : { },
1629
1631
  "ap-southeast-2" : { },
1630
1632
  "ca-central-1" : { },
1631
1633
  "eu-central-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.17'
2
+ VERSION = '2.11.18'
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.17
4
+ version: 2.11.18
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: 2018-03-16 00:00:00.000000000 Z
11
+ date: 2018-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath