aws-sdk-core 2.11.435 → 2.11.436
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/datasync/2018-11-09/api-2.json +115 -18
- data/apis/ecs/2014-11-13/api-2.json +14 -3
- data/apis/eks/2017-11-01/api-2.json +2 -0
- data/endpoints.json +16 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc60050b7ce43855140c50561b7400495eac7259
|
4
|
+
data.tar.gz: 7b0ce143fa4bbc9fd5dff0a851a4113edbfa023f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '04379723e41272c9233ce1fc8ab564c2adf50ecb42cd682457a1c4736ceeb05f2072c996dadd3db8aae63371d3d7253be4e1da86177b3d6ebb81cbb88adeec33'
|
7
|
+
data.tar.gz: c225ad8c52cb4e7ae4865ad598ed438472e531e258ab9a13beaed5839ff836fa85d7ebb0995e38cecaa521cfb290ed979cfb8919cd4cbf5d5536c224716db727
|
@@ -53,6 +53,19 @@
|
|
53
53
|
{"shape":"InternalException"}
|
54
54
|
]
|
55
55
|
},
|
56
|
+
"CreateLocationFsxWindows":{
|
57
|
+
"name":"CreateLocationFsxWindows",
|
58
|
+
"http":{
|
59
|
+
"method":"POST",
|
60
|
+
"requestUri":"/"
|
61
|
+
},
|
62
|
+
"input":{"shape":"CreateLocationFsxWindowsRequest"},
|
63
|
+
"output":{"shape":"CreateLocationFsxWindowsResponse"},
|
64
|
+
"errors":[
|
65
|
+
{"shape":"InvalidRequestException"},
|
66
|
+
{"shape":"InternalException"}
|
67
|
+
]
|
68
|
+
},
|
56
69
|
"CreateLocationNfs":{
|
57
70
|
"name":"CreateLocationNfs",
|
58
71
|
"http":{
|
@@ -170,6 +183,19 @@
|
|
170
183
|
{"shape":"InternalException"}
|
171
184
|
]
|
172
185
|
},
|
186
|
+
"DescribeLocationFsxWindows":{
|
187
|
+
"name":"DescribeLocationFsxWindows",
|
188
|
+
"http":{
|
189
|
+
"method":"POST",
|
190
|
+
"requestUri":"/"
|
191
|
+
},
|
192
|
+
"input":{"shape":"DescribeLocationFsxWindowsRequest"},
|
193
|
+
"output":{"shape":"DescribeLocationFsxWindowsResponse"},
|
194
|
+
"errors":[
|
195
|
+
{"shape":"InvalidRequestException"},
|
196
|
+
{"shape":"InternalException"}
|
197
|
+
]
|
198
|
+
},
|
173
199
|
"DescribeLocationNfs":{
|
174
200
|
"name":"DescribeLocationNfs",
|
175
201
|
"http":{
|
@@ -450,7 +476,7 @@
|
|
450
476
|
"Ec2Config"
|
451
477
|
],
|
452
478
|
"members":{
|
453
|
-
"Subdirectory":{"shape":"
|
479
|
+
"Subdirectory":{"shape":"EfsSubdirectory"},
|
454
480
|
"EfsFilesystemArn":{"shape":"EfsFilesystemArn"},
|
455
481
|
"Ec2Config":{"shape":"Ec2Config"},
|
456
482
|
"Tags":{"shape":"TagList"}
|
@@ -462,6 +488,30 @@
|
|
462
488
|
"LocationArn":{"shape":"LocationArn"}
|
463
489
|
}
|
464
490
|
},
|
491
|
+
"CreateLocationFsxWindowsRequest":{
|
492
|
+
"type":"structure",
|
493
|
+
"required":[
|
494
|
+
"FsxFilesystemArn",
|
495
|
+
"SecurityGroupArns",
|
496
|
+
"User",
|
497
|
+
"Password"
|
498
|
+
],
|
499
|
+
"members":{
|
500
|
+
"Subdirectory":{"shape":"FsxWindowsSubdirectory"},
|
501
|
+
"FsxFilesystemArn":{"shape":"FsxFilesystemArn"},
|
502
|
+
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
|
503
|
+
"Tags":{"shape":"TagList"},
|
504
|
+
"User":{"shape":"SmbUser"},
|
505
|
+
"Domain":{"shape":"SmbDomain"},
|
506
|
+
"Password":{"shape":"SmbPassword"}
|
507
|
+
}
|
508
|
+
},
|
509
|
+
"CreateLocationFsxWindowsResponse":{
|
510
|
+
"type":"structure",
|
511
|
+
"members":{
|
512
|
+
"LocationArn":{"shape":"LocationArn"}
|
513
|
+
}
|
514
|
+
},
|
465
515
|
"CreateLocationNfsRequest":{
|
466
516
|
"type":"structure",
|
467
517
|
"required":[
|
@@ -470,7 +520,7 @@
|
|
470
520
|
"OnPremConfig"
|
471
521
|
],
|
472
522
|
"members":{
|
473
|
-
"Subdirectory":{"shape":"
|
523
|
+
"Subdirectory":{"shape":"NfsSubdirectory"},
|
474
524
|
"ServerHostname":{"shape":"ServerHostname"},
|
475
525
|
"OnPremConfig":{"shape":"OnPremConfig"},
|
476
526
|
"MountOptions":{"shape":"NfsMountOptions"},
|
@@ -490,7 +540,7 @@
|
|
490
540
|
"S3Config"
|
491
541
|
],
|
492
542
|
"members":{
|
493
|
-
"Subdirectory":{"shape":"
|
543
|
+
"Subdirectory":{"shape":"S3Subdirectory"},
|
494
544
|
"S3BucketArn":{"shape":"S3BucketArn"},
|
495
545
|
"S3StorageClass":{"shape":"S3StorageClass"},
|
496
546
|
"S3Config":{"shape":"S3Config"},
|
@@ -513,7 +563,7 @@
|
|
513
563
|
"AgentArns"
|
514
564
|
],
|
515
565
|
"members":{
|
516
|
-
"Subdirectory":{"shape":"
|
566
|
+
"Subdirectory":{"shape":"SmbSubdirectory"},
|
517
567
|
"ServerHostname":{"shape":"ServerHostname"},
|
518
568
|
"User":{"shape":"SmbUser"},
|
519
569
|
"Domain":{"shape":"SmbDomain"},
|
@@ -623,6 +673,24 @@
|
|
623
673
|
"CreationTime":{"shape":"Time"}
|
624
674
|
}
|
625
675
|
},
|
676
|
+
"DescribeLocationFsxWindowsRequest":{
|
677
|
+
"type":"structure",
|
678
|
+
"required":["LocationArn"],
|
679
|
+
"members":{
|
680
|
+
"LocationArn":{"shape":"LocationArn"}
|
681
|
+
}
|
682
|
+
},
|
683
|
+
"DescribeLocationFsxWindowsResponse":{
|
684
|
+
"type":"structure",
|
685
|
+
"members":{
|
686
|
+
"LocationArn":{"shape":"LocationArn"},
|
687
|
+
"LocationUri":{"shape":"LocationUri"},
|
688
|
+
"SecurityGroupArns":{"shape":"Ec2SecurityGroupArnList"},
|
689
|
+
"CreationTime":{"shape":"Time"},
|
690
|
+
"User":{"shape":"SmbUser"},
|
691
|
+
"Domain":{"shape":"SmbDomain"}
|
692
|
+
}
|
693
|
+
},
|
626
694
|
"DescribeLocationNfsRequest":{
|
627
695
|
"type":"structure",
|
628
696
|
"required":["LocationArn"],
|
@@ -767,6 +835,11 @@
|
|
767
835
|
"max":128,
|
768
836
|
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):elasticfilesystem:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
769
837
|
},
|
838
|
+
"EfsSubdirectory":{
|
839
|
+
"type":"string",
|
840
|
+
"max":4096,
|
841
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
|
842
|
+
},
|
770
843
|
"Endpoint":{
|
771
844
|
"type":"string",
|
772
845
|
"max":15,
|
@@ -805,6 +878,16 @@
|
|
805
878
|
"max":409600,
|
806
879
|
"pattern":"^[^\\x00]+$"
|
807
880
|
},
|
881
|
+
"FsxFilesystemArn":{
|
882
|
+
"type":"string",
|
883
|
+
"max":128,
|
884
|
+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):fsx:[a-z\\-0-9]*:[0-9]{12}:file-system/fs-.*$"
|
885
|
+
},
|
886
|
+
"FsxWindowsSubdirectory":{
|
887
|
+
"type":"string",
|
888
|
+
"max":4096,
|
889
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
|
890
|
+
},
|
808
891
|
"Gid":{
|
809
892
|
"type":"string",
|
810
893
|
"enum":[
|
@@ -927,14 +1010,22 @@
|
|
927
1010
|
},
|
928
1011
|
"LocationUri":{
|
929
1012
|
"type":"string",
|
930
|
-
"max":
|
931
|
-
"pattern":"^(efs|nfs|s3|smb)://[a-zA-Z0-9.\\-]+$"
|
1013
|
+
"max":4356,
|
1014
|
+
"pattern":"^(efs|nfs|s3|smb|fsxw)://[a-zA-Z0-9.\\-]+$"
|
932
1015
|
},
|
933
1016
|
"LogGroupArn":{
|
934
1017
|
"type":"string",
|
935
1018
|
"max":562,
|
936
1019
|
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):logs:[a-z\\-0-9]*:[0-9]{12}:log-group:([^:\\*]*)$"
|
937
1020
|
},
|
1021
|
+
"LogLevel":{
|
1022
|
+
"type":"string",
|
1023
|
+
"enum":[
|
1024
|
+
"OFF",
|
1025
|
+
"BASIC",
|
1026
|
+
"TRANSFER"
|
1027
|
+
]
|
1028
|
+
},
|
938
1029
|
"MaxResults":{
|
939
1030
|
"type":"integer",
|
940
1031
|
"max":100,
|
@@ -963,6 +1054,11 @@
|
|
963
1054
|
"Version":{"shape":"NfsVersion"}
|
964
1055
|
}
|
965
1056
|
},
|
1057
|
+
"NfsSubdirectory":{
|
1058
|
+
"type":"string",
|
1059
|
+
"max":4096,
|
1060
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
|
1061
|
+
},
|
966
1062
|
"NfsVersion":{
|
967
1063
|
"type":"string",
|
968
1064
|
"enum":[
|
@@ -972,11 +1068,6 @@
|
|
972
1068
|
"NFS4_1"
|
973
1069
|
]
|
974
1070
|
},
|
975
|
-
"NonEmptySubdirectory":{
|
976
|
-
"type":"string",
|
977
|
-
"max":4096,
|
978
|
-
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]+$"
|
979
|
-
},
|
980
1071
|
"OnPremConfig":{
|
981
1072
|
"type":"structure",
|
982
1073
|
"required":["AgentArns"],
|
@@ -997,7 +1088,8 @@
|
|
997
1088
|
"PreserveDevices":{"shape":"PreserveDevices"},
|
998
1089
|
"PosixPermissions":{"shape":"PosixPermissions"},
|
999
1090
|
"BytesPerSecond":{"shape":"BytesPerSecond"},
|
1000
|
-
"TaskQueueing":{"shape":"TaskQueueing"}
|
1091
|
+
"TaskQueueing":{"shape":"TaskQueueing"},
|
1092
|
+
"LogLevel":{"shape":"LogLevel"}
|
1001
1093
|
}
|
1002
1094
|
},
|
1003
1095
|
"OverwriteMode":{
|
@@ -1080,6 +1172,11 @@
|
|
1080
1172
|
"DEEP_ARCHIVE"
|
1081
1173
|
]
|
1082
1174
|
},
|
1175
|
+
"S3Subdirectory":{
|
1176
|
+
"type":"string",
|
1177
|
+
"max":4096,
|
1178
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
|
1179
|
+
},
|
1083
1180
|
"ScheduleExpressionCron":{
|
1084
1181
|
"type":"string",
|
1085
1182
|
"max":256,
|
@@ -1107,6 +1204,11 @@
|
|
1107
1204
|
"pattern":"^.{0,104}$",
|
1108
1205
|
"sensitive":true
|
1109
1206
|
},
|
1207
|
+
"SmbSubdirectory":{
|
1208
|
+
"type":"string",
|
1209
|
+
"max":4096,
|
1210
|
+
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\$\\p{Zs}]+$"
|
1211
|
+
},
|
1110
1212
|
"SmbUser":{
|
1111
1213
|
"type":"string",
|
1112
1214
|
"max":104,
|
@@ -1139,11 +1241,6 @@
|
|
1139
1241
|
"TaskExecutionArn":{"shape":"TaskExecutionArn"}
|
1140
1242
|
}
|
1141
1243
|
},
|
1142
|
-
"Subdirectory":{
|
1143
|
-
"type":"string",
|
1144
|
-
"max":4096,
|
1145
|
-
"pattern":"^[a-zA-Z0-9_\\-\\+\\./\\(\\)\\p{Zs}]*$"
|
1146
|
-
},
|
1147
1244
|
"TagKey":{
|
1148
1245
|
"type":"string",
|
1149
1246
|
"max":256,
|
@@ -1190,7 +1287,7 @@
|
|
1190
1287
|
"type":"string",
|
1191
1288
|
"max":256,
|
1192
1289
|
"min":1,
|
1193
|
-
"pattern":"^[a-zA-Z0-9\\s+=._
|
1290
|
+
"pattern":"^[a-zA-Z0-9\\s+=._:@/-]+$"
|
1194
1291
|
},
|
1195
1292
|
"TaggableResourceArn":{
|
1196
1293
|
"type":"string",
|
@@ -1283,7 +1283,8 @@
|
|
1283
1283
|
"capacityProviderStrategy":{"shape":"CapacityProviderStrategy"},
|
1284
1284
|
"platformVersion":{"shape":"String"},
|
1285
1285
|
"scale":{"shape":"Scale"},
|
1286
|
-
"clientToken":{"shape":"String"}
|
1286
|
+
"clientToken":{"shape":"String"},
|
1287
|
+
"tags":{"shape":"Tags"}
|
1287
1288
|
}
|
1288
1289
|
},
|
1289
1290
|
"CreateTaskSetResponse":{
|
@@ -1526,7 +1527,8 @@
|
|
1526
1527
|
"members":{
|
1527
1528
|
"cluster":{"shape":"String"},
|
1528
1529
|
"service":{"shape":"String"},
|
1529
|
-
"taskSets":{"shape":"StringList"}
|
1530
|
+
"taskSets":{"shape":"StringList"},
|
1531
|
+
"include":{"shape":"TaskSetFieldList"}
|
1530
1532
|
}
|
1531
1533
|
},
|
1532
1534
|
"DescribeTaskSetsResponse":{
|
@@ -2877,9 +2879,18 @@
|
|
2877
2879
|
"serviceRegistries":{"shape":"ServiceRegistries"},
|
2878
2880
|
"scale":{"shape":"Scale"},
|
2879
2881
|
"stabilityStatus":{"shape":"StabilityStatus"},
|
2880
|
-
"stabilityStatusAt":{"shape":"Timestamp"}
|
2882
|
+
"stabilityStatusAt":{"shape":"Timestamp"},
|
2883
|
+
"tags":{"shape":"Tags"}
|
2881
2884
|
}
|
2882
2885
|
},
|
2886
|
+
"TaskSetField":{
|
2887
|
+
"type":"string",
|
2888
|
+
"enum":["TAGS"]
|
2889
|
+
},
|
2890
|
+
"TaskSetFieldList":{
|
2891
|
+
"type":"list",
|
2892
|
+
"member":{"shape":"TaskSetField"}
|
2893
|
+
},
|
2883
2894
|
"TaskSetNotFoundException":{
|
2884
2895
|
"type":"structure",
|
2885
2896
|
"members":{
|
@@ -1017,10 +1017,12 @@
|
|
1017
1017
|
"type":"string",
|
1018
1018
|
"enum":[
|
1019
1019
|
"AutoScalingGroupNotFound",
|
1020
|
+
"AutoScalingGroupInvalidConfiguration",
|
1020
1021
|
"Ec2SecurityGroupNotFound",
|
1021
1022
|
"Ec2SecurityGroupDeletionFailure",
|
1022
1023
|
"Ec2LaunchTemplateNotFound",
|
1023
1024
|
"Ec2LaunchTemplateVersionMismatch",
|
1025
|
+
"Ec2SubnetNotFound",
|
1024
1026
|
"IamInstanceProfileNotFound",
|
1025
1027
|
"IamNodeRoleNotFound",
|
1026
1028
|
"AsgInstanceLaunchFailures",
|
data/endpoints.json
CHANGED
@@ -2060,6 +2060,7 @@
|
|
2060
2060
|
"eu-west-1" : { },
|
2061
2061
|
"eu-west-2" : { },
|
2062
2062
|
"eu-west-3" : { },
|
2063
|
+
"me-south-1" : { },
|
2063
2064
|
"sa-east-1" : { },
|
2064
2065
|
"us-east-1" : { },
|
2065
2066
|
"us-east-2" : { },
|
@@ -4273,6 +4274,12 @@
|
|
4273
4274
|
"cn-northwest-1" : { }
|
4274
4275
|
}
|
4275
4276
|
},
|
4277
|
+
"elasticfilesystem" : {
|
4278
|
+
"endpoints" : {
|
4279
|
+
"cn-north-1" : { },
|
4280
|
+
"cn-northwest-1" : { }
|
4281
|
+
}
|
4282
|
+
},
|
4276
4283
|
"elasticloadbalancing" : {
|
4277
4284
|
"defaults" : {
|
4278
4285
|
"protocols" : [ "https" ]
|
@@ -4713,6 +4720,15 @@
|
|
4713
4720
|
}
|
4714
4721
|
}
|
4715
4722
|
},
|
4723
|
+
"autoscaling-plans" : {
|
4724
|
+
"defaults" : {
|
4725
|
+
"protocols" : [ "http", "https" ]
|
4726
|
+
},
|
4727
|
+
"endpoints" : {
|
4728
|
+
"us-gov-east-1" : { },
|
4729
|
+
"us-gov-west-1" : { }
|
4730
|
+
}
|
4731
|
+
},
|
4716
4732
|
"clouddirectory" : {
|
4717
4733
|
"endpoints" : {
|
4718
4734
|
"us-gov-west-1" : { }
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.436
|
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: 2020-01-
|
11
|
+
date: 2020-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|