aws-sdk-core 2.11.560 → 2.11.565

Sign up to get free protection for your applications and to get access to all the features.
@@ -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":32,
1082
+ "max":100,
991
1083
  "min":3,
992
- "pattern":"^[a-zA-Z0-9_][a-zA-Z0-9_-]{2,31}$"
1084
+ "pattern":"^[\\w][\\w@.-]{2,99}$"
993
1085
  },
994
1086
  "UserPassword":{
995
1087
  "type":"string",
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListSecurityPolicies": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "ListServers": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",
@@ -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"},
@@ -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"
@@ -727,6 +751,7 @@
727
751
  "ca-central-1" : { },
728
752
  "eu-central-1" : { },
729
753
  "eu-north-1" : { },
754
+ "eu-south-1" : { },
730
755
  "eu-west-1" : { },
731
756
  "eu-west-2" : { },
732
757
  "eu-west-3" : { },
@@ -1953,6 +1978,7 @@
1953
1978
  "protocols" : [ "http", "https" ]
1954
1979
  },
1955
1980
  "endpoints" : {
1981
+ "af-south-1" : { },
1956
1982
  "ap-east-1" : { },
1957
1983
  "ap-northeast-1" : { },
1958
1984
  "ap-northeast-2" : { },
@@ -1962,6 +1988,7 @@
1962
1988
  "ca-central-1" : { },
1963
1989
  "eu-central-1" : { },
1964
1990
  "eu-north-1" : { },
1991
+ "eu-south-1" : { },
1965
1992
  "eu-west-1" : { },
1966
1993
  "eu-west-2" : { },
1967
1994
  "eu-west-3" : { },
@@ -3780,6 +3807,12 @@
3780
3807
  },
3781
3808
  "neptune" : {
3782
3809
  "endpoints" : {
3810
+ "ap-east-1" : {
3811
+ "credentialScope" : {
3812
+ "region" : "ap-east-1"
3813
+ },
3814
+ "hostname" : "rds.ap-east-1.amazonaws.com"
3815
+ },
3783
3816
  "ap-northeast-1" : {
3784
3817
  "credentialScope" : {
3785
3818
  "region" : "ap-northeast-1"
@@ -3852,6 +3885,12 @@
3852
3885
  },
3853
3886
  "hostname" : "rds.me-south-1.amazonaws.com"
3854
3887
  },
3888
+ "sa-east-1" : {
3889
+ "credentialScope" : {
3890
+ "region" : "sa-east-1"
3891
+ },
3892
+ "hostname" : "rds.sa-east-1.amazonaws.com"
3893
+ },
3855
3894
  "us-east-1" : {
3856
3895
  "credentialScope" : {
3857
3896
  "region" : "us-east-1"
@@ -6911,6 +6950,18 @@
6911
6950
  },
6912
6951
  "api.ecr" : {
6913
6952
  "endpoints" : {
6953
+ "fips-dkr-us-gov-east-1" : {
6954
+ "credentialScope" : {
6955
+ "region" : "us-gov-east-1"
6956
+ },
6957
+ "hostname" : "ecr-fips.us-gov-east-1.amazonaws.com"
6958
+ },
6959
+ "fips-dkr-us-gov-west-1" : {
6960
+ "credentialScope" : {
6961
+ "region" : "us-gov-west-1"
6962
+ },
6963
+ "hostname" : "ecr-fips.us-gov-west-1.amazonaws.com"
6964
+ },
6914
6965
  "fips-us-gov-east-1" : {
6915
6966
  "credentialScope" : {
6916
6967
  "region" : "us-gov-east-1"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.560'
2
+ VERSION = '2.11.565'
3
3
  end
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.560
4
+ version: 2.11.565
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-05 00:00:00.000000000 Z
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath