aws-sdk-core 2.2.36 → 2.2.37

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: 62c958541a3ff95c733c2ee0209f1b139c376055
4
- data.tar.gz: 2a53ea6d1cba63c32af54d2ede449e473258d229
3
+ metadata.gz: 3fa1e6adbf2e7ee422bb0227d16d447fd72ce809
4
+ data.tar.gz: 7a765043ff8aac847b5c31a6690130cb04c9871e
5
5
  SHA512:
6
- metadata.gz: 71c1bd67b7b64fcfbeaa457a1461b036bbf8245ff5f70323dfac4a3a5a9e1735223f1c7a75064ce07c0a12a8ec419d846f55c6eb9da5b8b70d7407cdc8a204e5
7
- data.tar.gz: 5141a3c4c1af5da8f0759977f7ac4d0a7462d28536842b0be3c17c310ae3ee1bc7ab84cbdf4ec60ab212e88c6ed2db7672dfe7ecb65f23dad1753a8246d83c83
6
+ metadata.gz: 52b195c6a9b9a6c426c370890154fdd185d45b1fbbfa5c4d2fcaa23259f97911f3e5b5e1b70d9e2919a7c5135e5a3e3bae08366d00ae879dc191bbb795aa6973
7
+ data.tar.gz: fbf98da18487f0265ae6de57dabd1af8274558215da32b7ea7f162564a3a03c2e54947a0d35d16ee2fbf641eb70757eb4cc467f5990e510c0c033a2859bbf503
@@ -384,38 +384,6 @@
384
384
  ],
385
385
  "authtype":"none"
386
386
  },
387
- "GetJWKS":{
388
- "name":"GetJWKS",
389
- "http":{
390
- "method":"GET",
391
- "requestUri":"/{userPoolId}/.well-known/jwks.json",
392
- "responseCode":200
393
- },
394
- "input":{"shape":"GetJWKSRequest"},
395
- "output":{"shape":"GetJWKSResponse"},
396
- "errors":[
397
- {"shape":"ResourceNotFoundException"},
398
- {"shape":"TooManyRequestsException"},
399
- {"shape":"InternalErrorException"}
400
- ],
401
- "authtype":"none"
402
- },
403
- "GetOpenIdConfiguration":{
404
- "name":"GetOpenIdConfiguration",
405
- "http":{
406
- "method":"GET",
407
- "requestUri":"/{userPoolId}/.well-known/openid-configuration",
408
- "responseCode":200
409
- },
410
- "input":{"shape":"GetOpenIdConfigurationRequest"},
411
- "output":{"shape":"GetOpenIdConfigurationResponse"},
412
- "errors":[
413
- {"shape":"ResourceNotFoundException"},
414
- {"shape":"TooManyRequestsException"},
415
- {"shape":"InternalErrorException"}
416
- ],
417
- "authtype":"none"
418
- },
419
387
  "GetUser":{
420
388
  "name":"GetUser",
421
389
  "http":{
@@ -1136,45 +1104,6 @@
1136
1104
  }
1137
1105
  },
1138
1106
  "GenerateSecret":{"type":"boolean"},
1139
- "GetJWKSRequest":{
1140
- "type":"structure",
1141
- "required":["UserPoolId"],
1142
- "members":{
1143
- "UserPoolId":{
1144
- "shape":"UserPoolIdType",
1145
- "location":"uri",
1146
- "locationName":"userPoolId"
1147
- }
1148
- }
1149
- },
1150
- "GetJWKSResponse":{
1151
- "type":"structure",
1152
- "members":{
1153
- "keys":{"shape":"KeyListType"}
1154
- }
1155
- },
1156
- "GetOpenIdConfigurationRequest":{
1157
- "type":"structure",
1158
- "required":["UserPoolId"],
1159
- "members":{
1160
- "UserPoolId":{
1161
- "shape":"UserPoolIdType",
1162
- "location":"uri",
1163
- "locationName":"userPoolId"
1164
- }
1165
- }
1166
- },
1167
- "GetOpenIdConfigurationResponse":{
1168
- "type":"structure",
1169
- "members":{
1170
- "issuer":{"shape":"openIdUrlType"},
1171
- "jwks_uri":{"shape":"openIdUrlType"},
1172
- "authorization_endpoint":{"shape":"openIdUrlType"},
1173
- "subject_types_supported":{"shape":"openIdListType"},
1174
- "response_types_supported":{"shape":"openIdListType"},
1175
- "id_token_signing_alg_values_supported":{"shape":"openIdListType"}
1176
- }
1177
- },
1178
1107
  "GetUserAttributeVerificationCodeRequest":{
1179
1108
  "type":"structure",
1180
1109
  "required":["AttributeName"],
@@ -1237,21 +1166,6 @@
1237
1166
  },
1238
1167
  "exception":true
1239
1168
  },
1240
- "KeyListType":{
1241
- "type":"list",
1242
- "member":{"shape":"KeyType"}
1243
- },
1244
- "KeyType":{
1245
- "type":"structure",
1246
- "members":{
1247
- "kty":{"shape":"StringType"},
1248
- "alg":{"shape":"StringType"},
1249
- "use":{"shape":"StringType"},
1250
- "kid":{"shape":"StringType"},
1251
- "n":{"shape":"StringType"},
1252
- "e":{"shape":"StringType"}
1253
- }
1254
- },
1255
1169
  "LambdaConfigType":{
1256
1170
  "type":"structure",
1257
1171
  "members":{
@@ -1738,16 +1652,6 @@
1738
1652
  "type":"structure",
1739
1653
  "members":{
1740
1654
  }
1741
- },
1742
- "openIdListType":{
1743
- "type":"list",
1744
- "member":{"shape":"StringType"}
1745
- },
1746
- "openIdUrlType":{
1747
- "type":"string",
1748
- "max":150,
1749
- "min":1,
1750
- "pattern":"https://cognito-idp\\.amazonaws\\.com/[\\w\\._/-]"
1751
1655
  }
1752
1656
  }
1753
1657
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -1492,6 +1492,15 @@
1492
1492
  "input":{"shape":"ModifyVpcEndpointRequest"},
1493
1493
  "output":{"shape":"ModifyVpcEndpointResult"}
1494
1494
  },
1495
+ "ModifyVpcPeeringConnectionOptions":{
1496
+ "name":"ModifyVpcPeeringConnectionOptions",
1497
+ "http":{
1498
+ "method":"POST",
1499
+ "requestUri":"/"
1500
+ },
1501
+ "input":{"shape":"ModifyVpcPeeringConnectionOptionsRequest"},
1502
+ "output":{"shape":"ModifyVpcPeeringConnectionOptionsResult"}
1503
+ },
1495
1504
  "MonitorInstances":{
1496
1505
  "name":"MonitorInstances",
1497
1506
  "http":{
@@ -8967,6 +8976,29 @@
8967
8976
  }
8968
8977
  }
8969
8978
  },
8979
+ "ModifyVpcPeeringConnectionOptionsRequest":{
8980
+ "type":"structure",
8981
+ "required":["VpcPeeringConnectionId"],
8982
+ "members":{
8983
+ "DryRun":{"shape":"Boolean"},
8984
+ "VpcPeeringConnectionId":{"shape":"String"},
8985
+ "RequesterPeeringConnectionOptions":{"shape":"PeeringConnectionOptionsRequest"},
8986
+ "AccepterPeeringConnectionOptions":{"shape":"PeeringConnectionOptionsRequest"}
8987
+ }
8988
+ },
8989
+ "ModifyVpcPeeringConnectionOptionsResult":{
8990
+ "type":"structure",
8991
+ "members":{
8992
+ "RequesterPeeringConnectionOptions":{
8993
+ "shape":"PeeringConnectionOptions",
8994
+ "locationName":"requesterPeeringConnectionOptions"
8995
+ },
8996
+ "AccepterPeeringConnectionOptions":{
8997
+ "shape":"PeeringConnectionOptions",
8998
+ "locationName":"accepterPeeringConnectionOptions"
8999
+ }
9000
+ }
9001
+ },
8970
9002
  "MonitorInstancesRequest":{
8971
9003
  "type":"structure",
8972
9004
  "required":["InstanceIds"],
@@ -9531,6 +9563,30 @@
9531
9563
  "locationName":"Owner"
9532
9564
  }
9533
9565
  },
9566
+ "PeeringConnectionOptions":{
9567
+ "type":"structure",
9568
+ "members":{
9569
+ "AllowEgressFromLocalClassicLinkToRemoteVpc":{
9570
+ "shape":"Boolean",
9571
+ "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc"
9572
+ },
9573
+ "AllowEgressFromLocalVpcToRemoteClassicLink":{
9574
+ "shape":"Boolean",
9575
+ "locationName":"allowEgressFromLocalVpcToRemoteClassicLink"
9576
+ }
9577
+ }
9578
+ },
9579
+ "PeeringConnectionOptionsRequest":{
9580
+ "type":"structure",
9581
+ "required":[
9582
+ "AllowEgressFromLocalClassicLinkToRemoteVpc",
9583
+ "AllowEgressFromLocalVpcToRemoteClassicLink"
9584
+ ],
9585
+ "members":{
9586
+ "AllowEgressFromLocalClassicLinkToRemoteVpc":{"shape":"Boolean"},
9587
+ "AllowEgressFromLocalVpcToRemoteClassicLink":{"shape":"Boolean"}
9588
+ }
9589
+ },
9534
9590
  "PermissionGroup":{
9535
9591
  "type":"string",
9536
9592
  "enum":["all"]
@@ -13201,6 +13257,19 @@
13201
13257
  "locationName":"item"
13202
13258
  }
13203
13259
  },
13260
+ "VpcPeeringConnectionOptionsDescription":{
13261
+ "type":"structure",
13262
+ "members":{
13263
+ "AllowEgressFromLocalClassicLinkToRemoteVpc":{
13264
+ "shape":"Boolean",
13265
+ "locationName":"allowEgressFromLocalClassicLinkToRemoteVpc"
13266
+ },
13267
+ "AllowEgressFromLocalVpcToRemoteClassicLink":{
13268
+ "shape":"Boolean",
13269
+ "locationName":"allowEgressFromLocalVpcToRemoteClassicLink"
13270
+ }
13271
+ }
13272
+ },
13204
13273
  "VpcPeeringConnectionStateReason":{
13205
13274
  "type":"structure",
13206
13275
  "members":{
@@ -13242,6 +13311,10 @@
13242
13311
  "VpcId":{
13243
13312
  "shape":"String",
13244
13313
  "locationName":"vpcId"
13314
+ },
13315
+ "PeeringOptions":{
13316
+ "shape":"VpcPeeringConnectionOptionsDescription",
13317
+ "locationName":"peeringOptions"
13245
13318
  }
13246
13319
  }
13247
13320
  },
@@ -724,7 +724,8 @@
724
724
  "members":{
725
725
  "repositoryArn":{"shape":"Arn"},
726
726
  "registryId":{"shape":"RegistryId"},
727
- "repositoryName":{"shape":"RepositoryName"}
727
+ "repositoryName":{"shape":"RepositoryName"},
728
+ "repositoryUri":{"shape":"Url"}
728
729
  }
729
730
  },
730
731
  "RepositoryAlreadyExistsException":{
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:CognitoIdentityProvider, {
2
2
  api: "#{Aws::API_DIR}/cognito-idp/2016-04-18/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/cognito-idp/2016-04-18/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cognito-idp/2016-04-18/examples-1.json",
4
5
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.36'
2
+ VERSION = '2.2.37'
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.2.36
4
+ version: 2.2.37
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: 2016-04-21 00:00:00.000000000 Z
11
+ date: 2016-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -72,6 +72,7 @@ files:
72
72
  - apis/cognito-identity/2014-06-30/api-2.json
73
73
  - apis/cognito-identity/2014-06-30/examples-1.json
74
74
  - apis/cognito-idp/2016-04-18/api-2.json
75
+ - apis/cognito-idp/2016-04-18/examples-1.json
75
76
  - apis/cognito-sync/2014-06-30/api-2.json
76
77
  - apis/config/2014-11-12/api-2.json
77
78
  - apis/config/2014-11-12/examples-1.json