aws-sdk-core 2.11.164 → 2.11.165

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "pagination": {
3
+ "GetDedicatedIps": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "PageSize"
7
+ },
8
+ "ListConfigurationSets": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "PageSize"
12
+ },
13
+ "ListDedicatedIpPools": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "PageSize"
17
+ },
18
+ "ListEmailIdentities": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "PageSize"
22
+ }
23
+ }
24
+ }
@@ -3378,6 +3378,9 @@
3378
3378
  "DefaultPushNotificationMessage" : {
3379
3379
  "shape" : "DefaultPushNotificationMessage"
3380
3380
  },
3381
+ "EmailMessage" : {
3382
+ "shape" : "EmailMessage"
3383
+ },
3381
3384
  "GCMMessage" : {
3382
3385
  "shape" : "GCMMessage"
3383
3386
  },
@@ -3394,6 +3397,9 @@
3394
3397
  "EmailChannelRequest" : {
3395
3398
  "type" : "structure",
3396
3399
  "members" : {
3400
+ "ConfigurationSet" : {
3401
+ "shape" : "__string"
3402
+ },
3397
3403
  "Enabled" : {
3398
3404
  "shape" : "__boolean"
3399
3405
  },
@@ -3415,6 +3421,9 @@
3415
3421
  "ApplicationId" : {
3416
3422
  "shape" : "__string"
3417
3423
  },
3424
+ "ConfigurationSet" : {
3425
+ "shape" : "__string"
3426
+ },
3418
3427
  "CreationDate" : {
3419
3428
  "shape" : "__string"
3420
3429
  },
@@ -3457,6 +3466,32 @@
3457
3466
  },
3458
3467
  "required" : [ ]
3459
3468
  },
3469
+ "EmailMessage" : {
3470
+ "type" : "structure",
3471
+ "members" : {
3472
+ "Body" : {
3473
+ "shape" : "__string"
3474
+ },
3475
+ "FeedbackForwardingAddress" : {
3476
+ "shape" : "__string"
3477
+ },
3478
+ "FromAddress" : {
3479
+ "shape" : "__string"
3480
+ },
3481
+ "RawEmail" : {
3482
+ "shape" : "RawEmail"
3483
+ },
3484
+ "ReplyToAddresses" : {
3485
+ "shape" : "ListOf__string"
3486
+ },
3487
+ "SimpleEmail" : {
3488
+ "shape" : "SimpleEmail"
3489
+ },
3490
+ "Substitutions" : {
3491
+ "shape" : "MapOfListOf__string"
3492
+ }
3493
+ }
3494
+ },
3460
3495
  "EndpointBatchItem" : {
3461
3496
  "type" : "structure",
3462
3497
  "members" : {
@@ -5195,7 +5230,8 @@
5195
5230
  "Value" : {
5196
5231
  "shape" : "__double"
5197
5232
  }
5198
- }
5233
+ },
5234
+ "required" : [ ]
5199
5235
  },
5200
5236
  "Mode" : {
5201
5237
  "type" : "string",
@@ -5393,6 +5429,14 @@
5393
5429
  }
5394
5430
  }
5395
5431
  },
5432
+ "RawEmail" : {
5433
+ "type" : "structure",
5434
+ "members" : {
5435
+ "Data" : {
5436
+ "shape" : "__blob"
5437
+ }
5438
+ }
5439
+ },
5396
5440
  "RecencyDimension" : {
5397
5441
  "type" : "structure",
5398
5442
  "members" : {
@@ -5677,7 +5721,8 @@
5677
5721
  "Version" : {
5678
5722
  "shape" : "__integer"
5679
5723
  }
5680
- }
5724
+ },
5725
+ "required" : [ ]
5681
5726
  },
5682
5727
  "SegmentResponse" : {
5683
5728
  "type" : "structure",
@@ -5844,6 +5889,31 @@
5844
5889
  },
5845
5890
  "required" : [ ]
5846
5891
  },
5892
+ "SimpleEmail" : {
5893
+ "type" : "structure",
5894
+ "members" : {
5895
+ "HtmlPart" : {
5896
+ "shape" : "SimpleEmailPart"
5897
+ },
5898
+ "Subject" : {
5899
+ "shape" : "SimpleEmailPart"
5900
+ },
5901
+ "TextPart" : {
5902
+ "shape" : "SimpleEmailPart"
5903
+ }
5904
+ }
5905
+ },
5906
+ "SimpleEmailPart" : {
5907
+ "type" : "structure",
5908
+ "members" : {
5909
+ "Charset" : {
5910
+ "shape" : "__string"
5911
+ },
5912
+ "Data" : {
5913
+ "shape" : "__string"
5914
+ }
5915
+ }
5916
+ },
5847
5917
  "SourceType" : {
5848
5918
  "type" : "string",
5849
5919
  "enum" : [ "ALL", "ANY", "NONE" ]
@@ -6376,6 +6446,9 @@
6376
6446
  },
6377
6447
  "required" : [ ]
6378
6448
  },
6449
+ "__blob" : {
6450
+ "type" : "blob"
6451
+ },
6379
6452
  "__boolean" : {
6380
6453
  "type" : "boolean"
6381
6454
  },
@@ -6628,4 +6701,4 @@
6628
6701
  "timestampFormat" : "unixTimestamp"
6629
6702
  }
6630
6703
  }
6631
- }
6704
+ }
@@ -851,7 +851,8 @@
851
851
  "errors":[
852
852
  {"shape":"WAFInternalErrorException"},
853
853
  {"shape":"WAFInvalidAccountException"},
854
- {"shape":"WAFNonexistentItemException"}
854
+ {"shape":"WAFNonexistentItemException"},
855
+ {"shape":"WAFInvalidParameterException"}
855
856
  ]
856
857
  },
857
858
  "ListRuleGroups":{
@@ -955,7 +956,8 @@
955
956
  "errors":[
956
957
  {"shape":"WAFInternalErrorException"},
957
958
  {"shape":"WAFNonexistentItemException"},
958
- {"shape":"WAFStaleDataException"}
959
+ {"shape":"WAFStaleDataException"},
960
+ {"shape":"WAFServiceLinkedRoleErrorException"}
959
961
  ]
960
962
  },
961
963
  "PutPermissionPolicy":{
@@ -2604,7 +2606,8 @@
2604
2606
  "type":"structure",
2605
2607
  "required":["WebACLId"],
2606
2608
  "members":{
2607
- "WebACLId":{"shape":"ResourceId"}
2609
+ "WebACLId":{"shape":"ResourceId"},
2610
+ "ResourceType":{"shape":"ResourceType"}
2608
2611
  }
2609
2612
  },
2610
2613
  "ListResourcesForWebACLResponse":{
@@ -3023,6 +3026,13 @@
3023
3026
  "max":128,
3024
3027
  "min":1
3025
3028
  },
3029
+ "ResourceType":{
3030
+ "type":"string",
3031
+ "enum":[
3032
+ "APPLICATION_LOAD_BALANCER",
3033
+ "API_GATEWAY"
3034
+ ]
3035
+ },
3026
3036
  "Rule":{
3027
3037
  "type":"structure",
3028
3038
  "required":[
@@ -3611,6 +3621,13 @@
3611
3621
  },
3612
3622
  "exception":true
3613
3623
  },
3624
+ "WAFServiceLinkedRoleErrorException":{
3625
+ "type":"structure",
3626
+ "members":{
3627
+ "message":{"shape":"errorMessage"}
3628
+ },
3629
+ "exception":true
3630
+ },
3614
3631
  "WAFStaleDataException":{
3615
3632
  "type":"structure",
3616
3633
  "members":{
@@ -3681,7 +3698,8 @@
3681
3698
  "Name":{"shape":"ResourceName"},
3682
3699
  "MetricName":{"shape":"MetricName"},
3683
3700
  "DefaultAction":{"shape":"WafAction"},
3684
- "Rules":{"shape":"ActivatedRules"}
3701
+ "Rules":{"shape":"ActivatedRules"},
3702
+ "WebACLArn":{"shape":"ResourceArn"}
3685
3703
  }
3686
3704
  },
3687
3705
  "WebACLSummaries":{
@@ -1088,6 +1088,7 @@
1088
1088
  "eu-west-1" : { },
1089
1089
  "eu-west-2" : { },
1090
1090
  "eu-west-3" : { },
1091
+ "sa-east-1" : { },
1091
1092
  "us-east-1" : { },
1092
1093
  "us-east-2" : { },
1093
1094
  "us-west-1" : { },
@@ -2325,6 +2326,7 @@
2325
2326
  "eu-central-1" : { },
2326
2327
  "eu-west-1" : { },
2327
2328
  "eu-west-2" : { },
2329
+ "eu-west-3" : { },
2328
2330
  "sa-east-1" : { },
2329
2331
  "us-east-1" : { },
2330
2332
  "us-east-2" : { },
@@ -132,6 +132,7 @@ module Aws
132
132
  Organizations
133
133
  PI
134
134
  Pinpoint
135
+ PinpointEmail
135
136
  Polly
136
137
  Pricing
137
138
  RDS
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:PinpointEmail, {
2
+ api: "#{Aws::API_DIR}/pinpoint-email/2018-07-26/api-2.json",
3
+ docs: "#{Aws::API_DIR}/pinpoint-email/2018-07-26/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/pinpoint-email/2018-07-26/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/pinpoint-email/2018-07-26/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.164'
2
+ VERSION = '2.11.165'
3
3
  end
@@ -434,6 +434,10 @@
434
434
  "models": "pinpoint/2016-12-01",
435
435
  "endpoint": "pinpoint"
436
436
  },
437
+ "PinpointEmail": {
438
+ "models": "pinpoint-email/2018-07-26",
439
+ "endpoint": "email"
440
+ },
437
441
  "Polly": {
438
442
  "models": "polly/2016-06-10",
439
443
  "endpoint": "polly"
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.164
4
+ version: 2.11.165
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-11-05 00:00:00.000000000 Z
11
+ date: 2018-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -478,6 +478,9 @@ files:
478
478
  - apis/pi/2018-02-27/api-2.json
479
479
  - apis/pi/2018-02-27/examples-1.json
480
480
  - apis/pi/2018-02-27/paginators-1.json
481
+ - apis/pinpoint-email/2018-07-26/api-2.json
482
+ - apis/pinpoint-email/2018-07-26/examples-1.json
483
+ - apis/pinpoint-email/2018-07-26/paginators-1.json
481
484
  - apis/pinpoint/2016-12-01/api-2.json
482
485
  - apis/pinpoint/2016-12-01/examples-1.json
483
486
  - apis/polly/2016-06-10/api-2.json
@@ -808,6 +811,7 @@ files:
808
811
  - lib/aws-sdk-core/partitions/service.rb
809
812
  - lib/aws-sdk-core/pi.rb
810
813
  - lib/aws-sdk-core/pinpoint.rb
814
+ - lib/aws-sdk-core/pinpointemail.rb
811
815
  - lib/aws-sdk-core/plugins/api_gateway_header.rb
812
816
  - lib/aws-sdk-core/plugins/csd_conditional_signing.rb
813
817
  - lib/aws-sdk-core/plugins/csd_switch_to_post.rb