aws-sdk-core 2.11.562 → 2.11.567
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appstream/2016-12-01/api-2.json +48 -14
- data/apis/braket/2019-09-01/api-2.json +584 -0
- data/apis/braket/2019-09-01/examples-1.json +5 -0
- data/apis/braket/2019-09-01/paginators-1.json +16 -0
- data/apis/cloud9/2017-09-23/api-2.json +20 -3
- data/apis/cognito-idp/2016-04-18/api-2.json +38 -1
- data/apis/ec2/2016-11-15/api-2.json +31 -2
- data/apis/eks/2017-11-01/api-2.json +13 -1
- data/apis/fsx/2018-03-01/api-2.json +14 -4
- data/apis/glue/2017-03-31/api-2.json +9 -4
- data/apis/iot/2015-05-28/api-2.json +203 -2
- data/apis/iot/2015-05-28/paginators-1.json +285 -1
- data/apis/lambda/2015-03-31/api-2.json +20 -4
- data/apis/rds/2014-10-31/api-2.json +12 -2
- data/apis/s3/2006-03-01/api-2.json +21 -7
- data/apis/s3/2006-03-01/examples-1.json +159 -159
- data/apis/sagemaker/2017-07-24/api-2.json +17 -1
- data/apis/savingsplans/2019-06-28/api-2.json +1 -0
- data/apis/transfer/2018-11-05/api-2.json +94 -2
- data/apis/transfer/2018-11-05/paginators-1.json +5 -0
- data/apis/workspaces/2015-04-08/api-2.json +3 -1
- data/endpoints.json +84 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/braket.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -1977,7 +1977,8 @@
|
|
1977
1977
|
"Accuracy",
|
1978
1978
|
"MSE",
|
1979
1979
|
"F1",
|
1980
|
-
"F1macro"
|
1980
|
+
"F1macro",
|
1981
|
+
"AUC"
|
1981
1982
|
]
|
1982
1983
|
},
|
1983
1984
|
"AutoMLNameContains":{
|
@@ -2467,6 +2468,7 @@
|
|
2467
2468
|
"members":{
|
2468
2469
|
"ContainerHostname":{"shape":"ContainerHostname"},
|
2469
2470
|
"Image":{"shape":"ContainerImage"},
|
2471
|
+
"ImageConfig":{"shape":"ImageConfig"},
|
2470
2472
|
"Mode":{"shape":"ContainerMode"},
|
2471
2473
|
"ModelDataUrl":{"shape":"Url"},
|
2472
2474
|
"Environment":{"shape":"EnvironmentMap"},
|
@@ -5245,6 +5247,13 @@
|
|
5245
5247
|
"max":256,
|
5246
5248
|
"pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$"
|
5247
5249
|
},
|
5250
|
+
"ImageConfig":{
|
5251
|
+
"type":"structure",
|
5252
|
+
"required":["RepositoryAccessMode"],
|
5253
|
+
"members":{
|
5254
|
+
"RepositoryAccessMode":{"shape":"RepositoryAccessMode"}
|
5255
|
+
}
|
5256
|
+
},
|
5248
5257
|
"ImageDigest":{
|
5249
5258
|
"type":"string",
|
5250
5259
|
"max":72,
|
@@ -7745,6 +7754,13 @@
|
|
7745
7754
|
"type":"list",
|
7746
7755
|
"member":{"shape":"RenderingError"}
|
7747
7756
|
},
|
7757
|
+
"RepositoryAccessMode":{
|
7758
|
+
"type":"string",
|
7759
|
+
"enum":[
|
7760
|
+
"Platform",
|
7761
|
+
"Vpc"
|
7762
|
+
]
|
7763
|
+
},
|
7748
7764
|
"ResolvedAttributes":{
|
7749
7765
|
"type":"structure",
|
7750
7766
|
"members":{
|
@@ -91,6 +91,21 @@
|
|
91
91
|
{"shape":"ResourceNotFoundException"}
|
92
92
|
]
|
93
93
|
},
|
94
|
+
"DescribeSecurityPolicy":{
|
95
|
+
"name":"DescribeSecurityPolicy",
|
96
|
+
"http":{
|
97
|
+
"method":"POST",
|
98
|
+
"requestUri":"/"
|
99
|
+
},
|
100
|
+
"input":{"shape":"DescribeSecurityPolicyRequest"},
|
101
|
+
"output":{"shape":"DescribeSecurityPolicyResponse"},
|
102
|
+
"errors":[
|
103
|
+
{"shape":"ServiceUnavailableException"},
|
104
|
+
{"shape":"InternalServiceError"},
|
105
|
+
{"shape":"InvalidRequestException"},
|
106
|
+
{"shape":"ResourceNotFoundException"}
|
107
|
+
]
|
108
|
+
},
|
94
109
|
"DescribeServer":{
|
95
110
|
"name":"DescribeServer",
|
96
111
|
"http":{
|
@@ -138,6 +153,21 @@
|
|
138
153
|
{"shape":"ThrottlingException"}
|
139
154
|
]
|
140
155
|
},
|
156
|
+
"ListSecurityPolicies":{
|
157
|
+
"name":"ListSecurityPolicies",
|
158
|
+
"http":{
|
159
|
+
"method":"POST",
|
160
|
+
"requestUri":"/"
|
161
|
+
},
|
162
|
+
"input":{"shape":"ListSecurityPoliciesRequest"},
|
163
|
+
"output":{"shape":"ListSecurityPoliciesResponse"},
|
164
|
+
"errors":[
|
165
|
+
{"shape":"ServiceUnavailableException"},
|
166
|
+
{"shape":"InternalServiceError"},
|
167
|
+
{"shape":"InvalidNextTokenException"},
|
168
|
+
{"shape":"InvalidRequestException"}
|
169
|
+
]
|
170
|
+
},
|
141
171
|
"ListServers":{
|
142
172
|
"name":"ListServers",
|
143
173
|
"http":{
|
@@ -336,6 +366,7 @@
|
|
336
366
|
"IdentityProviderType":{"shape":"IdentityProviderType"},
|
337
367
|
"LoggingRole":{"shape":"Role"},
|
338
368
|
"Protocols":{"shape":"Protocols"},
|
369
|
+
"SecurityPolicyName":{"shape":"SecurityPolicyName"},
|
339
370
|
"Tags":{"shape":"Tags"}
|
340
371
|
}
|
341
372
|
},
|
@@ -408,6 +439,20 @@
|
|
408
439
|
"UserName":{"shape":"UserName"}
|
409
440
|
}
|
410
441
|
},
|
442
|
+
"DescribeSecurityPolicyRequest":{
|
443
|
+
"type":"structure",
|
444
|
+
"required":["SecurityPolicyName"],
|
445
|
+
"members":{
|
446
|
+
"SecurityPolicyName":{"shape":"SecurityPolicyName"}
|
447
|
+
}
|
448
|
+
},
|
449
|
+
"DescribeSecurityPolicyResponse":{
|
450
|
+
"type":"structure",
|
451
|
+
"required":["SecurityPolicy"],
|
452
|
+
"members":{
|
453
|
+
"SecurityPolicy":{"shape":"DescribedSecurityPolicy"}
|
454
|
+
}
|
455
|
+
},
|
411
456
|
"DescribeServerRequest":{
|
412
457
|
"type":"structure",
|
413
458
|
"required":["ServerId"],
|
@@ -444,6 +489,18 @@
|
|
444
489
|
"User":{"shape":"DescribedUser"}
|
445
490
|
}
|
446
491
|
},
|
492
|
+
"DescribedSecurityPolicy":{
|
493
|
+
"type":"structure",
|
494
|
+
"required":["SecurityPolicyName"],
|
495
|
+
"members":{
|
496
|
+
"Fips":{"shape":"Fips"},
|
497
|
+
"SecurityPolicyName":{"shape":"SecurityPolicyName"},
|
498
|
+
"SshCiphers":{"shape":"SecurityPolicyOptions"},
|
499
|
+
"SshKexs":{"shape":"SecurityPolicyOptions"},
|
500
|
+
"SshMacs":{"shape":"SecurityPolicyOptions"},
|
501
|
+
"TlsCiphers":{"shape":"SecurityPolicyOptions"}
|
502
|
+
}
|
503
|
+
},
|
447
504
|
"DescribedServer":{
|
448
505
|
"type":"structure",
|
449
506
|
"required":["Arn"],
|
@@ -457,6 +514,7 @@
|
|
457
514
|
"IdentityProviderType":{"shape":"IdentityProviderType"},
|
458
515
|
"LoggingRole":{"shape":"Role"},
|
459
516
|
"Protocols":{"shape":"Protocols"},
|
517
|
+
"SecurityPolicyName":{"shape":"SecurityPolicyName"},
|
460
518
|
"ServerId":{"shape":"ServerId"},
|
461
519
|
"State":{"shape":"State"},
|
462
520
|
"Tags":{"shape":"Tags"},
|
@@ -495,6 +553,7 @@
|
|
495
553
|
"VPC_ENDPOINT"
|
496
554
|
]
|
497
555
|
},
|
556
|
+
"Fips":{"type":"boolean"},
|
498
557
|
"HomeDirectory":{
|
499
558
|
"type":"string",
|
500
559
|
"max":1024,
|
@@ -595,6 +654,21 @@
|
|
595
654
|
},
|
596
655
|
"exception":true
|
597
656
|
},
|
657
|
+
"ListSecurityPoliciesRequest":{
|
658
|
+
"type":"structure",
|
659
|
+
"members":{
|
660
|
+
"MaxResults":{"shape":"MaxResults"},
|
661
|
+
"NextToken":{"shape":"NextToken"}
|
662
|
+
}
|
663
|
+
},
|
664
|
+
"ListSecurityPoliciesResponse":{
|
665
|
+
"type":"structure",
|
666
|
+
"required":["SecurityPolicyNames"],
|
667
|
+
"members":{
|
668
|
+
"NextToken":{"shape":"NextToken"},
|
669
|
+
"SecurityPolicyNames":{"shape":"SecurityPolicyNames"}
|
670
|
+
}
|
671
|
+
},
|
598
672
|
"ListServersRequest":{
|
599
673
|
"type":"structure",
|
600
674
|
"members":{
|
@@ -763,6 +837,23 @@
|
|
763
837
|
"min":20,
|
764
838
|
"pattern":"arn:.*role/.*"
|
765
839
|
},
|
840
|
+
"SecurityPolicyName":{
|
841
|
+
"type":"string",
|
842
|
+
"max":100,
|
843
|
+
"pattern":"TransferSecurityPolicy-.+"
|
844
|
+
},
|
845
|
+
"SecurityPolicyNames":{
|
846
|
+
"type":"list",
|
847
|
+
"member":{"shape":"SecurityPolicyName"}
|
848
|
+
},
|
849
|
+
"SecurityPolicyOption":{
|
850
|
+
"type":"string",
|
851
|
+
"max":50
|
852
|
+
},
|
853
|
+
"SecurityPolicyOptions":{
|
854
|
+
"type":"list",
|
855
|
+
"member":{"shape":"SecurityPolicyOption"}
|
856
|
+
},
|
766
857
|
"ServerId":{
|
767
858
|
"type":"string",
|
768
859
|
"max":19,
|
@@ -943,6 +1034,7 @@
|
|
943
1034
|
"IdentityProviderDetails":{"shape":"IdentityProviderDetails"},
|
944
1035
|
"LoggingRole":{"shape":"NullableRole"},
|
945
1036
|
"Protocols":{"shape":"Protocols"},
|
1037
|
+
"SecurityPolicyName":{"shape":"SecurityPolicyName"},
|
946
1038
|
"ServerId":{"shape":"ServerId"}
|
947
1039
|
}
|
948
1040
|
},
|
@@ -987,9 +1079,9 @@
|
|
987
1079
|
"UserCount":{"type":"integer"},
|
988
1080
|
"UserName":{
|
989
1081
|
"type":"string",
|
990
|
-
"max":
|
1082
|
+
"max":100,
|
991
1083
|
"min":3,
|
992
|
-
"pattern":"^[
|
1084
|
+
"pattern":"^[\\w][\\w@.-]{2,99}$"
|
993
1085
|
},
|
994
1086
|
"UserPassword":{
|
995
1087
|
"type":"string",
|
@@ -446,7 +446,8 @@
|
|
446
446
|
"errors":[
|
447
447
|
{"shape":"AccessDeniedException"},
|
448
448
|
{"shape":"InvalidParameterValuesException"},
|
449
|
-
{"shape":"ResourceNotFoundException"}
|
449
|
+
{"shape":"ResourceNotFoundException"},
|
450
|
+
{"shape":"OperationNotSupportedException"}
|
450
451
|
]
|
451
452
|
},
|
452
453
|
"ModifyWorkspaceProperties":{
|
@@ -1913,6 +1914,7 @@
|
|
1913
1914
|
"WorkspaceCreationProperties":{
|
1914
1915
|
"type":"structure",
|
1915
1916
|
"members":{
|
1917
|
+
"EnableWorkDocs":{"shape":"BooleanObject"},
|
1916
1918
|
"EnableInternetAccess":{"shape":"BooleanObject"},
|
1917
1919
|
"DefaultOu":{"shape":"DefaultOu"},
|
1918
1920
|
"CustomSecurityGroupId":{"shape":"SecurityGroupId"},
|
data/endpoints.json
CHANGED
@@ -349,6 +349,30 @@
|
|
349
349
|
},
|
350
350
|
"hostname" : "api.ecr.eu-west-3.amazonaws.com"
|
351
351
|
},
|
352
|
+
"fips-dkr-us-east-1" : {
|
353
|
+
"credentialScope" : {
|
354
|
+
"region" : "us-east-1"
|
355
|
+
},
|
356
|
+
"hostname" : "ecr-fips.us-east-1.amazonaws.com"
|
357
|
+
},
|
358
|
+
"fips-dkr-us-east-2" : {
|
359
|
+
"credentialScope" : {
|
360
|
+
"region" : "us-east-2"
|
361
|
+
},
|
362
|
+
"hostname" : "ecr-fips.us-east-2.amazonaws.com"
|
363
|
+
},
|
364
|
+
"fips-dkr-us-west-1" : {
|
365
|
+
"credentialScope" : {
|
366
|
+
"region" : "us-west-1"
|
367
|
+
},
|
368
|
+
"hostname" : "ecr-fips.us-west-1.amazonaws.com"
|
369
|
+
},
|
370
|
+
"fips-dkr-us-west-2" : {
|
371
|
+
"credentialScope" : {
|
372
|
+
"region" : "us-west-2"
|
373
|
+
},
|
374
|
+
"hostname" : "ecr-fips.us-west-2.amazonaws.com"
|
375
|
+
},
|
352
376
|
"fips-us-east-1" : {
|
353
377
|
"credentialScope" : {
|
354
378
|
"region" : "us-east-1"
|
@@ -3578,6 +3602,24 @@
|
|
3578
3602
|
"eu-west-1" : { },
|
3579
3603
|
"eu-west-2" : { },
|
3580
3604
|
"eu-west-3" : { },
|
3605
|
+
"fips-us-east-1" : {
|
3606
|
+
"credentialScope" : {
|
3607
|
+
"region" : "us-east-1"
|
3608
|
+
},
|
3609
|
+
"hostname" : "medialive-fips.us-east-1.amazonaws.com"
|
3610
|
+
},
|
3611
|
+
"fips-us-east-2" : {
|
3612
|
+
"credentialScope" : {
|
3613
|
+
"region" : "us-east-2"
|
3614
|
+
},
|
3615
|
+
"hostname" : "medialive-fips.us-east-2.amazonaws.com"
|
3616
|
+
},
|
3617
|
+
"fips-us-west-2" : {
|
3618
|
+
"credentialScope" : {
|
3619
|
+
"region" : "us-west-2"
|
3620
|
+
},
|
3621
|
+
"hostname" : "medialive-fips.us-west-2.amazonaws.com"
|
3622
|
+
},
|
3581
3623
|
"sa-east-1" : { },
|
3582
3624
|
"us-east-1" : { },
|
3583
3625
|
"us-east-2" : { },
|
@@ -5806,6 +5848,36 @@
|
|
5806
5848
|
"eu-west-1" : { },
|
5807
5849
|
"eu-west-2" : { },
|
5808
5850
|
"eu-west-3" : { },
|
5851
|
+
"fips-ca-central-1" : {
|
5852
|
+
"credentialScope" : {
|
5853
|
+
"region" : "ca-central-1"
|
5854
|
+
},
|
5855
|
+
"hostname" : "transfer-fips.ca-central-1.amazonaws.com"
|
5856
|
+
},
|
5857
|
+
"fips-us-east-1" : {
|
5858
|
+
"credentialScope" : {
|
5859
|
+
"region" : "us-east-1"
|
5860
|
+
},
|
5861
|
+
"hostname" : "transfer-fips.us-east-1.amazonaws.com"
|
5862
|
+
},
|
5863
|
+
"fips-us-east-2" : {
|
5864
|
+
"credentialScope" : {
|
5865
|
+
"region" : "us-east-2"
|
5866
|
+
},
|
5867
|
+
"hostname" : "transfer-fips.us-east-2.amazonaws.com"
|
5868
|
+
},
|
5869
|
+
"fips-us-west-1" : {
|
5870
|
+
"credentialScope" : {
|
5871
|
+
"region" : "us-west-1"
|
5872
|
+
},
|
5873
|
+
"hostname" : "transfer-fips.us-west-1.amazonaws.com"
|
5874
|
+
},
|
5875
|
+
"fips-us-west-2" : {
|
5876
|
+
"credentialScope" : {
|
5877
|
+
"region" : "us-west-2"
|
5878
|
+
},
|
5879
|
+
"hostname" : "transfer-fips.us-west-2.amazonaws.com"
|
5880
|
+
},
|
5809
5881
|
"sa-east-1" : { },
|
5810
5882
|
"us-east-1" : { },
|
5811
5883
|
"us-east-2" : { },
|
@@ -6926,6 +6998,18 @@
|
|
6926
6998
|
},
|
6927
6999
|
"api.ecr" : {
|
6928
7000
|
"endpoints" : {
|
7001
|
+
"fips-dkr-us-gov-east-1" : {
|
7002
|
+
"credentialScope" : {
|
7003
|
+
"region" : "us-gov-east-1"
|
7004
|
+
},
|
7005
|
+
"hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
|
7006
|
+
},
|
7007
|
+
"fips-dkr-us-gov-west-1" : {
|
7008
|
+
"credentialScope" : {
|
7009
|
+
"region" : "us-gov-west-1"
|
7010
|
+
},
|
7011
|
+
"hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
|
7012
|
+
},
|
6929
7013
|
"fips-us-gov-east-1" : {
|
6930
7014
|
"credentialScope" : {
|
6931
7015
|
"region" : "us-gov-east-1"
|
data/lib/aws-sdk-core.rb
CHANGED
@@ -0,0 +1,6 @@
|
|
1
|
+
Aws.add_service(:Braket, {
|
2
|
+
api: "#{Aws::API_DIR}/braket/2019-09-01/api-2.json",
|
3
|
+
docs: "#{Aws::API_DIR}/braket/2019-09-01/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/braket/2019-09-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/braket/2019-09-01/paginators-1.json",
|
6
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
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.567
|
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-08-
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -121,6 +121,9 @@ files:
|
|
121
121
|
- apis/batch/2016-08-10/examples-1.json
|
122
122
|
- apis/batch/2016-08-10/paginators-1.json
|
123
123
|
- apis/batch/2016-08-10/smoke.json
|
124
|
+
- apis/braket/2019-09-01/api-2.json
|
125
|
+
- apis/braket/2019-09-01/examples-1.json
|
126
|
+
- apis/braket/2019-09-01/paginators-1.json
|
124
127
|
- apis/budgets/2016-10-20/api-2.json
|
125
128
|
- apis/budgets/2016-10-20/examples-1.json
|
126
129
|
- apis/budgets/2016-10-20/paginators-1.json
|
@@ -965,6 +968,7 @@ files:
|
|
965
968
|
- lib/aws-sdk-core/autoscalingplans.rb
|
966
969
|
- lib/aws-sdk-core/backup.rb
|
967
970
|
- lib/aws-sdk-core/batch.rb
|
971
|
+
- lib/aws-sdk-core/braket.rb
|
968
972
|
- lib/aws-sdk-core/budgets.rb
|
969
973
|
- lib/aws-sdk-core/checksums.rb
|
970
974
|
- lib/aws-sdk-core/chime.rb
|