aws-sdk-core 2.11.430 → 2.11.431

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8c524acf63a2b04d9e921545c9833cc68602639
4
- data.tar.gz: 649df66cb7a3e29708948e8550a2af574f9172bf
3
+ metadata.gz: ac911baff4a2b22b5d0075698d7d526cf4704471
4
+ data.tar.gz: f93a639764e79b7d202f66af65af0f7e064e88b2
5
5
  SHA512:
6
- metadata.gz: 43ee2b79dcb1b1c0df972c7d7fd229213cea6dee77920947b83c5d1bfa871b18196044867a56c6d212ad7338e71d0477858032c7001820acf146f82d1e62865b
7
- data.tar.gz: ca2cc601c97c8ef409553bd67fd5fce887011425290f66865e5be3a9e4faa4dc75f9ca083d7ea3aac13a73340606ab583e803c8ddbf535bdd7e424ad6af54d1a
6
+ metadata.gz: 57e7d148487f33960070bcdf03398c7cd1ccac0dd40cd3aea11e7d12cadb7a6bf694ab95df6e14c41bef570fc8c09426f6ed8ecbe846b49524bbb66de4fddbbc
7
+ data.tar.gz: 3126e6163fe22d4f605509ad7314eec17328a1b62e89b4a95f2cd017f93f9a8a3fc9f26558e2737e277c06060d4cddd51f27b428563c10507a14ef089817171f
@@ -1826,7 +1826,10 @@
1826
1826
  },
1827
1827
  "DisableLDAPSRequest":{
1828
1828
  "type":"structure",
1829
- "required":["DirectoryId"],
1829
+ "required":[
1830
+ "DirectoryId",
1831
+ "Type"
1832
+ ],
1830
1833
  "members":{
1831
1834
  "DirectoryId":{"shape":"DirectoryId"},
1832
1835
  "Type":{"shape":"LDAPSType"}
@@ -1917,7 +1920,10 @@
1917
1920
  },
1918
1921
  "EnableLDAPSRequest":{
1919
1922
  "type":"structure",
1920
- "required":["DirectoryId"],
1923
+ "required":[
1924
+ "DirectoryId",
1925
+ "Type"
1926
+ ],
1921
1927
  "members":{
1922
1928
  "DirectoryId":{"shape":"DirectoryId"},
1923
1929
  "Type":{"shape":"LDAPSType"}
@@ -5764,6 +5764,10 @@
5764
5764
  "shape":"TransportProtocol",
5765
5765
  "locationName":"transportProtocol"
5766
5766
  },
5767
+ "VpnPort":{
5768
+ "shape":"Integer",
5769
+ "locationName":"vpnPort"
5770
+ },
5767
5771
  "AssociatedTargetNetworks":{
5768
5772
  "shape":"AssociatedTargetNetworkSet",
5769
5773
  "deprecated":true,
@@ -6290,6 +6294,7 @@
6290
6294
  "ConnectionLogOptions":{"shape":"ConnectionLogOptions"},
6291
6295
  "DnsServers":{"shape":"ValueStringList"},
6292
6296
  "TransportProtocol":{"shape":"TransportProtocol"},
6297
+ "VpnPort":{"shape":"Integer"},
6293
6298
  "Description":{"shape":"String"},
6294
6299
  "SplitTunnel":{"shape":"Boolean"},
6295
6300
  "DryRun":{"shape":"Boolean"},
@@ -6330,7 +6335,7 @@
6330
6335
  "members":{
6331
6336
  "ClientVpnEndpointId":{"shape":"ClientVpnEndpointId"},
6332
6337
  "DestinationCidrBlock":{"shape":"String"},
6333
- "TargetVpcSubnetId":{"shape":"String"},
6338
+ "TargetVpcSubnetId":{"shape":"SubnetId"},
6334
6339
  "Description":{"shape":"String"},
6335
6340
  "ClientToken":{
6336
6341
  "shape":"String",
@@ -7967,7 +7972,7 @@
7967
7972
  ],
7968
7973
  "members":{
7969
7974
  "ClientVpnEndpointId":{"shape":"ClientVpnEndpointId"},
7970
- "TargetVpcSubnetId":{"shape":"String"},
7975
+ "TargetVpcSubnetId":{"shape":"SubnetId"},
7971
7976
  "DestinationCidrBlock":{"shape":"String"},
7972
7977
  "DryRun":{"shape":"Boolean"}
7973
7978
  }
@@ -19430,6 +19435,7 @@
19430
19435
  "ServerCertificateArn":{"shape":"String"},
19431
19436
  "ConnectionLogOptions":{"shape":"ConnectionLogOptions"},
19432
19437
  "DnsServers":{"shape":"DnsServersOptionsModifyStructure"},
19438
+ "VpnPort":{"shape":"Integer"},
19433
19439
  "Description":{"shape":"String"},
19434
19440
  "SplitTunnel":{"shape":"Boolean"},
19435
19441
  "DryRun":{"shape":"Boolean"}
@@ -819,6 +819,15 @@
819
819
  {"shape":"ResourceNotFound"}
820
820
  ]
821
821
  },
822
+ "DescribeWorkforce":{
823
+ "name":"DescribeWorkforce",
824
+ "http":{
825
+ "method":"POST",
826
+ "requestUri":"/"
827
+ },
828
+ "input":{"shape":"DescribeWorkforceRequest"},
829
+ "output":{"shape":"DescribeWorkforceResponse"}
830
+ },
822
831
  "DescribeWorkteam":{
823
832
  "name":"DescribeWorkteam",
824
833
  "http":{
@@ -1416,6 +1425,15 @@
1416
1425
  {"shape":"ResourceNotFound"}
1417
1426
  ]
1418
1427
  },
1428
+ "UpdateWorkforce":{
1429
+ "name":"UpdateWorkforce",
1430
+ "http":{
1431
+ "method":"POST",
1432
+ "requestUri":"/"
1433
+ },
1434
+ "input":{"shape":"UpdateWorkforceRequest"},
1435
+ "output":{"shape":"UpdateWorkforceResponse"}
1436
+ },
1419
1437
  "UpdateWorkteam":{
1420
1438
  "name":"UpdateWorkteam",
1421
1439
  "http":{
@@ -2171,6 +2189,16 @@
2171
2189
  "LocalPath":{"shape":"DirectoryPath"}
2172
2190
  }
2173
2191
  },
2192
+ "Cidr":{
2193
+ "type":"string",
2194
+ "max":64,
2195
+ "min":4,
2196
+ "pattern":"(^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(\\/(3[0-2]|[1-2][0-9]|[0-9]))$)|(^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\\/(12[0-8]|1[0-1][0-9]|[1-9][0-9]|[0-9]))$)"
2197
+ },
2198
+ "Cidrs":{
2199
+ "type":"list",
2200
+ "member":{"shape":"Cidr"}
2201
+ },
2174
2202
  "CodeRepositoryArn":{
2175
2203
  "type":"string",
2176
2204
  "max":2048,
@@ -4130,6 +4158,20 @@
4130
4158
  "UserSettings":{"shape":"UserSettings"}
4131
4159
  }
4132
4160
  },
4161
+ "DescribeWorkforceRequest":{
4162
+ "type":"structure",
4163
+ "required":["WorkforceName"],
4164
+ "members":{
4165
+ "WorkforceName":{"shape":"WorkforceName"}
4166
+ }
4167
+ },
4168
+ "DescribeWorkforceResponse":{
4169
+ "type":"structure",
4170
+ "required":["Workforce"],
4171
+ "members":{
4172
+ "Workforce":{"shape":"Workforce"}
4173
+ }
4174
+ },
4133
4175
  "DescribeWorkteamRequest":{
4134
4176
  "type":"structure",
4135
4177
  "required":["WorkteamName"],
@@ -7847,6 +7889,13 @@
7847
7889
  "SourceAlgorithms":{"shape":"SourceAlgorithmList"}
7848
7890
  }
7849
7891
  },
7892
+ "SourceIpConfig":{
7893
+ "type":"structure",
7894
+ "required":["Cidrs"],
7895
+ "members":{
7896
+ "Cidrs":{"shape":"Cidrs"}
7897
+ }
7898
+ },
7850
7899
  "SourceType":{
7851
7900
  "type":"string",
7852
7901
  "max":128
@@ -8166,6 +8215,12 @@
8166
8215
  "ml.m4.4xlarge",
8167
8216
  "ml.m4.10xlarge",
8168
8217
  "ml.m4.16xlarge",
8218
+ "ml.g4dn.xlarge",
8219
+ "ml.g4dn.2xlarge",
8220
+ "ml.g4dn.4xlarge",
8221
+ "ml.g4dn.8xlarge",
8222
+ "ml.g4dn.12xlarge",
8223
+ "ml.g4dn.16xlarge",
8169
8224
  "ml.m5.large",
8170
8225
  "ml.m5.xlarge",
8171
8226
  "ml.m5.2xlarge",
@@ -8950,6 +9005,21 @@
8950
9005
  "UserProfileArn":{"shape":"UserProfileArn"}
8951
9006
  }
8952
9007
  },
9008
+ "UpdateWorkforceRequest":{
9009
+ "type":"structure",
9010
+ "required":["WorkforceName"],
9011
+ "members":{
9012
+ "WorkforceName":{"shape":"WorkforceName"},
9013
+ "SourceIpConfig":{"shape":"SourceIpConfig"}
9014
+ }
9015
+ },
9016
+ "UpdateWorkforceResponse":{
9017
+ "type":"structure",
9018
+ "required":["Workforce"],
9019
+ "members":{
9020
+ "Workforce":{"shape":"Workforce"}
9021
+ }
9022
+ },
8953
9023
  "UpdateWorkteamRequest":{
8954
9024
  "type":"structure",
8955
9025
  "required":["WorkteamName"],
@@ -9066,6 +9136,30 @@
9066
9136
  "max":5,
9067
9137
  "min":1
9068
9138
  },
9139
+ "Workforce":{
9140
+ "type":"structure",
9141
+ "required":[
9142
+ "WorkforceName",
9143
+ "WorkforceArn"
9144
+ ],
9145
+ "members":{
9146
+ "WorkforceName":{"shape":"WorkforceName"},
9147
+ "WorkforceArn":{"shape":"WorkforceArn"},
9148
+ "LastUpdatedDate":{"shape":"Timestamp"},
9149
+ "SourceIpConfig":{"shape":"SourceIpConfig"}
9150
+ }
9151
+ },
9152
+ "WorkforceArn":{
9153
+ "type":"string",
9154
+ "max":256,
9155
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:workforce/.*"
9156
+ },
9157
+ "WorkforceName":{
9158
+ "type":"string",
9159
+ "max":63,
9160
+ "min":1,
9161
+ "pattern":"^[a-zA-Z0-9]([a-zA-Z0-9\\-])*$"
9162
+ },
9069
9163
  "Workteam":{
9070
9164
  "type":"structure",
9071
9165
  "required":[
@@ -2723,6 +2723,7 @@
2723
2723
  },
2724
2724
  "polly" : {
2725
2725
  "endpoints" : {
2726
+ "ap-east-1" : { },
2726
2727
  "ap-northeast-1" : { },
2727
2728
  "ap-northeast-2" : { },
2728
2729
  "ap-south-1" : { },
@@ -2734,6 +2735,7 @@
2734
2735
  "eu-west-1" : { },
2735
2736
  "eu-west-2" : { },
2736
2737
  "eu-west-3" : { },
2738
+ "me-south-1" : { },
2737
2739
  "sa-east-1" : { },
2738
2740
  "us-east-1" : { },
2739
2741
  "us-east-2" : { },
@@ -4401,6 +4403,16 @@
4401
4403
  "cn-northwest-1" : { }
4402
4404
  }
4403
4405
  },
4406
+ "neptune" : {
4407
+ "endpoints" : {
4408
+ "cn-northwest-1" : {
4409
+ "credentialScope" : {
4410
+ "region" : "cn-northwest-1"
4411
+ },
4412
+ "hostname" : "rds.cn-northwest-1.amazonaws.com.cn"
4413
+ }
4414
+ }
4415
+ },
4404
4416
  "polly" : {
4405
4417
  "endpoints" : {
4406
4418
  "cn-northwest-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.430'
2
+ VERSION = '2.11.431'
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.430
4
+ version: 2.11.431
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-01-15 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath