aws-sdk-core 2.11.583 → 2.11.584
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/workspaces/2015-04-08/api-2.json +309 -1
- data/endpoints.json +39 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1a8d101700a6b8624438a79e66139a6b0ad6f5fe68a208b1f9543d28e1b7916
|
4
|
+
data.tar.gz: 001f5ae1d6d5bb7d9f5b94a91aa40b05eaaa412f26d42b68d65ab981e1ab6203
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1194cbe414f00de509f101e477c06417278db63d5ea819d0b31dfea531a628520fff9c64f7d3e3bc38294cfdcf8d3e039f54216acdee443701568cb99b65ee32
|
7
|
+
data.tar.gz: 58fac72ee2e54a11c2fcac4eef101abd3c7f1882e142ea7e9ed735f01ec30c3bb784f0e5e777f1acb378a5fe6281686d3a919e035d41d12e747561582b5a7077
|
@@ -12,6 +12,23 @@
|
|
12
12
|
"uid":"workspaces-2015-04-08"
|
13
13
|
},
|
14
14
|
"operations":{
|
15
|
+
"AssociateConnectionAlias":{
|
16
|
+
"name":"AssociateConnectionAlias",
|
17
|
+
"http":{
|
18
|
+
"method":"POST",
|
19
|
+
"requestUri":"/"
|
20
|
+
},
|
21
|
+
"input":{"shape":"AssociateConnectionAliasRequest"},
|
22
|
+
"output":{"shape":"AssociateConnectionAliasResult"},
|
23
|
+
"errors":[
|
24
|
+
{"shape":"ResourceAssociatedException"},
|
25
|
+
{"shape":"AccessDeniedException"},
|
26
|
+
{"shape":"ResourceNotFoundException"},
|
27
|
+
{"shape":"InvalidParameterValuesException"},
|
28
|
+
{"shape":"InvalidResourceStateException"},
|
29
|
+
{"shape":"OperationNotSupportedException"}
|
30
|
+
]
|
31
|
+
},
|
15
32
|
"AssociateIpGroups":{
|
16
33
|
"name":"AssociateIpGroups",
|
17
34
|
"http":{
|
@@ -63,6 +80,23 @@
|
|
63
80
|
{"shape":"InvalidParameterValuesException"}
|
64
81
|
]
|
65
82
|
},
|
83
|
+
"CreateConnectionAlias":{
|
84
|
+
"name":"CreateConnectionAlias",
|
85
|
+
"http":{
|
86
|
+
"method":"POST",
|
87
|
+
"requestUri":"/"
|
88
|
+
},
|
89
|
+
"input":{"shape":"CreateConnectionAliasRequest"},
|
90
|
+
"output":{"shape":"CreateConnectionAliasResult"},
|
91
|
+
"errors":[
|
92
|
+
{"shape":"ResourceAlreadyExistsException"},
|
93
|
+
{"shape":"AccessDeniedException"},
|
94
|
+
{"shape":"InvalidParameterValuesException"},
|
95
|
+
{"shape":"ResourceLimitExceededException"},
|
96
|
+
{"shape":"InvalidResourceStateException"},
|
97
|
+
{"shape":"OperationNotSupportedException"}
|
98
|
+
]
|
99
|
+
},
|
66
100
|
"CreateIpGroup":{
|
67
101
|
"name":"CreateIpGroup",
|
68
102
|
"http":{
|
@@ -106,6 +140,23 @@
|
|
106
140
|
{"shape":"InvalidParameterValuesException"}
|
107
141
|
]
|
108
142
|
},
|
143
|
+
"DeleteConnectionAlias":{
|
144
|
+
"name":"DeleteConnectionAlias",
|
145
|
+
"http":{
|
146
|
+
"method":"POST",
|
147
|
+
"requestUri":"/"
|
148
|
+
},
|
149
|
+
"input":{"shape":"DeleteConnectionAliasRequest"},
|
150
|
+
"output":{"shape":"DeleteConnectionAliasResult"},
|
151
|
+
"errors":[
|
152
|
+
{"shape":"ResourceNotFoundException"},
|
153
|
+
{"shape":"ResourceAssociatedException"},
|
154
|
+
{"shape":"AccessDeniedException"},
|
155
|
+
{"shape":"InvalidParameterValuesException"},
|
156
|
+
{"shape":"InvalidResourceStateException"},
|
157
|
+
{"shape":"OperationNotSupportedException"}
|
158
|
+
]
|
159
|
+
},
|
109
160
|
"DeleteIpGroup":{
|
110
161
|
"name":"DeleteIpGroup",
|
111
162
|
"http":{
|
@@ -202,6 +253,35 @@
|
|
202
253
|
{"shape":"AccessDeniedException"}
|
203
254
|
]
|
204
255
|
},
|
256
|
+
"DescribeConnectionAliasPermissions":{
|
257
|
+
"name":"DescribeConnectionAliasPermissions",
|
258
|
+
"http":{
|
259
|
+
"method":"POST",
|
260
|
+
"requestUri":"/"
|
261
|
+
},
|
262
|
+
"input":{"shape":"DescribeConnectionAliasPermissionsRequest"},
|
263
|
+
"output":{"shape":"DescribeConnectionAliasPermissionsResult"},
|
264
|
+
"errors":[
|
265
|
+
{"shape":"AccessDeniedException"},
|
266
|
+
{"shape":"InvalidParameterValuesException"},
|
267
|
+
{"shape":"ResourceNotFoundException"},
|
268
|
+
{"shape":"OperationNotSupportedException"}
|
269
|
+
]
|
270
|
+
},
|
271
|
+
"DescribeConnectionAliases":{
|
272
|
+
"name":"DescribeConnectionAliases",
|
273
|
+
"http":{
|
274
|
+
"method":"POST",
|
275
|
+
"requestUri":"/"
|
276
|
+
},
|
277
|
+
"input":{"shape":"DescribeConnectionAliasesRequest"},
|
278
|
+
"output":{"shape":"DescribeConnectionAliasesResult"},
|
279
|
+
"errors":[
|
280
|
+
{"shape":"AccessDeniedException"},
|
281
|
+
{"shape":"InvalidParameterValuesException"},
|
282
|
+
{"shape":"OperationNotSupportedException"}
|
283
|
+
]
|
284
|
+
},
|
205
285
|
"DescribeIpGroups":{
|
206
286
|
"name":"DescribeIpGroups",
|
207
287
|
"http":{
|
@@ -316,6 +396,22 @@
|
|
316
396
|
{"shape":"InvalidParameterValuesException"}
|
317
397
|
]
|
318
398
|
},
|
399
|
+
"DisassociateConnectionAlias":{
|
400
|
+
"name":"DisassociateConnectionAlias",
|
401
|
+
"http":{
|
402
|
+
"method":"POST",
|
403
|
+
"requestUri":"/"
|
404
|
+
},
|
405
|
+
"input":{"shape":"DisassociateConnectionAliasRequest"},
|
406
|
+
"output":{"shape":"DisassociateConnectionAliasResult"},
|
407
|
+
"errors":[
|
408
|
+
{"shape":"AccessDeniedException"},
|
409
|
+
{"shape":"ResourceNotFoundException"},
|
410
|
+
{"shape":"InvalidParameterValuesException"},
|
411
|
+
{"shape":"InvalidResourceStateException"},
|
412
|
+
{"shape":"OperationNotSupportedException"}
|
413
|
+
]
|
414
|
+
},
|
319
415
|
"DisassociateIpGroups":{
|
320
416
|
"name":"DisassociateIpGroups",
|
321
417
|
"http":{
|
@@ -575,6 +671,24 @@
|
|
575
671
|
"input":{"shape":"TerminateWorkspacesRequest"},
|
576
672
|
"output":{"shape":"TerminateWorkspacesResult"}
|
577
673
|
},
|
674
|
+
"UpdateConnectionAliasPermission":{
|
675
|
+
"name":"UpdateConnectionAliasPermission",
|
676
|
+
"http":{
|
677
|
+
"method":"POST",
|
678
|
+
"requestUri":"/"
|
679
|
+
},
|
680
|
+
"input":{"shape":"UpdateConnectionAliasPermissionRequest"},
|
681
|
+
"output":{"shape":"UpdateConnectionAliasPermissionResult"},
|
682
|
+
"errors":[
|
683
|
+
{"shape":"AccessDeniedException"},
|
684
|
+
{"shape":"InvalidParameterValuesException"},
|
685
|
+
{"shape":"ResourceLimitExceededException"},
|
686
|
+
{"shape":"ResourceNotFoundException"},
|
687
|
+
{"shape":"ResourceAssociatedException"},
|
688
|
+
{"shape":"InvalidResourceStateException"},
|
689
|
+
{"shape":"OperationNotSupportedException"}
|
690
|
+
]
|
691
|
+
},
|
578
692
|
"UpdateRulesOfIpGroup":{
|
579
693
|
"name":"UpdateRulesOfIpGroup",
|
580
694
|
"http":{
|
@@ -656,6 +770,23 @@
|
|
656
770
|
"max":5,
|
657
771
|
"min":1
|
658
772
|
},
|
773
|
+
"AssociateConnectionAliasRequest":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":[
|
776
|
+
"AliasId",
|
777
|
+
"ResourceId"
|
778
|
+
],
|
779
|
+
"members":{
|
780
|
+
"AliasId":{"shape":"ConnectionAliasId"},
|
781
|
+
"ResourceId":{"shape":"NonEmptyString"}
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"AssociateConnectionAliasResult":{
|
785
|
+
"type":"structure",
|
786
|
+
"members":{
|
787
|
+
"ConnectionIdentifier":{"shape":"ConnectionIdentifier"}
|
788
|
+
}
|
789
|
+
},
|
659
790
|
"AssociateIpGroupsRequest":{
|
660
791
|
"type":"structure",
|
661
792
|
"required":[
|
@@ -672,6 +803,16 @@
|
|
672
803
|
"members":{
|
673
804
|
}
|
674
805
|
},
|
806
|
+
"AssociationStatus":{
|
807
|
+
"type":"string",
|
808
|
+
"enum":[
|
809
|
+
"NOT_ASSOCIATED",
|
810
|
+
"ASSOCIATED_WITH_OWNER_ACCOUNT",
|
811
|
+
"ASSOCIATED_WITH_SHARED_ACCOUNT",
|
812
|
+
"PENDING_ASSOCIATION",
|
813
|
+
"PENDING_DISASSOCIATION"
|
814
|
+
]
|
815
|
+
},
|
675
816
|
"AuthorizeIpRulesRequest":{
|
676
817
|
"type":"structure",
|
677
818
|
"required":[
|
@@ -744,6 +885,80 @@
|
|
744
885
|
}
|
745
886
|
},
|
746
887
|
"ComputerName":{"type":"string"},
|
888
|
+
"ConnectionAlias":{
|
889
|
+
"type":"structure",
|
890
|
+
"members":{
|
891
|
+
"ConnectionString":{"shape":"ConnectionString"},
|
892
|
+
"AliasId":{"shape":"ConnectionAliasId"},
|
893
|
+
"State":{"shape":"ConnectionAliasState"},
|
894
|
+
"OwnerAccountId":{"shape":"AwsAccount"},
|
895
|
+
"Associations":{"shape":"ConnectionAliasAssociationList"}
|
896
|
+
}
|
897
|
+
},
|
898
|
+
"ConnectionAliasAssociation":{
|
899
|
+
"type":"structure",
|
900
|
+
"members":{
|
901
|
+
"AssociationStatus":{"shape":"AssociationStatus"},
|
902
|
+
"AssociatedAccountId":{"shape":"AwsAccount"},
|
903
|
+
"ResourceId":{"shape":"NonEmptyString"},
|
904
|
+
"ConnectionIdentifier":{"shape":"ConnectionIdentifier"}
|
905
|
+
}
|
906
|
+
},
|
907
|
+
"ConnectionAliasAssociationList":{
|
908
|
+
"type":"list",
|
909
|
+
"member":{"shape":"ConnectionAliasAssociation"},
|
910
|
+
"max":25,
|
911
|
+
"min":1
|
912
|
+
},
|
913
|
+
"ConnectionAliasId":{
|
914
|
+
"type":"string",
|
915
|
+
"max":68,
|
916
|
+
"min":13,
|
917
|
+
"pattern":"^wsca-[0-9a-z]{8,63}$"
|
918
|
+
},
|
919
|
+
"ConnectionAliasIdList":{
|
920
|
+
"type":"list",
|
921
|
+
"member":{"shape":"ConnectionAliasId"},
|
922
|
+
"max":25,
|
923
|
+
"min":1
|
924
|
+
},
|
925
|
+
"ConnectionAliasList":{
|
926
|
+
"type":"list",
|
927
|
+
"member":{"shape":"ConnectionAlias"},
|
928
|
+
"max":25,
|
929
|
+
"min":1
|
930
|
+
},
|
931
|
+
"ConnectionAliasPermission":{
|
932
|
+
"type":"structure",
|
933
|
+
"required":[
|
934
|
+
"SharedAccountId",
|
935
|
+
"AllowAssociation"
|
936
|
+
],
|
937
|
+
"members":{
|
938
|
+
"SharedAccountId":{"shape":"AwsAccount"},
|
939
|
+
"AllowAssociation":{"shape":"BooleanObject"}
|
940
|
+
}
|
941
|
+
},
|
942
|
+
"ConnectionAliasPermissions":{
|
943
|
+
"type":"list",
|
944
|
+
"member":{"shape":"ConnectionAliasPermission"},
|
945
|
+
"max":25,
|
946
|
+
"min":1
|
947
|
+
},
|
948
|
+
"ConnectionAliasState":{
|
949
|
+
"type":"string",
|
950
|
+
"enum":[
|
951
|
+
"CREATING",
|
952
|
+
"CREATED",
|
953
|
+
"DELETING"
|
954
|
+
]
|
955
|
+
},
|
956
|
+
"ConnectionIdentifier":{
|
957
|
+
"type":"string",
|
958
|
+
"max":20,
|
959
|
+
"min":1,
|
960
|
+
"pattern":"^[a-zA-Z0-9]+$"
|
961
|
+
},
|
747
962
|
"ConnectionState":{
|
748
963
|
"type":"string",
|
749
964
|
"enum":[
|
@@ -752,6 +967,12 @@
|
|
752
967
|
"UNKNOWN"
|
753
968
|
]
|
754
969
|
},
|
970
|
+
"ConnectionString":{
|
971
|
+
"type":"string",
|
972
|
+
"max":255,
|
973
|
+
"min":1,
|
974
|
+
"pattern":"^[.0-9a-zA-Z\\-]{1,255}$"
|
975
|
+
},
|
755
976
|
"CopyWorkspaceImageRequest":{
|
756
977
|
"type":"structure",
|
757
978
|
"required":[
|
@@ -773,6 +994,20 @@
|
|
773
994
|
"ImageId":{"shape":"WorkspaceImageId"}
|
774
995
|
}
|
775
996
|
},
|
997
|
+
"CreateConnectionAliasRequest":{
|
998
|
+
"type":"structure",
|
999
|
+
"required":["ConnectionString"],
|
1000
|
+
"members":{
|
1001
|
+
"ConnectionString":{"shape":"ConnectionString"},
|
1002
|
+
"Tags":{"shape":"TagList"}
|
1003
|
+
}
|
1004
|
+
},
|
1005
|
+
"CreateConnectionAliasResult":{
|
1006
|
+
"type":"structure",
|
1007
|
+
"members":{
|
1008
|
+
"AliasId":{"shape":"ConnectionAliasId"}
|
1009
|
+
}
|
1010
|
+
},
|
776
1011
|
"CreateIpGroupRequest":{
|
777
1012
|
"type":"structure",
|
778
1013
|
"required":["GroupName"],
|
@@ -858,6 +1093,18 @@
|
|
858
1093
|
"EnableMaintenanceMode":{"shape":"BooleanObject"}
|
859
1094
|
}
|
860
1095
|
},
|
1096
|
+
"DeleteConnectionAliasRequest":{
|
1097
|
+
"type":"structure",
|
1098
|
+
"required":["AliasId"],
|
1099
|
+
"members":{
|
1100
|
+
"AliasId":{"shape":"ConnectionAliasId"}
|
1101
|
+
}
|
1102
|
+
},
|
1103
|
+
"DeleteConnectionAliasResult":{
|
1104
|
+
"type":"structure",
|
1105
|
+
"members":{
|
1106
|
+
}
|
1107
|
+
},
|
861
1108
|
"DeleteIpGroupRequest":{
|
862
1109
|
"type":"structure",
|
863
1110
|
"required":["GroupId"],
|
@@ -948,6 +1195,39 @@
|
|
948
1195
|
"ClientPropertiesList":{"shape":"ClientPropertiesList"}
|
949
1196
|
}
|
950
1197
|
},
|
1198
|
+
"DescribeConnectionAliasPermissionsRequest":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"required":["AliasId"],
|
1201
|
+
"members":{
|
1202
|
+
"AliasId":{"shape":"ConnectionAliasId"},
|
1203
|
+
"NextToken":{"shape":"PaginationToken"},
|
1204
|
+
"MaxResults":{"shape":"Limit"}
|
1205
|
+
}
|
1206
|
+
},
|
1207
|
+
"DescribeConnectionAliasPermissionsResult":{
|
1208
|
+
"type":"structure",
|
1209
|
+
"members":{
|
1210
|
+
"AliasId":{"shape":"ConnectionAliasId"},
|
1211
|
+
"ConnectionAliasPermissions":{"shape":"ConnectionAliasPermissions"},
|
1212
|
+
"NextToken":{"shape":"PaginationToken"}
|
1213
|
+
}
|
1214
|
+
},
|
1215
|
+
"DescribeConnectionAliasesRequest":{
|
1216
|
+
"type":"structure",
|
1217
|
+
"members":{
|
1218
|
+
"AliasIds":{"shape":"ConnectionAliasIdList"},
|
1219
|
+
"ResourceId":{"shape":"NonEmptyString"},
|
1220
|
+
"Limit":{"shape":"Limit"},
|
1221
|
+
"NextToken":{"shape":"PaginationToken"}
|
1222
|
+
}
|
1223
|
+
},
|
1224
|
+
"DescribeConnectionAliasesResult":{
|
1225
|
+
"type":"structure",
|
1226
|
+
"members":{
|
1227
|
+
"ConnectionAliases":{"shape":"ConnectionAliasList"},
|
1228
|
+
"NextToken":{"shape":"PaginationToken"}
|
1229
|
+
}
|
1230
|
+
},
|
951
1231
|
"DescribeIpGroupsRequest":{
|
952
1232
|
"type":"structure",
|
953
1233
|
"members":{
|
@@ -1103,6 +1383,18 @@
|
|
1103
1383
|
"member":{"shape":"WorkspaceDirectory"}
|
1104
1384
|
},
|
1105
1385
|
"DirectoryName":{"type":"string"},
|
1386
|
+
"DisassociateConnectionAliasRequest":{
|
1387
|
+
"type":"structure",
|
1388
|
+
"required":["AliasId"],
|
1389
|
+
"members":{
|
1390
|
+
"AliasId":{"shape":"ConnectionAliasId"}
|
1391
|
+
}
|
1392
|
+
},
|
1393
|
+
"DisassociateConnectionAliasResult":{
|
1394
|
+
"type":"structure",
|
1395
|
+
"members":{
|
1396
|
+
}
|
1397
|
+
},
|
1106
1398
|
"DisassociateIpGroupsRequest":{
|
1107
1399
|
"type":"structure",
|
1108
1400
|
"required":[
|
@@ -1466,7 +1758,7 @@
|
|
1466
1758
|
},
|
1467
1759
|
"PaginationToken":{
|
1468
1760
|
"type":"string",
|
1469
|
-
"max":
|
1761
|
+
"max":2048,
|
1470
1762
|
"min":1
|
1471
1763
|
},
|
1472
1764
|
"RebootRequest":{
|
@@ -1819,6 +2111,22 @@
|
|
1819
2111
|
},
|
1820
2112
|
"exception":true
|
1821
2113
|
},
|
2114
|
+
"UpdateConnectionAliasPermissionRequest":{
|
2115
|
+
"type":"structure",
|
2116
|
+
"required":[
|
2117
|
+
"AliasId",
|
2118
|
+
"ConnectionAliasPermission"
|
2119
|
+
],
|
2120
|
+
"members":{
|
2121
|
+
"AliasId":{"shape":"ConnectionAliasId"},
|
2122
|
+
"ConnectionAliasPermission":{"shape":"ConnectionAliasPermission"}
|
2123
|
+
}
|
2124
|
+
},
|
2125
|
+
"UpdateConnectionAliasPermissionResult":{
|
2126
|
+
"type":"structure",
|
2127
|
+
"members":{
|
2128
|
+
}
|
2129
|
+
},
|
1822
2130
|
"UpdateRulesOfIpGroupRequest":{
|
1823
2131
|
"type":"structure",
|
1824
2132
|
"required":[
|
data/endpoints.json
CHANGED
@@ -1894,6 +1894,30 @@
|
|
1894
1894
|
}
|
1895
1895
|
}
|
1896
1896
|
},
|
1897
|
+
"ebs" : {
|
1898
|
+
"endpoints" : {
|
1899
|
+
"af-south-1" : { },
|
1900
|
+
"ap-east-1" : { },
|
1901
|
+
"ap-northeast-1" : { },
|
1902
|
+
"ap-northeast-2" : { },
|
1903
|
+
"ap-south-1" : { },
|
1904
|
+
"ap-southeast-1" : { },
|
1905
|
+
"ap-southeast-2" : { },
|
1906
|
+
"ca-central-1" : { },
|
1907
|
+
"eu-central-1" : { },
|
1908
|
+
"eu-north-1" : { },
|
1909
|
+
"eu-south-1" : { },
|
1910
|
+
"eu-west-1" : { },
|
1911
|
+
"eu-west-2" : { },
|
1912
|
+
"eu-west-3" : { },
|
1913
|
+
"me-south-1" : { },
|
1914
|
+
"sa-east-1" : { },
|
1915
|
+
"us-east-1" : { },
|
1916
|
+
"us-east-2" : { },
|
1917
|
+
"us-west-1" : { },
|
1918
|
+
"us-west-2" : { }
|
1919
|
+
}
|
1920
|
+
},
|
1897
1921
|
"ec2" : {
|
1898
1922
|
"defaults" : {
|
1899
1923
|
"protocols" : [ "http", "https" ]
|
@@ -4161,8 +4185,10 @@
|
|
4161
4185
|
"ap-northeast-2" : { },
|
4162
4186
|
"ap-south-1" : { },
|
4163
4187
|
"ap-southeast-2" : { },
|
4188
|
+
"ca-central-1" : { },
|
4164
4189
|
"eu-central-1" : { },
|
4165
4190
|
"eu-west-1" : { },
|
4191
|
+
"eu-west-2" : { },
|
4166
4192
|
"fips-us-east-1" : {
|
4167
4193
|
"credentialScope" : {
|
4168
4194
|
"region" : "us-east-1"
|
@@ -4773,6 +4799,13 @@
|
|
4773
4799
|
"hostname" : "s3-control.ca-central-1.amazonaws.com",
|
4774
4800
|
"signatureVersions" : [ "s3v4" ]
|
4775
4801
|
},
|
4802
|
+
"ca-central-1-fips" : {
|
4803
|
+
"credentialScope" : {
|
4804
|
+
"region" : "ca-central-1"
|
4805
|
+
},
|
4806
|
+
"hostname" : "s3-control-fips.ca-central-1.amazonaws.com",
|
4807
|
+
"signatureVersions" : [ "s3v4" ]
|
4808
|
+
},
|
4776
4809
|
"eu-central-1" : {
|
4777
4810
|
"credentialScope" : {
|
4778
4811
|
"region" : "eu-central-1"
|
@@ -6548,6 +6581,12 @@
|
|
6548
6581
|
"cn-northwest-1" : { }
|
6549
6582
|
}
|
6550
6583
|
},
|
6584
|
+
"ebs" : {
|
6585
|
+
"endpoints" : {
|
6586
|
+
"cn-north-1" : { },
|
6587
|
+
"cn-northwest-1" : { }
|
6588
|
+
}
|
6589
|
+
},
|
6551
6590
|
"ec2" : {
|
6552
6591
|
"defaults" : {
|
6553
6592
|
"protocols" : [ "http", "https" ]
|
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.584
|
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-09-
|
11
|
+
date: 2020-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|