aws-sdk-core 2.11.546 → 2.11.551

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. checksums.yaml +4 -4
  2. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  3. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  4. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  5. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  6. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  7. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  8. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  9. data/apis/config/2014-11-12/api-2.json +12 -5
  10. data/apis/connect/2017-08-08/api-2.json +145 -0
  11. data/apis/ec2/2016-11-15/api-2.json +25 -5
  12. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  13. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  14. data/apis/fms/2018-01-01/api-2.json +515 -1
  15. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  16. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  17. data/apis/fsx/2018-03-01/api-2.json +35 -2
  18. data/apis/glue/2017-03-31/api-2.json +4 -1
  19. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  20. data/apis/lightsail/2016-11-28/api-2.json +748 -2
  21. data/apis/macie2/2020-01-01/api-2.json +7 -1
  22. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  23. data/apis/medialive/2017-10-14/api-2.json +136 -51
  24. data/apis/quicksight/2018-04-01/api-2.json +625 -3
  25. data/apis/quicksight/2018-04-01/paginators-1.json +5 -0
  26. data/apis/rds/2014-10-31/api-2.json +5 -2
  27. data/apis/workspaces/2015-04-08/api-2.json +90 -1
  28. data/endpoints.json +22 -0
  29. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  30. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  31. data/lib/aws-sdk-core/version.rb +1 -1
  32. data/service-models.json +1 -1
  33. metadata +8 -2
@@ -25,6 +25,11 @@
25
25
  "output_token": "NextToken",
26
26
  "limit_key": "MaxResults"
27
27
  },
28
+ "ListNamespaces": {
29
+ "input_token": "NextToken",
30
+ "output_token": "NextToken",
31
+ "limit_key": "MaxResults"
32
+ },
28
33
  "ListTemplateAliases": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
@@ -3593,7 +3593,9 @@
3593
3593
  "SupportsReadReplica":{"shape":"Boolean"},
3594
3594
  "SupportedEngineModes":{"shape":"EngineModeList"},
3595
3595
  "SupportedFeatureNames":{"shape":"FeatureNameList"},
3596
- "Status":{"shape":"String"}
3596
+ "Status":{"shape":"String"},
3597
+ "SupportsParallelQuery":{"shape":"Boolean"},
3598
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
3597
3599
  }
3598
3600
  },
3599
3601
  "DBEngineVersionList":{
@@ -6413,7 +6415,8 @@
6413
6415
  "SupportedEngineModes":{"shape":"EngineModeList"},
6414
6416
  "SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
6415
6417
  "SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
6416
- "OutpostCapable":{"shape":"Boolean"}
6418
+ "OutpostCapable":{"shape":"Boolean"},
6419
+ "SupportsGlobalDatabases":{"shape":"Boolean"}
6417
6420
  },
6418
6421
  "wrapper":true
6419
6422
  },
@@ -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":{
@@ -2401,6 +2401,7 @@
2401
2401
  },
2402
2402
  "firehose" : {
2403
2403
  "endpoints" : {
2404
+ "af-south-1" : { },
2404
2405
  "ap-east-1" : { },
2405
2406
  "ap-northeast-1" : { },
2406
2407
  "ap-northeast-2" : { },
@@ -2410,6 +2411,7 @@
2410
2411
  "ca-central-1" : { },
2411
2412
  "eu-central-1" : { },
2412
2413
  "eu-north-1" : { },
2414
+ "eu-south-1" : { },
2413
2415
  "eu-west-1" : { },
2414
2416
  "eu-west-2" : { },
2415
2417
  "eu-west-3" : { },
@@ -2919,6 +2921,7 @@
2919
2921
  "iotanalytics" : {
2920
2922
  "endpoints" : {
2921
2923
  "ap-northeast-1" : { },
2924
+ "ap-southeast-2" : { },
2922
2925
  "eu-central-1" : { },
2923
2926
  "eu-west-1" : { },
2924
2927
  "us-east-1" : { },
@@ -3944,6 +3947,7 @@
3944
3947
  "ca-central-1" : { },
3945
3948
  "eu-central-1" : { },
3946
3949
  "eu-north-1" : { },
3950
+ "eu-south-1" : { },
3947
3951
  "eu-west-1" : { },
3948
3952
  "eu-west-2" : { },
3949
3953
  "eu-west-3" : { },
@@ -6237,6 +6241,11 @@
6237
6241
  "cn-northwest-1" : { }
6238
6242
  }
6239
6243
  },
6244
+ "cur" : {
6245
+ "endpoints" : {
6246
+ "cn-northwest-1" : { }
6247
+ }
6248
+ },
6240
6249
  "data.iot" : {
6241
6250
  "defaults" : {
6242
6251
  "credentialScope" : {
@@ -8505,6 +8514,19 @@
8505
8514
  "us-iso-east-1" : { }
8506
8515
  }
8507
8516
  },
8517
+ "transcribe" : {
8518
+ "defaults" : {
8519
+ "protocols" : [ "https" ]
8520
+ },
8521
+ "endpoints" : {
8522
+ "us-iso-east-1" : { }
8523
+ }
8524
+ },
8525
+ "transcribestreaming" : {
8526
+ "endpoints" : {
8527
+ "us-iso-east-1" : { }
8528
+ }
8529
+ },
8508
8530
  "workspaces" : {
8509
8531
  "endpoints" : {
8510
8532
  "us-iso-east-1" : { }
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2019-03-26/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2019-03-26/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2019-03-26/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2019-03-26/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2019-03-26/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2020-05-31/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2020-05-31/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2020-05-31/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2020-05-31/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2020-05-31/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws
@@ -3,4 +3,5 @@ Aws.add_service(:ElasticBeanstalk, {
3
3
  docs: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/docs-2.json",
4
4
  examples: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/examples-1.json",
5
5
  paginators: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/elasticbeanstalk/2010-12-01/waiters-2.json",
6
7
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.546'
2
+ VERSION = '2.11.551'
3
3
  end
@@ -104,7 +104,7 @@
104
104
  "endpoint": "cloudformation"
105
105
  },
106
106
  "CloudFront": {
107
- "models": "cloudfront/2019-03-26",
107
+ "models": "cloudfront/2020-05-31",
108
108
  "endpoint": "cloudfront"
109
109
  },
110
110
  "CloudHSM": {
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.546
4
+ version: 2.11.551
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-15 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -192,6 +192,11 @@ files:
192
192
  - apis/cloudfront/2019-03-26/paginators-1.json
193
193
  - apis/cloudfront/2019-03-26/smoke.json
194
194
  - apis/cloudfront/2019-03-26/waiters-2.json
195
+ - apis/cloudfront/2020-05-31/api-2.json
196
+ - apis/cloudfront/2020-05-31/examples-1.json
197
+ - apis/cloudfront/2020-05-31/paginators-1.json
198
+ - apis/cloudfront/2020-05-31/smoke.json
199
+ - apis/cloudfront/2020-05-31/waiters-2.json
195
200
  - apis/cloudhsm/2014-05-30/api-2.json
196
201
  - apis/cloudhsm/2014-05-30/examples-1.json
197
202
  - apis/cloudhsm/2014-05-30/paginators-1.json
@@ -382,6 +387,7 @@ files:
382
387
  - apis/elasticbeanstalk/2010-12-01/examples-1.json
383
388
  - apis/elasticbeanstalk/2010-12-01/paginators-1.json
384
389
  - apis/elasticbeanstalk/2010-12-01/smoke.json
390
+ - apis/elasticbeanstalk/2010-12-01/waiters-2.json
385
391
  - apis/elasticfilesystem/2015-02-01/api-2.json
386
392
  - apis/elasticfilesystem/2015-02-01/examples-1.json
387
393
  - apis/elasticfilesystem/2015-02-01/paginators-1.json