aws-sdk-core 2.11.204 → 2.11.205

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: 5556c422633b1e194c0aacfc39b07b2169d93602
4
- data.tar.gz: e83fd3de12c1ff68ae748a5d5f6f723236ce9d46
3
+ metadata.gz: 253baa5cebc1838027674a2bf514778dac414331
4
+ data.tar.gz: 13ea9f55a0acfca8d25345f4922a7623f2c1dfda
5
5
  SHA512:
6
- metadata.gz: 42863b50fa0e0f3c5a822d4049d65627744b7cf5bf7c0f41e1221c1b1e1a145b89d2173b1f0778ee8805bb0d6e47a6900fe216700329f9b49821675b27d7440d
7
- data.tar.gz: a4b92da0742d6dc95068577d0597db2df26fe2a0559453907100d71a1f33f9164db20d857283475f19b45d2fb2a06c5359c0ea8d0a7c19c3e5e3fb52c2a20f2f
6
+ metadata.gz: ba70e20dd94fb0872aeb30199bf52f0b2d82de3d52f65e65b538306331af603b4121153391ec39cbf3008b863ff8f6f2c6153eb2fab33396e573462062419a8c
7
+ data.tar.gz: 8fe2a51cc5c11b6fa7c62277b89ce1804a2e833bc5a280f3972f4754c4134713cc1f6156984781263a2138a25c588923a6e1bdbe5edc1d6d558ffe5cce7151cc
@@ -1040,6 +1040,25 @@
1040
1040
  }
1041
1041
  }
1042
1042
  },
1043
+ "AccelerationMode": {
1044
+ "type": "string",
1045
+ "enum": [
1046
+ "DISABLED",
1047
+ "ENABLED"
1048
+ ]
1049
+ },
1050
+ "AccelerationSettings": {
1051
+ "type": "structure",
1052
+ "members": {
1053
+ "Mode": {
1054
+ "shape": "AccelerationMode",
1055
+ "locationName": "mode"
1056
+ }
1057
+ },
1058
+ "required": [
1059
+ "Mode"
1060
+ ]
1061
+ },
1043
1062
  "AfdSignaling": {
1044
1063
  "type": "string",
1045
1064
  "enum": [
@@ -1385,6 +1404,10 @@
1385
1404
  "shape": "__integerMin96Max600",
1386
1405
  "locationName": "fontResolution"
1387
1406
  },
1407
+ "FontScript": {
1408
+ "shape": "FontScript",
1409
+ "locationName": "fontScript"
1410
+ },
1388
1411
  "FontSize": {
1389
1412
  "shape": "__integerMin0Max96",
1390
1413
  "locationName": "fontSize"
@@ -1558,6 +1581,10 @@
1558
1581
  "shape": "DvbSubDestinationSettings",
1559
1582
  "locationName": "dvbSubDestinationSettings"
1560
1583
  },
1584
+ "EmbeddedDestinationSettings": {
1585
+ "shape": "EmbeddedDestinationSettings",
1586
+ "locationName": "embeddedDestinationSettings"
1587
+ },
1561
1588
  "SccDestinationSettings": {
1562
1589
  "shape": "SccDestinationSettings",
1563
1590
  "locationName": "sccDestinationSettings"
@@ -1631,6 +1658,10 @@
1631
1658
  "TeletextSourceSettings": {
1632
1659
  "shape": "TeletextSourceSettings",
1633
1660
  "locationName": "teletextSourceSettings"
1661
+ },
1662
+ "TrackSourceSettings": {
1663
+ "shape": "TrackSourceSettings",
1664
+ "locationName": "trackSourceSettings"
1634
1665
  }
1635
1666
  }
1636
1667
  },
@@ -1647,7 +1678,8 @@
1647
1678
  "SRT",
1648
1679
  "SMI",
1649
1680
  "TELETEXT",
1650
- "NULL_SOURCE"
1681
+ "NULL_SOURCE",
1682
+ "IMSC"
1651
1683
  ]
1652
1684
  },
1653
1685
  "ChannelMapping": {
@@ -1953,6 +1985,10 @@
1953
1985
  "CreateJobRequest": {
1954
1986
  "type": "structure",
1955
1987
  "members": {
1988
+ "AccelerationSettings": {
1989
+ "shape": "AccelerationSettings",
1990
+ "locationName": "accelerationSettings"
1991
+ },
1956
1992
  "BillingTagsSource": {
1957
1993
  "shape": "BillingTagsSource",
1958
1994
  "locationName": "billingTagsSource"
@@ -2000,6 +2036,10 @@
2000
2036
  "CreateJobTemplateRequest": {
2001
2037
  "type": "structure",
2002
2038
  "members": {
2039
+ "AccelerationSettings": {
2040
+ "shape": "AccelerationSettings",
2041
+ "locationName": "accelerationSettings"
2042
+ },
2003
2043
  "Category": {
2004
2044
  "shape": "__string",
2005
2045
  "locationName": "category"
@@ -2414,6 +2454,10 @@
2414
2454
  "shape": "__integerMin96Max600",
2415
2455
  "locationName": "fontResolution"
2416
2456
  },
2457
+ "FontScript": {
2458
+ "shape": "FontScript",
2459
+ "locationName": "fontScript"
2460
+ },
2417
2461
  "FontSize": {
2418
2462
  "shape": "__integerMin0Max96",
2419
2463
  "locationName": "fontSize"
@@ -2736,6 +2780,15 @@
2736
2780
  "DISABLED"
2737
2781
  ]
2738
2782
  },
2783
+ "EmbeddedDestinationSettings": {
2784
+ "type": "structure",
2785
+ "members": {
2786
+ "Destination608ChannelNumber": {
2787
+ "shape": "__integerMin1Max4",
2788
+ "locationName": "destination608ChannelNumber"
2789
+ }
2790
+ }
2791
+ },
2739
2792
  "EmbeddedSourceSettings": {
2740
2793
  "type": "structure",
2741
2794
  "members": {
@@ -2820,6 +2873,14 @@
2820
2873
  }
2821
2874
  }
2822
2875
  },
2876
+ "FontScript": {
2877
+ "type": "string",
2878
+ "enum": [
2879
+ "AUTOMATIC",
2880
+ "HANS",
2881
+ "HANT"
2882
+ ]
2883
+ },
2823
2884
  "ForbiddenException": {
2824
2885
  "type": "structure",
2825
2886
  "members": {
@@ -4075,7 +4136,7 @@
4075
4136
  "locationName": "denoiseFilter"
4076
4137
  },
4077
4138
  "FileInput": {
4078
- "shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
4139
+ "shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL",
4079
4140
  "locationName": "fileInput"
4080
4141
  },
4081
4142
  "FilterEnable": {
@@ -4102,6 +4163,10 @@
4102
4163
  "shape": "InputPsiControl",
4103
4164
  "locationName": "psiControl"
4104
4165
  },
4166
+ "SupplementalImps": {
4167
+ "shape": "__listOf__stringPatternS3ASSETMAPXml",
4168
+ "locationName": "supplementalImps"
4169
+ },
4105
4170
  "TimecodeSource": {
4106
4171
  "shape": "InputTimecodeSource",
4107
4172
  "locationName": "timecodeSource"
@@ -4305,6 +4370,10 @@
4305
4370
  "Job": {
4306
4371
  "type": "structure",
4307
4372
  "members": {
4373
+ "AccelerationSettings": {
4374
+ "shape": "AccelerationSettings",
4375
+ "locationName": "accelerationSettings"
4376
+ },
4308
4377
  "Arn": {
4309
4378
  "shape": "__string",
4310
4379
  "locationName": "arn"
@@ -4417,6 +4486,10 @@
4417
4486
  "JobTemplate": {
4418
4487
  "type": "structure",
4419
4488
  "members": {
4489
+ "AccelerationSettings": {
4490
+ "shape": "AccelerationSettings",
4491
+ "locationName": "accelerationSettings"
4492
+ },
4420
4493
  "Arn": {
4421
4494
  "shape": "__string",
4422
4495
  "locationName": "arn"
@@ -4924,6 +4997,13 @@
4924
4997
  "EXCLUDE"
4925
4998
  ]
4926
4999
  },
5000
+ "M2tsForceTsVideoEbpOrder": {
5001
+ "type": "string",
5002
+ "enum": [
5003
+ "FORCE",
5004
+ "DEFAULT"
5005
+ ]
5006
+ },
4927
5007
  "M2tsNielsenId3": {
4928
5008
  "type": "string",
4929
5009
  "enum": [
@@ -5025,6 +5105,10 @@
5025
5105
  "shape": "M2tsEsRateInPes",
5026
5106
  "locationName": "esRateInPes"
5027
5107
  },
5108
+ "ForceTsVideoEbpOrder": {
5109
+ "shape": "M2tsForceTsVideoEbpOrder",
5110
+ "locationName": "forceTsVideoEbpOrder"
5111
+ },
5028
5112
  "FragmentTime": {
5029
5113
  "shape": "__doubleMin0",
5030
5114
  "locationName": "fragmentTime"
@@ -6337,7 +6421,7 @@
6337
6421
  "type": "structure",
6338
6422
  "members": {
6339
6423
  "CertificateArn": {
6340
- "shape": "__stringPatternArnAwsAcm",
6424
+ "shape": "__stringPatternArnAwsUsGovAcm",
6341
6425
  "locationName": "certificateArn"
6342
6426
  },
6343
6427
  "ResourceId": {
@@ -6521,6 +6605,15 @@
6521
6605
  "httpStatusCode": 429
6522
6606
  }
6523
6607
  },
6608
+ "TrackSourceSettings": {
6609
+ "type": "structure",
6610
+ "members": {
6611
+ "TrackNumber": {
6612
+ "shape": "__integerMin1Max2147483647",
6613
+ "locationName": "trackNumber"
6614
+ }
6615
+ }
6616
+ },
6524
6617
  "TtmlDestinationSettings": {
6525
6618
  "type": "structure",
6526
6619
  "members": {
@@ -6569,6 +6662,10 @@
6569
6662
  "UpdateJobTemplateRequest": {
6570
6663
  "type": "structure",
6571
6664
  "members": {
6665
+ "AccelerationSettings": {
6666
+ "shape": "AccelerationSettings",
6667
+ "locationName": "accelerationSettings"
6668
+ },
6572
6669
  "Category": {
6573
6670
  "shape": "__string",
6574
6671
  "locationName": "category"
@@ -7394,6 +7491,12 @@
7394
7491
  "shape": "__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"
7395
7492
  }
7396
7493
  },
7494
+ "__listOf__stringPatternS3ASSETMAPXml": {
7495
+ "type": "list",
7496
+ "member": {
7497
+ "shape": "__stringPatternS3ASSETMAPXml"
7498
+ }
7499
+ },
7397
7500
  "__long": {
7398
7501
  "type": "long"
7399
7502
  },
@@ -7540,9 +7643,9 @@
7540
7643
  "type": "string",
7541
7644
  "pattern": "^[A-Za-z0-9]{32}$"
7542
7645
  },
7543
- "__stringPatternArnAwsAcm": {
7646
+ "__stringPatternArnAwsUsGovAcm": {
7544
7647
  "type": "string",
7545
- "pattern": "^arn:aws:acm:"
7648
+ "pattern": "^arn:aws(-us-gov)?:acm:"
7546
7649
  },
7547
7650
  "__stringPatternDD": {
7548
7651
  "type": "string",
@@ -7560,14 +7663,18 @@
7560
7663
  "type": "string",
7561
7664
  "pattern": "^s3:\\/\\/"
7562
7665
  },
7563
- "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM": {
7666
+ "__stringPatternS3ASSETMAPXml": {
7564
7667
  "type": "string",
7565
- "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM])))$"
7668
+ "pattern": "^s3:\\/\\/.*\\/(ASSETMAP.xml)?$"
7566
7669
  },
7567
7670
  "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
7568
7671
  "type": "string",
7569
7672
  "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))$"
7570
7673
  },
7674
+ "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMXXMMLL": {
7675
+ "type": "string",
7676
+ "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
7677
+ },
7571
7678
  "__stringPatternWS": {
7572
7679
  "type": "string",
7573
7680
  "pattern": "^[\\w\\s]*$"
@@ -77,6 +77,19 @@
77
77
  {"shape":"InternalServerError"}
78
78
  ]
79
79
  },
80
+ "AttachVolume":{
81
+ "name":"AttachVolume",
82
+ "http":{
83
+ "method":"POST",
84
+ "requestUri":"/"
85
+ },
86
+ "input":{"shape":"AttachVolumeInput"},
87
+ "output":{"shape":"AttachVolumeOutput"},
88
+ "errors":[
89
+ {"shape":"InvalidGatewayRequestException"},
90
+ {"shape":"InternalServerError"}
91
+ ]
92
+ },
80
93
  "CancelArchival":{
81
94
  "name":"CancelArchival",
82
95
  "http":{
@@ -534,6 +547,19 @@
534
547
  {"shape":"InternalServerError"}
535
548
  ]
536
549
  },
550
+ "DetachVolume":{
551
+ "name":"DetachVolume",
552
+ "http":{
553
+ "method":"POST",
554
+ "requestUri":"/"
555
+ },
556
+ "input":{"shape":"DetachVolumeInput"},
557
+ "output":{"shape":"DetachVolumeOutput"},
558
+ "errors":[
559
+ {"shape":"InvalidGatewayRequestException"},
560
+ {"shape":"InternalServerError"}
561
+ ]
562
+ },
537
563
  "DisableGateway":{
538
564
  "name":"DisableGateway",
539
565
  "http":{
@@ -1010,6 +1036,28 @@
1010
1036
  "GatewayARN":{"shape":"GatewayARN"}
1011
1037
  }
1012
1038
  },
1039
+ "AttachVolumeInput":{
1040
+ "type":"structure",
1041
+ "required":[
1042
+ "GatewayARN",
1043
+ "VolumeARN",
1044
+ "NetworkInterfaceId"
1045
+ ],
1046
+ "members":{
1047
+ "GatewayARN":{"shape":"GatewayARN"},
1048
+ "TargetName":{"shape":"TargetName"},
1049
+ "VolumeARN":{"shape":"VolumeARN"},
1050
+ "NetworkInterfaceId":{"shape":"NetworkInterfaceId"},
1051
+ "DiskId":{"shape":"DiskId"}
1052
+ }
1053
+ },
1054
+ "AttachVolumeOutput":{
1055
+ "type":"structure",
1056
+ "members":{
1057
+ "VolumeARN":{"shape":"VolumeARN"},
1058
+ "TargetARN":{"shape":"TargetARN"}
1059
+ }
1060
+ },
1013
1061
  "Authentication":{
1014
1062
  "type":"string",
1015
1063
  "max":15,
@@ -1036,13 +1084,15 @@
1036
1084
  "VolumeId":{"shape":"VolumeId"},
1037
1085
  "VolumeType":{"shape":"VolumeType"},
1038
1086
  "VolumeStatus":{"shape":"VolumeStatus"},
1087
+ "VolumeAttachmentStatus":{"shape":"VolumeAttachmentStatus"},
1039
1088
  "VolumeSizeInBytes":{"shape":"long"},
1040
1089
  "VolumeProgress":{"shape":"DoubleObject"},
1041
1090
  "SourceSnapshotId":{"shape":"SnapshotId"},
1042
1091
  "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
1043
1092
  "CreatedDate":{"shape":"CreatedDate"},
1044
1093
  "VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"},
1045
- "KMSKey":{"shape":"KMSKey"}
1094
+ "KMSKey":{"shape":"KMSKey"},
1095
+ "TargetName":{"shape":"TargetName"}
1046
1096
  }
1047
1097
  },
1048
1098
  "CachediSCSIVolumes":{
@@ -1704,6 +1754,20 @@
1704
1754
  "max":255,
1705
1755
  "min":1
1706
1756
  },
1757
+ "DetachVolumeInput":{
1758
+ "type":"structure",
1759
+ "required":["VolumeARN"],
1760
+ "members":{
1761
+ "VolumeARN":{"shape":"VolumeARN"},
1762
+ "ForceDetach":{"shape":"Boolean"}
1763
+ }
1764
+ },
1765
+ "DetachVolumeOutput":{
1766
+ "type":"structure",
1767
+ "members":{
1768
+ "VolumeARN":{"shape":"VolumeARN"}
1769
+ }
1770
+ },
1707
1771
  "DeviceType":{
1708
1772
  "type":"string",
1709
1773
  "max":50,
@@ -1775,14 +1839,20 @@
1775
1839
  },
1776
1840
  "DomainName":{
1777
1841
  "type":"string",
1842
+ "max":1024,
1843
+ "min":1,
1778
1844
  "pattern":"^([a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}$"
1779
1845
  },
1780
1846
  "DomainUserName":{
1781
1847
  "type":"string",
1848
+ "max":1024,
1849
+ "min":1,
1782
1850
  "pattern":"^\\w[\\w\\.\\- ]*$"
1783
1851
  },
1784
1852
  "DomainUserPassword":{
1785
1853
  "type":"string",
1854
+ "max":1024,
1855
+ "min":1,
1786
1856
  "pattern":"^[ -~]+$",
1787
1857
  "sensitive":true
1788
1858
  },
@@ -1977,6 +2047,14 @@
1977
2047
  "type":"list",
1978
2048
  "member":{"shape":"GatewayInfo"}
1979
2049
  },
2050
+ "Host":{
2051
+ "type":"string",
2052
+ "pattern":"^(([a-zA-Z0-9\\-]*[a-zA-Z0-9])\\.)*([A-Za-z0-9\\-]*[A-Za-z0-9])(:(\\d+))?$"
2053
+ },
2054
+ "Hosts":{
2055
+ "type":"list",
2056
+ "member":{"shape":"Host"}
2057
+ },
1980
2058
  "HourOfDay":{
1981
2059
  "type":"integer",
1982
2060
  "max":23,
@@ -2028,6 +2106,8 @@
2028
2106
  "members":{
2029
2107
  "GatewayARN":{"shape":"GatewayARN"},
2030
2108
  "DomainName":{"shape":"DomainName"},
2109
+ "OrganizationalUnit":{"shape":"OrganizationalUnit"},
2110
+ "DomainControllers":{"shape":"Hosts"},
2031
2111
  "UserName":{"shape":"DomainUserName"},
2032
2112
  "Password":{"shape":"DomainUserPassword"}
2033
2113
  }
@@ -2282,6 +2362,11 @@
2282
2362
  "aws-exec-read"
2283
2363
  ]
2284
2364
  },
2365
+ "OrganizationalUnit":{
2366
+ "type":"string",
2367
+ "max":1024,
2368
+ "min":1
2369
+ },
2285
2370
  "Path":{"type":"string"},
2286
2371
  "PermissionId":{
2287
2372
  "type":"long",
@@ -2532,6 +2617,7 @@
2532
2617
  "VolumeId":{"shape":"VolumeId"},
2533
2618
  "VolumeType":{"shape":"VolumeType"},
2534
2619
  "VolumeStatus":{"shape":"VolumeStatus"},
2620
+ "VolumeAttachmentStatus":{"shape":"VolumeAttachmentStatus"},
2535
2621
  "VolumeSizeInBytes":{"shape":"long"},
2536
2622
  "VolumeProgress":{"shape":"DoubleObject"},
2537
2623
  "VolumeDiskId":{"shape":"DiskId"},
@@ -2540,7 +2626,8 @@
2540
2626
  "VolumeiSCSIAttributes":{"shape":"VolumeiSCSIAttributes"},
2541
2627
  "CreatedDate":{"shape":"CreatedDate"},
2542
2628
  "VolumeUsedInBytes":{"shape":"VolumeUsedInBytes"},
2543
- "KMSKey":{"shape":"KMSKey"}
2629
+ "KMSKey":{"shape":"KMSKey"},
2630
+ "TargetName":{"shape":"TargetName"}
2544
2631
  }
2545
2632
  },
2546
2633
  "StorediSCSIVolumes":{
@@ -2886,6 +2973,11 @@
2886
2973
  "type":"list",
2887
2974
  "member":{"shape":"VolumeARN"}
2888
2975
  },
2976
+ "VolumeAttachmentStatus":{
2977
+ "type":"string",
2978
+ "max":50,
2979
+ "min":3
2980
+ },
2889
2981
  "VolumeId":{
2890
2982
  "type":"string",
2891
2983
  "max":30,
@@ -2899,7 +2991,8 @@
2899
2991
  "GatewayARN":{"shape":"GatewayARN"},
2900
2992
  "GatewayId":{"shape":"GatewayId"},
2901
2993
  "VolumeType":{"shape":"VolumeType"},
2902
- "VolumeSizeInBytes":{"shape":"long"}
2994
+ "VolumeSizeInBytes":{"shape":"long"},
2995
+ "VolumeAttachmentStatus":{"shape":"VolumeAttachmentStatus"}
2903
2996
  }
2904
2997
  },
2905
2998
  "VolumeInfos":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.204'
2
+ VERSION = '2.11.205'
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.204
4
+ version: 2.11.205
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-11 00:00:00.000000000 Z
11
+ date: 2019-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath