aws-sdk-core 2.10.83 → 2.10.84

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: 8d913aea53d87787baf53aab50d4db3d9215fdd0
4
- data.tar.gz: 98876c5b619a8c37f17f17d8e8b5994e9d8b0727
3
+ metadata.gz: 4f040741cf527530d9eb5ab2edffb3e4aa9e2ccb
4
+ data.tar.gz: 4bdc0606eafca59673b63ad9415dbe36d3952a18
5
5
  SHA512:
6
- metadata.gz: 22216987c6036babf102fc2715daf3de6c090df37915fd64a0d116a06afa4045ce2021beada518ac9b944cdea5089c338c63e561582621d805f36a2d47b134bc
7
- data.tar.gz: 423fce462747d8f633faf5cda0ccc4809a6a51249707517b65a95aebe4d35f8016acfa0cb5a97bf4c11991616559ef8ccfa2980e95f18c0f0376f3f53c7b7568
6
+ metadata.gz: fbdf8b9d898b45744983552683431672ee95dafc885638a5d2bc5349370a92a2918bff0b5e792ab529bce39309732afafa5941aa4b4fcdcd27080f35f1bba21c
7
+ data.tar.gz: 49f1d6f83731d8f9933f0f42c865cc30c0c60e4e2f67077fa8da30810cf584ac0f3c68c015449f226210ad4d30a4440e5bbbced53737a6c1f223ee5aa3d62c9c
@@ -2638,9 +2638,11 @@
2638
2638
  "certificateArn":{"shape":"String"},
2639
2639
  "certificateUploadDate":{"shape":"Timestamp"},
2640
2640
  "regionalDomainName":{"shape":"String"},
2641
+ "regionalHostedZoneId":{"shape":"String"},
2641
2642
  "regionalCertificateName":{"shape":"String"},
2642
2643
  "regionalCertificateArn":{"shape":"String"},
2643
2644
  "distributionDomainName":{"shape":"String"},
2645
+ "distributionHostedZoneId":{"shape":"String"},
2644
2646
  "endpointConfiguration":{"shape":"EndpointConfiguration"}
2645
2647
  }
2646
2648
  },
@@ -3028,6 +3030,11 @@
3028
3030
  "shape":"NullableInteger",
3029
3031
  "location":"querystring",
3030
3032
  "locationName":"limit"
3033
+ },
3034
+ "locationStatus":{
3035
+ "shape":"LocationStatusType",
3036
+ "location":"querystring",
3037
+ "locationName":"locationStatus"
3031
3038
  }
3032
3039
  }
3033
3040
  },
@@ -3887,6 +3894,13 @@
3887
3894
  "type":"list",
3888
3895
  "member":{"shape":"UsagePlanKey"}
3889
3896
  },
3897
+ "LocationStatusType":{
3898
+ "type":"string",
3899
+ "enum":[
3900
+ "DOCUMENTED",
3901
+ "UNDOCUMENTED"
3902
+ ]
3903
+ },
3890
3904
  "Long":{"type":"long"},
3891
3905
  "MapOfHeaderValues":{
3892
3906
  "type":"map",
@@ -6,6 +6,7 @@
6
6
  "protocol":"query",
7
7
  "serviceAbbreviation":"Amazon SES",
8
8
  "serviceFullName":"Amazon Simple Email Service",
9
+ "serviceId":"SES",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"ses",
11
12
  "uid":"email-2010-12-01",
@@ -344,6 +345,17 @@
344
345
  {"shape":"RuleSetDoesNotExistException"}
345
346
  ]
346
347
  },
348
+ "GetAccountSendingEnabled":{
349
+ "name":"GetAccountSendingEnabled",
350
+ "http":{
351
+ "method":"POST",
352
+ "requestUri":"/"
353
+ },
354
+ "output":{
355
+ "shape":"GetAccountSendingEnabledResponse",
356
+ "resultWrapper":"GetAccountSendingEnabledResult"
357
+ }
358
+ },
347
359
  "GetIdentityDkimAttributes":{
348
360
  "name":"GetIdentityDkimAttributes",
349
361
  "http":{
@@ -585,7 +597,9 @@
585
597
  {"shape":"MessageRejected"},
586
598
  {"shape":"MailFromDomainNotVerifiedException"},
587
599
  {"shape":"ConfigurationSetDoesNotExistException"},
588
- {"shape":"TemplateDoesNotExistException"}
600
+ {"shape":"TemplateDoesNotExistException"},
601
+ {"shape":"ConfigurationSetSendingPausedException"},
602
+ {"shape":"AccountSendingPausedException"}
589
603
  ]
590
604
  },
591
605
  "SendEmail":{
@@ -602,7 +616,9 @@
602
616
  "errors":[
603
617
  {"shape":"MessageRejected"},
604
618
  {"shape":"MailFromDomainNotVerifiedException"},
605
- {"shape":"ConfigurationSetDoesNotExistException"}
619
+ {"shape":"ConfigurationSetDoesNotExistException"},
620
+ {"shape":"ConfigurationSetSendingPausedException"},
621
+ {"shape":"AccountSendingPausedException"}
606
622
  ]
607
623
  },
608
624
  "SendRawEmail":{
@@ -619,7 +635,9 @@
619
635
  "errors":[
620
636
  {"shape":"MessageRejected"},
621
637
  {"shape":"MailFromDomainNotVerifiedException"},
622
- {"shape":"ConfigurationSetDoesNotExistException"}
638
+ {"shape":"ConfigurationSetDoesNotExistException"},
639
+ {"shape":"ConfigurationSetSendingPausedException"},
640
+ {"shape":"AccountSendingPausedException"}
623
641
  ]
624
642
  },
625
643
  "SendTemplatedEmail":{
@@ -637,7 +655,9 @@
637
655
  {"shape":"MessageRejected"},
638
656
  {"shape":"MailFromDomainNotVerifiedException"},
639
657
  {"shape":"ConfigurationSetDoesNotExistException"},
640
- {"shape":"TemplateDoesNotExistException"}
658
+ {"shape":"TemplateDoesNotExistException"},
659
+ {"shape":"ConfigurationSetSendingPausedException"},
660
+ {"shape":"AccountSendingPausedException"}
641
661
  ]
642
662
  },
643
663
  "SetActiveReceiptRuleSet":{
@@ -748,6 +768,14 @@
748
768
  {"shape":"MissingRenderingAttributeException"}
749
769
  ]
750
770
  },
771
+ "UpdateAccountSendingEnabled":{
772
+ "name":"UpdateAccountSendingEnabled",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/"
776
+ },
777
+ "input":{"shape":"UpdateAccountSendingEnabledRequest"}
778
+ },
751
779
  "UpdateConfigurationSetEventDestination":{
752
780
  "name":"UpdateConfigurationSetEventDestination",
753
781
  "http":{
@@ -767,6 +795,28 @@
767
795
  {"shape":"InvalidSNSDestinationException"}
768
796
  ]
769
797
  },
798
+ "UpdateConfigurationSetReputationMetricsEnabled":{
799
+ "name":"UpdateConfigurationSetReputationMetricsEnabled",
800
+ "http":{
801
+ "method":"POST",
802
+ "requestUri":"/"
803
+ },
804
+ "input":{"shape":"UpdateConfigurationSetReputationMetricsEnabledRequest"},
805
+ "errors":[
806
+ {"shape":"ConfigurationSetDoesNotExistException"}
807
+ ]
808
+ },
809
+ "UpdateConfigurationSetSendingEnabled":{
810
+ "name":"UpdateConfigurationSetSendingEnabled",
811
+ "http":{
812
+ "method":"POST",
813
+ "requestUri":"/"
814
+ },
815
+ "input":{"shape":"UpdateConfigurationSetSendingEnabledRequest"},
816
+ "errors":[
817
+ {"shape":"ConfigurationSetDoesNotExistException"}
818
+ ]
819
+ },
770
820
  "UpdateConfigurationSetTrackingOptions":{
771
821
  "name":"UpdateConfigurationSetTrackingOptions",
772
822
  "http":{
@@ -866,6 +916,17 @@
866
916
  }
867
917
  },
868
918
  "shapes":{
919
+ "AccountSendingPausedException":{
920
+ "type":"structure",
921
+ "members":{
922
+ },
923
+ "error":{
924
+ "code":"AccountSendingPausedException",
925
+ "httpStatusCode":400,
926
+ "senderFault":true
927
+ },
928
+ "exception":true
929
+ },
869
930
  "AddHeaderAction":{
870
931
  "type":"structure",
871
932
  "required":[
@@ -990,6 +1051,8 @@
990
1051
  "AccountThrottled",
991
1052
  "AccountDailyQuotaExceeded",
992
1053
  "InvalidSendingPoolName",
1054
+ "AccountSendingPaused",
1055
+ "ConfigurationSetSendingPaused",
993
1056
  "InvalidParameterValue",
994
1057
  "TransientFailure",
995
1058
  "Failed"
@@ -1072,7 +1135,8 @@
1072
1135
  "type":"string",
1073
1136
  "enum":[
1074
1137
  "eventDestinations",
1075
- "trackingOptions"
1138
+ "trackingOptions",
1139
+ "reputationOptions"
1076
1140
  ]
1077
1141
  },
1078
1142
  "ConfigurationSetAttributeList":{
@@ -1092,6 +1156,18 @@
1092
1156
  "exception":true
1093
1157
  },
1094
1158
  "ConfigurationSetName":{"type":"string"},
1159
+ "ConfigurationSetSendingPausedException":{
1160
+ "type":"structure",
1161
+ "members":{
1162
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"}
1163
+ },
1164
+ "error":{
1165
+ "code":"ConfigurationSetSendingPausedException",
1166
+ "httpStatusCode":400,
1167
+ "senderFault":true
1168
+ },
1169
+ "exception":true
1170
+ },
1095
1171
  "ConfigurationSets":{
1096
1172
  "type":"list",
1097
1173
  "member":{"shape":"ConfigurationSet"}
@@ -1365,7 +1441,8 @@
1365
1441
  "members":{
1366
1442
  "ConfigurationSet":{"shape":"ConfigurationSet"},
1367
1443
  "EventDestinations":{"shape":"EventDestinations"},
1368
- "TrackingOptions":{"shape":"TrackingOptions"}
1444
+ "TrackingOptions":{"shape":"TrackingOptions"},
1445
+ "ReputationOptions":{"shape":"ReputationOptions"}
1369
1446
  }
1370
1447
  },
1371
1448
  "DescribeReceiptRuleRequest":{
@@ -1517,6 +1594,12 @@
1517
1594
  },
1518
1595
  "ExtensionFieldName":{"type":"string"},
1519
1596
  "ExtensionFieldValue":{"type":"string"},
1597
+ "GetAccountSendingEnabledResponse":{
1598
+ "type":"structure",
1599
+ "members":{
1600
+ "Enabled":{"shape":"Enabled"}
1601
+ }
1602
+ },
1520
1603
  "GetIdentityDkimAttributesRequest":{
1521
1604
  "type":"structure",
1522
1605
  "required":["Identities"],
@@ -1844,6 +1927,7 @@
1844
1927
  }
1845
1928
  },
1846
1929
  "LastAttemptDate":{"type":"timestamp"},
1930
+ "LastFreshStart":{"type":"timestamp"},
1847
1931
  "LimitExceededException":{
1848
1932
  "type":"structure",
1849
1933
  "members":{
@@ -2207,6 +2291,14 @@
2207
2291
  }
2208
2292
  },
2209
2293
  "ReportingMta":{"type":"string"},
2294
+ "ReputationOptions":{
2295
+ "type":"structure",
2296
+ "members":{
2297
+ "SendingEnabled":{"shape":"Enabled"},
2298
+ "ReputationMetricsEnabled":{"shape":"Enabled"},
2299
+ "LastFreshStart":{"shape":"LastFreshStart"}
2300
+ }
2301
+ },
2210
2302
  "RuleDoesNotExistException":{
2211
2303
  "type":"structure",
2212
2304
  "members":{
@@ -2623,6 +2715,12 @@
2623
2715
  },
2624
2716
  "exception":true
2625
2717
  },
2718
+ "UpdateAccountSendingEnabledRequest":{
2719
+ "type":"structure",
2720
+ "members":{
2721
+ "Enabled":{"shape":"Enabled"}
2722
+ }
2723
+ },
2626
2724
  "UpdateConfigurationSetEventDestinationRequest":{
2627
2725
  "type":"structure",
2628
2726
  "required":[
@@ -2639,6 +2737,28 @@
2639
2737
  "members":{
2640
2738
  }
2641
2739
  },
2740
+ "UpdateConfigurationSetReputationMetricsEnabledRequest":{
2741
+ "type":"structure",
2742
+ "required":[
2743
+ "ConfigurationSetName",
2744
+ "Enabled"
2745
+ ],
2746
+ "members":{
2747
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2748
+ "Enabled":{"shape":"Enabled"}
2749
+ }
2750
+ },
2751
+ "UpdateConfigurationSetSendingEnabledRequest":{
2752
+ "type":"structure",
2753
+ "required":[
2754
+ "ConfigurationSetName",
2755
+ "Enabled"
2756
+ ],
2757
+ "members":{
2758
+ "ConfigurationSetName":{"shape":"ConfigurationSetName"},
2759
+ "Enabled":{"shape":"Enabled"}
2760
+ }
2761
+ },
2642
2762
  "UpdateConfigurationSetTrackingOptionsRequest":{
2643
2763
  "type":"structure",
2644
2764
  "required":[
@@ -293,6 +293,22 @@
293
293
  "title": "DescribeReceiptRuleSet"
294
294
  }
295
295
  ],
296
+ "GetAccountSendingEnabled": [
297
+ {
298
+ "output": {
299
+ "Enabled": true
300
+ },
301
+ "comments": {
302
+ "input": {
303
+ },
304
+ "output": {
305
+ }
306
+ },
307
+ "description": "The following example returns if sending status for an account is enabled. (true / false):",
308
+ "id": "getaccountsendingenabled-1469047741333",
309
+ "title": "GetAccountSendingEnabled"
310
+ }
311
+ ],
296
312
  "GetIdentityDkimAttributes": [
297
313
  {
298
314
  "input": {
@@ -847,6 +863,56 @@
847
863
  "title": "SetReceiptRulePosition"
848
864
  }
849
865
  ],
866
+ "UpdateAccountSendingEnabled": [
867
+ {
868
+ "input": {
869
+ "Enabled": true
870
+ },
871
+ "comments": {
872
+ "input": {
873
+ },
874
+ "output": {
875
+ }
876
+ },
877
+ "description": "The following example updated the sending status for this account.",
878
+ "id": "updateaccountsendingenabled-1469047741333",
879
+ "title": "UpdateAccountSendingEnabled"
880
+ }
881
+ ],
882
+ "UpdateConfigurationSetReputationMetricsEnabled": [
883
+ {
884
+ "input": {
885
+ "ConfigurationSetName": "foo",
886
+ "Enabled": true
887
+ },
888
+ "comments": {
889
+ "input": {
890
+ },
891
+ "output": {
892
+ }
893
+ },
894
+ "description": "Set the reputationMetricsEnabled flag for a specific configuration set.",
895
+ "id": "updateconfigurationsetreputationmetricsenabled-2362747741333",
896
+ "title": "UpdateConfigurationSetReputationMetricsEnabled"
897
+ }
898
+ ],
899
+ "UpdateConfigurationSetSendingEnabled": [
900
+ {
901
+ "input": {
902
+ "ConfigurationSetName": "foo",
903
+ "Enabled": true
904
+ },
905
+ "comments": {
906
+ "input": {
907
+ },
908
+ "output": {
909
+ }
910
+ },
911
+ "description": "Set the sending enabled flag for a specific configuration set.",
912
+ "id": "updateconfigurationsetsendingenabled-2362747741333",
913
+ "title": "UpdateConfigurationSetReputationMetricsEnabled"
914
+ }
915
+ ],
850
916
  "UpdateReceiptRule": [
851
917
  {
852
918
  "input": {
@@ -5,6 +5,7 @@
5
5
  "endpointPrefix":"polly",
6
6
  "protocol":"rest-json",
7
7
  "serviceFullName":"Amazon Polly",
8
+ "serviceId":"Polly",
8
9
  "signatureVersion":"v4",
9
10
  "uid":"polly-2016-06-10"
10
11
  },
@@ -224,6 +225,7 @@
224
225
  "fr-FR",
225
226
  "is-IS",
226
227
  "it-IT",
228
+ "ko-KR",
227
229
  "ja-JP",
228
230
  "nb-NO",
229
231
  "nl-NL",
@@ -529,7 +531,9 @@
529
531
  "Astrid",
530
532
  "Filiz",
531
533
  "Vicki",
532
- "Takumi"
534
+ "Takumi",
535
+ "Seoyeon",
536
+ "Aditi"
533
537
  ]
534
538
  },
535
539
  "VoiceList":{
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"AWS SFN",
9
9
  "serviceFullName":"AWS Step Functions",
10
+ "serviceId":"SFN",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"AWSStepFunctions",
12
13
  "uid":"states-2016-11-23"
@@ -107,6 +108,19 @@
107
108
  {"shape":"StateMachineDoesNotExist"}
108
109
  ]
109
110
  },
111
+ "DescribeStateMachineForExecution":{
112
+ "name":"DescribeStateMachineForExecution",
113
+ "http":{
114
+ "method":"POST",
115
+ "requestUri":"/"
116
+ },
117
+ "input":{"shape":"DescribeStateMachineForExecutionInput"},
118
+ "output":{"shape":"DescribeStateMachineForExecutionOutput"},
119
+ "errors":[
120
+ {"shape":"ExecutionDoesNotExist"},
121
+ {"shape":"InvalidArn"}
122
+ ]
123
+ },
110
124
  "GetActivityTask":{
111
125
  "name":"GetActivityTask",
112
126
  "http":{
@@ -247,6 +261,23 @@
247
261
  {"shape":"ExecutionDoesNotExist"},
248
262
  {"shape":"InvalidArn"}
249
263
  ]
264
+ },
265
+ "UpdateStateMachine":{
266
+ "name":"UpdateStateMachine",
267
+ "http":{
268
+ "method":"POST",
269
+ "requestUri":"/"
270
+ },
271
+ "input":{"shape":"UpdateStateMachineInput"},
272
+ "output":{"shape":"UpdateStateMachineOutput"},
273
+ "errors":[
274
+ {"shape":"InvalidArn"},
275
+ {"shape":"InvalidDefinition"},
276
+ {"shape":"MissingRequiredParameter"},
277
+ {"shape":"StateMachineDeleting"},
278
+ {"shape":"StateMachineDoesNotExist"}
279
+ ],
280
+ "idempotent":true
250
281
  }
251
282
  },
252
283
  "shapes":{
@@ -469,6 +500,30 @@
469
500
  "output":{"shape":"Data"}
470
501
  }
471
502
  },
503
+ "DescribeStateMachineForExecutionInput":{
504
+ "type":"structure",
505
+ "required":["executionArn"],
506
+ "members":{
507
+ "executionArn":{"shape":"Arn"}
508
+ }
509
+ },
510
+ "DescribeStateMachineForExecutionOutput":{
511
+ "type":"structure",
512
+ "required":[
513
+ "stateMachineArn",
514
+ "name",
515
+ "definition",
516
+ "roleArn",
517
+ "updateDate"
518
+ ],
519
+ "members":{
520
+ "stateMachineArn":{"shape":"Arn"},
521
+ "name":{"shape":"Name"},
522
+ "definition":{"shape":"Definition"},
523
+ "roleArn":{"shape":"Arn"},
524
+ "updateDate":{"shape":"Timestamp"}
525
+ }
526
+ },
472
527
  "DescribeStateMachineInput":{
473
528
  "type":"structure",
474
529
  "required":["stateMachineArn"],
@@ -840,6 +895,13 @@
840
895
  "nextToken":{"shape":"PageToken"}
841
896
  }
842
897
  },
898
+ "MissingRequiredParameter":{
899
+ "type":"structure",
900
+ "members":{
901
+ "message":{"shape":"ErrorMessage"}
902
+ },
903
+ "exception":true
904
+ },
843
905
  "Name":{
844
906
  "type":"string",
845
907
  "max":80,
@@ -1022,6 +1084,22 @@
1022
1084
  "min":1
1023
1085
  },
1024
1086
  "TimeoutInSeconds":{"type":"long"},
1025
- "Timestamp":{"type":"timestamp"}
1087
+ "Timestamp":{"type":"timestamp"},
1088
+ "UpdateStateMachineInput":{
1089
+ "type":"structure",
1090
+ "required":["stateMachineArn"],
1091
+ "members":{
1092
+ "stateMachineArn":{"shape":"Arn"},
1093
+ "definition":{"shape":"Definition"},
1094
+ "roleArn":{"shape":"Arn"}
1095
+ }
1096
+ },
1097
+ "UpdateStateMachineOutput":{
1098
+ "type":"structure",
1099
+ "required":["updateDate"],
1100
+ "members":{
1101
+ "updateDate":{"shape":"Timestamp"}
1102
+ }
1103
+ }
1026
1104
  }
1027
1105
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.83'
2
+ VERSION = '2.10.84'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.83
4
+ version: 2.10.84
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services