aws-sdk-core 2.11.550 → 2.11.555
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/config/2014-11-12/api-2.json +12 -5
- data/apis/datasync/2018-11-09/api-2.json +134 -18
- data/apis/dms/2016-01-01/api-2.json +362 -4
- data/apis/dms/2016-01-01/paginators-1.json +15 -0
- data/apis/ec2/2016-11-15/api-2.json +103 -2
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/frauddetector/2019-11-15/api-2.json +34 -94
- data/apis/fsx/2018-03-01/api-2.json +35 -2
- data/apis/glue/2017-03-31/api-2.json +46 -1
- data/apis/guardduty/2017-11-28/api-2.json +272 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/kendra/2019-02-03/api-2.json +38 -4
- data/apis/lightsail/2016-11-28/api-2.json +748 -2
- data/apis/macie2/2020-01-01/api-2.json +23 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/mediapackage/2017-10-12/api-2.json +5 -4
- data/apis/monitoring/2010-08-01/api-2.json +6 -1
- data/apis/mq/2017-11-27/api-2.json +202 -0
- data/apis/mq/2017-11-27/paginators-1.json +8 -1
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/apis/sagemaker/2017-07-24/api-2.json +286 -34
- data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/apis/workspaces/2015-04-08/api-2.json +90 -1
- data/endpoints.json +36 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -180,6 +180,12 @@
|
|
180
180
|
"limit_key": "MaxResults",
|
181
181
|
"result_key": "UserProfiles"
|
182
182
|
},
|
183
|
+
"ListWorkforces": {
|
184
|
+
"input_token": "NextToken",
|
185
|
+
"output_token": "NextToken",
|
186
|
+
"limit_key": "MaxResults",
|
187
|
+
"result_key": "Workforces"
|
188
|
+
},
|
183
189
|
"ListWorkteams": {
|
184
190
|
"input_token": "NextToken",
|
185
191
|
"output_token": "NextToken",
|
@@ -643,6 +643,22 @@
|
|
643
643
|
{"shape":"ResourceNotFoundException"}
|
644
644
|
]
|
645
645
|
},
|
646
|
+
"UpdateSecurityHubConfiguration":{
|
647
|
+
"name":"UpdateSecurityHubConfiguration",
|
648
|
+
"http":{
|
649
|
+
"method":"PATCH",
|
650
|
+
"requestUri":"/accounts"
|
651
|
+
},
|
652
|
+
"input":{"shape":"UpdateSecurityHubConfigurationRequest"},
|
653
|
+
"output":{"shape":"UpdateSecurityHubConfigurationResponse"},
|
654
|
+
"errors":[
|
655
|
+
{"shape":"InternalException"},
|
656
|
+
{"shape":"InvalidInputException"},
|
657
|
+
{"shape":"InvalidAccessException"},
|
658
|
+
{"shape":"LimitExceededException"},
|
659
|
+
{"shape":"ResourceNotFoundException"}
|
660
|
+
]
|
661
|
+
},
|
646
662
|
"UpdateStandardsControl":{
|
647
663
|
"name":"UpdateStandardsControl",
|
648
664
|
"http":{
|
@@ -1814,7 +1830,8 @@
|
|
1814
1830
|
"type":"structure",
|
1815
1831
|
"members":{
|
1816
1832
|
"HubArn":{"shape":"NonEmptyString"},
|
1817
|
-
"SubscribedAt":{"shape":"NonEmptyString"}
|
1833
|
+
"SubscribedAt":{"shape":"NonEmptyString"},
|
1834
|
+
"AutoEnableControls":{"shape":"Boolean"}
|
1818
1835
|
}
|
1819
1836
|
},
|
1820
1837
|
"DescribeProductsRequest":{
|
@@ -3046,6 +3063,17 @@
|
|
3046
3063
|
"members":{
|
3047
3064
|
}
|
3048
3065
|
},
|
3066
|
+
"UpdateSecurityHubConfigurationRequest":{
|
3067
|
+
"type":"structure",
|
3068
|
+
"members":{
|
3069
|
+
"AutoEnableControls":{"shape":"Boolean"}
|
3070
|
+
}
|
3071
|
+
},
|
3072
|
+
"UpdateSecurityHubConfigurationResponse":{
|
3073
|
+
"type":"structure",
|
3074
|
+
"members":{
|
3075
|
+
}
|
3076
|
+
},
|
3049
3077
|
"UpdateStandardsControlRequest":{
|
3050
3078
|
"type":"structure",
|
3051
3079
|
"required":["StandardsControlArn"],
|
@@ -251,6 +251,20 @@
|
|
251
251
|
{"shape":"InvalidParameterValuesException"}
|
252
252
|
]
|
253
253
|
},
|
254
|
+
"DescribeWorkspaceImagePermissions":{
|
255
|
+
"name":"DescribeWorkspaceImagePermissions",
|
256
|
+
"http":{
|
257
|
+
"method":"POST",
|
258
|
+
"requestUri":"/"
|
259
|
+
},
|
260
|
+
"input":{"shape":"DescribeWorkspaceImagePermissionsRequest"},
|
261
|
+
"output":{"shape":"DescribeWorkspaceImagePermissionsResult"},
|
262
|
+
"errors":[
|
263
|
+
{"shape":"ResourceNotFoundException"},
|
264
|
+
{"shape":"AccessDeniedException"},
|
265
|
+
{"shape":"InvalidParameterValuesException"}
|
266
|
+
]
|
267
|
+
},
|
254
268
|
"DescribeWorkspaceImages":{
|
255
269
|
"name":"DescribeWorkspaceImages",
|
256
270
|
"http":{
|
@@ -575,6 +589,22 @@
|
|
575
589
|
{"shape":"InvalidResourceStateException"},
|
576
590
|
{"shape":"AccessDeniedException"}
|
577
591
|
]
|
592
|
+
},
|
593
|
+
"UpdateWorkspaceImagePermission":{
|
594
|
+
"name":"UpdateWorkspaceImagePermission",
|
595
|
+
"http":{
|
596
|
+
"method":"POST",
|
597
|
+
"requestUri":"/"
|
598
|
+
},
|
599
|
+
"input":{"shape":"UpdateWorkspaceImagePermissionRequest"},
|
600
|
+
"output":{"shape":"UpdateWorkspaceImagePermissionResult"},
|
601
|
+
"errors":[
|
602
|
+
{"shape":"ResourceNotFoundException"},
|
603
|
+
{"shape":"ResourceUnavailableException"},
|
604
|
+
{"shape":"AccessDeniedException"},
|
605
|
+
{"shape":"InvalidParameterValuesException"},
|
606
|
+
{"shape":"OperationNotSupportedException"}
|
607
|
+
]
|
578
608
|
}
|
579
609
|
},
|
580
610
|
"shapes":{
|
@@ -644,6 +674,10 @@
|
|
644
674
|
"members":{
|
645
675
|
}
|
646
676
|
},
|
677
|
+
"AwsAccount":{
|
678
|
+
"type":"string",
|
679
|
+
"pattern":"^\\d{12}$"
|
680
|
+
},
|
647
681
|
"BooleanObject":{"type":"boolean"},
|
648
682
|
"BundleId":{
|
649
683
|
"type":"string",
|
@@ -958,10 +992,28 @@
|
|
958
992
|
"NextToken":{"shape":"PaginationToken"}
|
959
993
|
}
|
960
994
|
},
|
995
|
+
"DescribeWorkspaceImagePermissionsRequest":{
|
996
|
+
"type":"structure",
|
997
|
+
"required":["ImageId"],
|
998
|
+
"members":{
|
999
|
+
"ImageId":{"shape":"WorkspaceImageId"},
|
1000
|
+
"NextToken":{"shape":"PaginationToken"},
|
1001
|
+
"MaxResults":{"shape":"Limit"}
|
1002
|
+
}
|
1003
|
+
},
|
1004
|
+
"DescribeWorkspaceImagePermissionsResult":{
|
1005
|
+
"type":"structure",
|
1006
|
+
"members":{
|
1007
|
+
"ImageId":{"shape":"WorkspaceImageId"},
|
1008
|
+
"ImagePermissions":{"shape":"ImagePermissions"},
|
1009
|
+
"NextToken":{"shape":"PaginationToken"}
|
1010
|
+
}
|
1011
|
+
},
|
961
1012
|
"DescribeWorkspaceImagesRequest":{
|
962
1013
|
"type":"structure",
|
963
1014
|
"members":{
|
964
1015
|
"ImageIds":{"shape":"WorkspaceImageIdList"},
|
1016
|
+
"ImageType":{"shape":"ImageType"},
|
965
1017
|
"NextToken":{"shape":"PaginationToken"},
|
966
1018
|
"MaxResults":{"shape":"Limit"}
|
967
1019
|
}
|
@@ -1103,6 +1155,23 @@
|
|
1103
1155
|
"ErrorMessage":{"shape":"Description"}
|
1104
1156
|
}
|
1105
1157
|
},
|
1158
|
+
"ImagePermission":{
|
1159
|
+
"type":"structure",
|
1160
|
+
"members":{
|
1161
|
+
"SharedAccountId":{"shape":"AwsAccount"}
|
1162
|
+
}
|
1163
|
+
},
|
1164
|
+
"ImagePermissions":{
|
1165
|
+
"type":"list",
|
1166
|
+
"member":{"shape":"ImagePermission"}
|
1167
|
+
},
|
1168
|
+
"ImageType":{
|
1169
|
+
"type":"string",
|
1170
|
+
"enum":[
|
1171
|
+
"OWNED",
|
1172
|
+
"SHARED"
|
1173
|
+
]
|
1174
|
+
},
|
1106
1175
|
"ImportWorkspaceImageRequest":{
|
1107
1176
|
"type":"structure",
|
1108
1177
|
"required":[
|
@@ -1751,6 +1820,24 @@
|
|
1751
1820
|
"members":{
|
1752
1821
|
}
|
1753
1822
|
},
|
1823
|
+
"UpdateWorkspaceImagePermissionRequest":{
|
1824
|
+
"type":"structure",
|
1825
|
+
"required":[
|
1826
|
+
"ImageId",
|
1827
|
+
"AllowCopyImage",
|
1828
|
+
"SharedAccountId"
|
1829
|
+
],
|
1830
|
+
"members":{
|
1831
|
+
"ImageId":{"shape":"WorkspaceImageId"},
|
1832
|
+
"AllowCopyImage":{"shape":"BooleanObject"},
|
1833
|
+
"SharedAccountId":{"shape":"AwsAccount"}
|
1834
|
+
}
|
1835
|
+
},
|
1836
|
+
"UpdateWorkspaceImagePermissionResult":{
|
1837
|
+
"type":"structure",
|
1838
|
+
"members":{
|
1839
|
+
}
|
1840
|
+
},
|
1754
1841
|
"UserName":{
|
1755
1842
|
"type":"string",
|
1756
1843
|
"max":63,
|
@@ -1892,7 +1979,9 @@
|
|
1892
1979
|
"State":{"shape":"WorkspaceImageState"},
|
1893
1980
|
"RequiredTenancy":{"shape":"WorkspaceImageRequiredTenancy"},
|
1894
1981
|
"ErrorCode":{"shape":"WorkspaceImageErrorCode"},
|
1895
|
-
"ErrorMessage":{"shape":"Description"}
|
1982
|
+
"ErrorMessage":{"shape":"Description"},
|
1983
|
+
"Created":{"shape":"Timestamp"},
|
1984
|
+
"OwnerAccountId":{"shape":"AwsAccount"}
|
1896
1985
|
}
|
1897
1986
|
},
|
1898
1987
|
"WorkspaceImageDescription":{
|
data/endpoints.json
CHANGED
@@ -889,6 +889,7 @@
|
|
889
889
|
}
|
890
890
|
},
|
891
891
|
"endpoints" : {
|
892
|
+
"af-south-1" : { },
|
892
893
|
"ap-east-1" : { },
|
893
894
|
"ap-northeast-1" : { },
|
894
895
|
"ap-northeast-2" : { },
|
@@ -898,6 +899,7 @@
|
|
898
899
|
"ca-central-1" : { },
|
899
900
|
"eu-central-1" : { },
|
900
901
|
"eu-north-1" : { },
|
902
|
+
"eu-south-1" : { },
|
901
903
|
"eu-west-1" : { },
|
902
904
|
"eu-west-2" : { },
|
903
905
|
"eu-west-3" : { },
|
@@ -2603,6 +2605,7 @@
|
|
2603
2605
|
"eu-north-1" : { },
|
2604
2606
|
"eu-west-1" : { },
|
2605
2607
|
"eu-west-2" : { },
|
2608
|
+
"eu-west-3" : { },
|
2606
2609
|
"us-east-1" : { },
|
2607
2610
|
"us-east-2" : { },
|
2608
2611
|
"us-west-1" : { },
|
@@ -4988,6 +4991,31 @@
|
|
4988
4991
|
"us-west-2" : { }
|
4989
4992
|
}
|
4990
4993
|
},
|
4994
|
+
"servicequotas" : {
|
4995
|
+
"defaults" : {
|
4996
|
+
"protocols" : [ "https" ]
|
4997
|
+
},
|
4998
|
+
"endpoints" : {
|
4999
|
+
"ap-east-1" : { },
|
5000
|
+
"ap-northeast-1" : { },
|
5001
|
+
"ap-northeast-2" : { },
|
5002
|
+
"ap-south-1" : { },
|
5003
|
+
"ap-southeast-1" : { },
|
5004
|
+
"ap-southeast-2" : { },
|
5005
|
+
"ca-central-1" : { },
|
5006
|
+
"eu-central-1" : { },
|
5007
|
+
"eu-north-1" : { },
|
5008
|
+
"eu-west-1" : { },
|
5009
|
+
"eu-west-2" : { },
|
5010
|
+
"eu-west-3" : { },
|
5011
|
+
"me-south-1" : { },
|
5012
|
+
"sa-east-1" : { },
|
5013
|
+
"us-east-1" : { },
|
5014
|
+
"us-east-2" : { },
|
5015
|
+
"us-west-1" : { },
|
5016
|
+
"us-west-2" : { }
|
5017
|
+
}
|
5018
|
+
},
|
4991
5019
|
"session.qldb" : {
|
4992
5020
|
"endpoints" : {
|
4993
5021
|
"ap-northeast-1" : { },
|
@@ -8514,6 +8542,14 @@
|
|
8514
8542
|
"us-iso-east-1" : { }
|
8515
8543
|
}
|
8516
8544
|
},
|
8545
|
+
"transcribe" : {
|
8546
|
+
"defaults" : {
|
8547
|
+
"protocols" : [ "https" ]
|
8548
|
+
},
|
8549
|
+
"endpoints" : {
|
8550
|
+
"us-iso-east-1" : { }
|
8551
|
+
}
|
8552
|
+
},
|
8517
8553
|
"transcribestreaming" : {
|
8518
8554
|
"endpoints" : {
|
8519
8555
|
"us-iso-east-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.555
|
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-07-
|
11
|
+
date: 2020-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|