aws-sdk-core 2.10.129 → 2.10.130

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f73560f277666b82d24ee20be84bf95372400ad7
4
- data.tar.gz: 50a78beca509908080c3e9092e2fd3871b8d657d
3
+ metadata.gz: af03750fc64c232787d45bbb30a977e8802c0bbd
4
+ data.tar.gz: 119aa44a30b2b8d876a35c8c22705e70abc3e11d
5
5
  SHA512:
6
- metadata.gz: 4c9194795e03c63032e15d510b3911e7bdff8aef24db189ffe612d33208ef181e323ed50ed414ac51c3a45c335e436933841dc431e386cf2e8ae66dea004970f
7
- data.tar.gz: 7eb23776c7b5897904dec213f90d9529e2ad78872b2e3a3a653f20d5b0b3134f85b31615f60e509af24283edf25d2a146a812fa1ff7eed9def1d574fde6164fc
6
+ metadata.gz: 430ffdc53bb7c00c5280575fce138d437fac96932abd0cbe3c105227f634a70e1d0bd0bd84f4b7594be8819de758f3cb47d40e6536355fb0a85d720732f3e83c
7
+ data.tar.gz: 1619ab5bafc73e543e6c06c5444bf605a226a253a45ee3e3aa8806e8dbacb8d29e42baad0662429ff0b381c438968a07446f6d6d8968fe23960304a06a6e74eb
@@ -1101,6 +1101,19 @@
1101
1101
  {"shape":"InternalErrorException"}
1102
1102
  ]
1103
1103
  },
1104
+ "GetSigningCertificate":{
1105
+ "name":"GetSigningCertificate",
1106
+ "http":{
1107
+ "method":"POST",
1108
+ "requestUri":"/"
1109
+ },
1110
+ "input":{"shape":"GetSigningCertificateRequest"},
1111
+ "output":{"shape":"GetSigningCertificateResponse"},
1112
+ "errors":[
1113
+ {"shape":"InternalErrorException"},
1114
+ {"shape":"ResourceNotFoundException"}
1115
+ ]
1116
+ },
1104
1117
  "GetUICustomization":{
1105
1118
  "name":"GetUICustomization",
1106
1119
  "http":{
@@ -2443,7 +2456,8 @@
2443
2456
  "REFRESH_TOKEN_AUTH",
2444
2457
  "REFRESH_TOKEN",
2445
2458
  "CUSTOM_AUTH",
2446
- "ADMIN_NO_SRP_AUTH"
2459
+ "ADMIN_NO_SRP_AUTH",
2460
+ "USER_PASSWORD_AUTH"
2447
2461
  ]
2448
2462
  },
2449
2463
  "AuthParametersType":{
@@ -3339,7 +3353,8 @@
3339
3353
  "type":"string",
3340
3354
  "enum":[
3341
3355
  "ADMIN_NO_SRP_AUTH",
3342
- "CUSTOM_AUTH_FLOW_ONLY"
3356
+ "CUSTOM_AUTH_FLOW_ONLY",
3357
+ "USER_PASSWORD_AUTH"
3343
3358
  ]
3344
3359
  },
3345
3360
  "FeedbackValueType":{
@@ -3443,6 +3458,19 @@
3443
3458
  "IdentityProvider":{"shape":"IdentityProviderType"}
3444
3459
  }
3445
3460
  },
3461
+ "GetSigningCertificateRequest":{
3462
+ "type":"structure",
3463
+ "required":["UserPoolId"],
3464
+ "members":{
3465
+ "UserPoolId":{"shape":"UserPoolIdType"}
3466
+ }
3467
+ },
3468
+ "GetSigningCertificateResponse":{
3469
+ "type":"structure",
3470
+ "members":{
3471
+ "Certificate":{"shape":"StringType"}
3472
+ }
3473
+ },
3446
3474
  "GetUICustomizationRequest":{
3447
3475
  "type":"structure",
3448
3476
  "required":["UserPoolId"],
@@ -3703,7 +3731,8 @@
3703
3731
  "DefineAuthChallenge":{"shape":"ArnType"},
3704
3732
  "CreateAuthChallenge":{"shape":"ArnType"},
3705
3733
  "VerifyAuthChallengeResponse":{"shape":"ArnType"},
3706
- "PreTokenGeneration":{"shape":"ArnType"}
3734
+ "PreTokenGeneration":{"shape":"ArnType"},
3735
+ "UserMigration":{"shape":"ArnType"}
3707
3736
  }
3708
3737
  },
3709
3738
  "LimitExceededException":{
@@ -13248,6 +13248,7 @@
13248
13248
  "type":"string",
13249
13249
  "enum":[
13250
13250
  "available",
13251
+ "associated",
13251
13252
  "attaching",
13252
13253
  "in-use",
13253
13254
  "detaching"
@@ -806,6 +806,10 @@
806
806
  "NetworkConnectionAction" : {
807
807
  "shape" : "NetworkConnectionAction",
808
808
  "locationName" : "networkConnectionAction"
809
+ },
810
+ "PortProbeAction" : {
811
+ "shape" : "PortProbeAction",
812
+ "locationName" : "portProbeAction"
809
813
  }
810
814
  }
811
815
  },
@@ -1966,6 +1970,12 @@
1966
1970
  }
1967
1971
  }
1968
1972
  },
1973
+ "ListOfPortProbeDetail" : {
1974
+ "type" : "list",
1975
+ "member" : {
1976
+ "shape" : "PortProbeDetail"
1977
+ }
1978
+ },
1969
1979
  "ListThreatIntelSetsRequest" : {
1970
1980
  "type" : "structure",
1971
1981
  "members" : {
@@ -2218,6 +2228,32 @@
2218
2228
  }
2219
2229
  }
2220
2230
  },
2231
+ "PortProbeAction" : {
2232
+ "type" : "structure",
2233
+ "members" : {
2234
+ "Blocked" : {
2235
+ "shape" : "__boolean",
2236
+ "locationName" : "blocked"
2237
+ },
2238
+ "PortProbeDetails" : {
2239
+ "shape" : "ListOfPortProbeDetail",
2240
+ "locationName" : "portProbeDetails"
2241
+ }
2242
+ }
2243
+ },
2244
+ "PortProbeDetail" : {
2245
+ "type" : "structure",
2246
+ "members" : {
2247
+ "LocalPortDetails" : {
2248
+ "shape" : "LocalPortDetails",
2249
+ "locationName" : "localPortDetails"
2250
+ },
2251
+ "RemoteIpDetails" : {
2252
+ "shape" : "RemoteIpDetails",
2253
+ "locationName" : "remoteIpDetails"
2254
+ }
2255
+ }
2256
+ },
2221
2257
  "PrivateDnsName" : {
2222
2258
  "type" : "string"
2223
2259
  },
@@ -491,6 +491,7 @@
491
491
  },
492
492
  "input":{"shape":"RetireGrantRequest"},
493
493
  "errors":[
494
+ {"shape":"InvalidArnException"},
494
495
  {"shape":"InvalidGrantTokenException"},
495
496
  {"shape":"InvalidGrantIdException"},
496
497
  {"shape":"NotFoundException"},
@@ -1002,6 +1002,15 @@
1002
1002
  "us-west-2" : { }
1003
1003
  }
1004
1004
  },
1005
+ "kinesisvideo" : {
1006
+ "endpoints" : {
1007
+ "ap-northeast-1" : { },
1008
+ "eu-central-1" : { },
1009
+ "eu-west-1" : { },
1010
+ "us-east-1" : { },
1011
+ "us-west-2" : { }
1012
+ }
1013
+ },
1005
1014
  "kms" : {
1006
1015
  "endpoints" : {
1007
1016
  "ap-northeast-1" : { },
@@ -2111,6 +2120,11 @@
2111
2120
  "us-gov-west-1" : { }
2112
2121
  }
2113
2122
  },
2123
+ "ecr" : {
2124
+ "endpoints" : {
2125
+ "us-gov-west-1" : { }
2126
+ }
2127
+ },
2114
2128
  "ecs" : {
2115
2129
  "endpoints" : {
2116
2130
  "us-gov-west-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.129'
2
+ VERSION = '2.10.130'
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.10.129
4
+ version: 2.10.130
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: 2018-02-09 00:00:00.000000000 Z
11
+ date: 2018-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath