aws-sdk-core 2.11.135 → 2.11.136

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: f07eaf03569001c6656123a1b80bbd16254144d6
4
- data.tar.gz: 0fac0ed717c31244bd2985af32761d18b5d9fa04
3
+ metadata.gz: b79dbbd5ca0199761a6c4ecea2388b423af9dab7
4
+ data.tar.gz: d328a0592b43b96b57caa8e093dd03a3536e6989
5
5
  SHA512:
6
- metadata.gz: 459ea692a879ae27d6fa0881fb676ad9f3594a452f96d38dd3965c7d5fc07192d208292356844822a36dfef7fa04d044b73c91f46c365f5f1d2a78812d818db3
7
- data.tar.gz: 7b89467937f79dbbe3975461865e30b742f477d353c07ca38929490d55015e5b49bb8e457e5bf2cf9a2fda87fd6a58fd594c448d1c739753a4d01cfed6be9013
6
+ metadata.gz: d049e545592200a3fab9fdc09ec9355df989f0787467b70bb74528d7cd76eb156689da1d044d5a56823faa9664d5211c61d9c4732f6e56ab83e96f212facd7b8
7
+ data.tar.gz: 28ee99b94b0f2fa539e4679947eca446ddb3ce7e05d9f60bbbe706286af2cee513ffeb1055dea439462a65ec7e1b3e268da4b1f3cb531cdd4c6d5db770e3e794
@@ -94,6 +94,22 @@
94
94
  {"shape":"InternalServiceException"}
95
95
  ]
96
96
  },
97
+ "GetCurrentMetricData":{
98
+ "name":"GetCurrentMetricData",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/metrics/current/{InstanceId}"
102
+ },
103
+ "input":{"shape":"GetCurrentMetricDataRequest"},
104
+ "output":{"shape":"GetCurrentMetricDataResponse"},
105
+ "errors":[
106
+ {"shape":"InvalidRequestException"},
107
+ {"shape":"InvalidParameterException"},
108
+ {"shape":"InternalServiceException"},
109
+ {"shape":"ThrottlingException"},
110
+ {"shape":"ResourceNotFoundException"}
111
+ ]
112
+ },
97
113
  "GetFederationToken":{
98
114
  "name":"GetFederationToken",
99
115
  "http":{
@@ -111,6 +127,22 @@
111
127
  {"shape":"DuplicateResourceException"}
112
128
  ]
113
129
  },
130
+ "GetMetricData":{
131
+ "name":"GetMetricData",
132
+ "http":{
133
+ "method":"POST",
134
+ "requestUri":"/metrics/historical/{InstanceId}"
135
+ },
136
+ "input":{"shape":"GetMetricDataRequest"},
137
+ "output":{"shape":"GetMetricDataResponse"},
138
+ "errors":[
139
+ {"shape":"InvalidRequestException"},
140
+ {"shape":"InvalidParameterException"},
141
+ {"shape":"InternalServiceException"},
142
+ {"shape":"ThrottlingException"},
143
+ {"shape":"ResourceNotFoundException"}
144
+ ]
145
+ },
114
146
  "ListRoutingProfiles":{
115
147
  "name":"ListRoutingProfiles",
116
148
  "http":{
@@ -338,10 +370,23 @@
338
370
  "value":{"shape":"AttributeValue"}
339
371
  },
340
372
  "AutoAccept":{"type":"boolean"},
373
+ "Channel":{
374
+ "type":"string",
375
+ "enum":["VOICE"]
376
+ },
377
+ "Channels":{
378
+ "type":"list",
379
+ "member":{"shape":"Channel"},
380
+ "max":1
381
+ },
341
382
  "ClientToken":{
342
383
  "type":"string",
343
384
  "max":500
344
385
  },
386
+ "Comparison":{
387
+ "type":"string",
388
+ "enum":["LT"]
389
+ },
345
390
  "ContactFlowId":{
346
391
  "type":"string",
347
392
  "max":500
@@ -400,6 +445,57 @@
400
445
  "RefreshTokenExpiration":{"shape":"timestamp"}
401
446
  }
402
447
  },
448
+ "CurrentMetric":{
449
+ "type":"structure",
450
+ "members":{
451
+ "Name":{"shape":"CurrentMetricName"},
452
+ "Unit":{"shape":"Unit"}
453
+ }
454
+ },
455
+ "CurrentMetricData":{
456
+ "type":"structure",
457
+ "members":{
458
+ "Metric":{"shape":"CurrentMetric"},
459
+ "Value":{
460
+ "shape":"Value",
461
+ "box":true
462
+ }
463
+ }
464
+ },
465
+ "CurrentMetricDataCollections":{
466
+ "type":"list",
467
+ "member":{"shape":"CurrentMetricData"}
468
+ },
469
+ "CurrentMetricName":{
470
+ "type":"string",
471
+ "enum":[
472
+ "AGENTS_ONLINE",
473
+ "AGENTS_AVAILABLE",
474
+ "AGENTS_ON_CALL",
475
+ "AGENTS_NON_PRODUCTIVE",
476
+ "AGENTS_AFTER_CONTACT_WORK",
477
+ "AGENTS_ERROR",
478
+ "AGENTS_STAFFED",
479
+ "CONTACTS_IN_QUEUE",
480
+ "OLDEST_CONTACT_AGE",
481
+ "CONTACTS_SCHEDULED"
482
+ ]
483
+ },
484
+ "CurrentMetricResult":{
485
+ "type":"structure",
486
+ "members":{
487
+ "Dimensions":{"shape":"Dimensions"},
488
+ "Collections":{"shape":"CurrentMetricDataCollections"}
489
+ }
490
+ },
491
+ "CurrentMetricResults":{
492
+ "type":"list",
493
+ "member":{"shape":"CurrentMetricResult"}
494
+ },
495
+ "CurrentMetrics":{
496
+ "type":"list",
497
+ "member":{"shape":"CurrentMetric"}
498
+ },
403
499
  "DeleteUserRequest":{
404
500
  "type":"structure",
405
501
  "required":[
@@ -494,6 +590,13 @@
494
590
  "error":{"httpStatusCode":403},
495
591
  "exception":true
496
592
  },
593
+ "Dimensions":{
594
+ "type":"structure",
595
+ "members":{
596
+ "Queue":{"shape":"QueueReference"},
597
+ "Channel":{"shape":"Channel"}
598
+ }
599
+ },
497
600
  "DirectoryUserId":{"type":"string"},
498
601
  "DuplicateResourceException":{
499
602
  "type":"structure",
@@ -504,6 +607,44 @@
504
607
  "exception":true
505
608
  },
506
609
  "Email":{"type":"string"},
610
+ "Filters":{
611
+ "type":"structure",
612
+ "members":{
613
+ "Queues":{"shape":"Queues"},
614
+ "Channels":{"shape":"Channels"}
615
+ }
616
+ },
617
+ "GetCurrentMetricDataRequest":{
618
+ "type":"structure",
619
+ "required":[
620
+ "InstanceId",
621
+ "Filters",
622
+ "CurrentMetrics"
623
+ ],
624
+ "members":{
625
+ "InstanceId":{
626
+ "shape":"InstanceId",
627
+ "location":"uri",
628
+ "locationName":"InstanceId"
629
+ },
630
+ "Filters":{"shape":"Filters"},
631
+ "Groupings":{"shape":"Groupings"},
632
+ "CurrentMetrics":{"shape":"CurrentMetrics"},
633
+ "NextToken":{"shape":"NextToken"},
634
+ "MaxResults":{
635
+ "shape":"MaxResult100",
636
+ "box":true
637
+ }
638
+ }
639
+ },
640
+ "GetCurrentMetricDataResponse":{
641
+ "type":"structure",
642
+ "members":{
643
+ "NextToken":{"shape":"NextToken"},
644
+ "MetricResults":{"shape":"CurrentMetricResults"},
645
+ "DataSnapshotTime":{"shape":"timestamp"}
646
+ }
647
+ },
507
648
  "GetFederationTokenRequest":{
508
649
  "type":"structure",
509
650
  "required":["InstanceId"],
@@ -521,6 +662,52 @@
521
662
  "Credentials":{"shape":"Credentials"}
522
663
  }
523
664
  },
665
+ "GetMetricDataRequest":{
666
+ "type":"structure",
667
+ "required":[
668
+ "InstanceId",
669
+ "StartTime",
670
+ "EndTime",
671
+ "Filters",
672
+ "HistoricalMetrics"
673
+ ],
674
+ "members":{
675
+ "InstanceId":{
676
+ "shape":"InstanceId",
677
+ "location":"uri",
678
+ "locationName":"InstanceId"
679
+ },
680
+ "StartTime":{"shape":"timestamp"},
681
+ "EndTime":{"shape":"timestamp"},
682
+ "Filters":{"shape":"Filters"},
683
+ "Groupings":{"shape":"Groupings"},
684
+ "HistoricalMetrics":{"shape":"HistoricalMetrics"},
685
+ "NextToken":{"shape":"NextToken"},
686
+ "MaxResults":{
687
+ "shape":"MaxResult100",
688
+ "box":true
689
+ }
690
+ }
691
+ },
692
+ "GetMetricDataResponse":{
693
+ "type":"structure",
694
+ "members":{
695
+ "NextToken":{"shape":"NextToken"},
696
+ "MetricResults":{"shape":"HistoricalMetricResults"}
697
+ }
698
+ },
699
+ "Grouping":{
700
+ "type":"string",
701
+ "enum":[
702
+ "QUEUE",
703
+ "CHANNEL"
704
+ ]
705
+ },
706
+ "Groupings":{
707
+ "type":"list",
708
+ "member":{"shape":"Grouping"},
709
+ "max":2
710
+ },
524
711
  "HierarchyGroup":{
525
712
  "type":"structure",
526
713
  "members":{
@@ -575,6 +762,77 @@
575
762
  "LevelFive":{"shape":"HierarchyLevel"}
576
763
  }
577
764
  },
765
+ "HistoricalMetric":{
766
+ "type":"structure",
767
+ "members":{
768
+ "Name":{"shape":"HistoricalMetricName"},
769
+ "Threshold":{
770
+ "shape":"Threshold",
771
+ "box":true
772
+ },
773
+ "Statistic":{"shape":"Statistic"},
774
+ "Unit":{"shape":"Unit"}
775
+ }
776
+ },
777
+ "HistoricalMetricData":{
778
+ "type":"structure",
779
+ "members":{
780
+ "Metric":{"shape":"HistoricalMetric"},
781
+ "Value":{
782
+ "shape":"Value",
783
+ "box":true
784
+ }
785
+ }
786
+ },
787
+ "HistoricalMetricDataCollections":{
788
+ "type":"list",
789
+ "member":{"shape":"HistoricalMetricData"}
790
+ },
791
+ "HistoricalMetricName":{
792
+ "type":"string",
793
+ "enum":[
794
+ "CONTACTS_QUEUED",
795
+ "CONTACTS_HANDLED",
796
+ "CONTACTS_ABANDONED",
797
+ "CONTACTS_CONSULTED",
798
+ "CONTACTS_AGENT_HUNG_UP_FIRST",
799
+ "CONTACTS_HANDLED_INCOMING",
800
+ "CONTACTS_HANDLED_OUTBOUND",
801
+ "CONTACTS_HOLD_ABANDONS",
802
+ "CONTACTS_TRANSFERRED_IN",
803
+ "CONTACTS_TRANSFERRED_OUT",
804
+ "CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
805
+ "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
806
+ "CONTACTS_MISSED",
807
+ "CALLBACK_CONTACTS_HANDLED",
808
+ "API_CONTACTS_HANDLED",
809
+ "OCCUPANCY",
810
+ "HANDLE_TIME",
811
+ "AFTER_CONTACT_WORK_TIME",
812
+ "QUEUED_TIME",
813
+ "ABANDON_TIME",
814
+ "QUEUE_ANSWER_TIME",
815
+ "HOLD_TIME",
816
+ "INTERACTION_TIME",
817
+ "INTERACTION_AND_HOLD_TIME",
818
+ "SERVICE_LEVEL"
819
+ ]
820
+ },
821
+ "HistoricalMetricResult":{
822
+ "type":"structure",
823
+ "members":{
824
+ "Dimensions":{"shape":"Dimensions"},
825
+ "Collections":{"shape":"HistoricalMetricDataCollections"}
826
+ }
827
+ },
828
+ "HistoricalMetricResults":{
829
+ "type":"list",
830
+ "member":{"shape":"HistoricalMetricResult"}
831
+ },
832
+ "HistoricalMetrics":{
833
+ "type":"list",
834
+ "member":{"shape":"HistoricalMetric"}
835
+ },
578
836
  "InstanceId":{
579
837
  "type":"string",
580
838
  "max":100,
@@ -728,6 +986,11 @@
728
986
  "NextToken":{"shape":"NextToken"}
729
987
  }
730
988
  },
989
+ "MaxResult100":{
990
+ "type":"integer",
991
+ "max":100,
992
+ "min":1
993
+ },
731
994
  "MaxResult1000":{
732
995
  "type":"integer",
733
996
  "max":1000,
@@ -745,7 +1008,7 @@
745
1008
  },
746
1009
  "Password":{
747
1010
  "type":"string",
748
- "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,}$/"
1011
+ "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/"
749
1012
  },
750
1013
  "PhoneNumber":{"type":"string"},
751
1014
  "PhoneType":{
@@ -756,6 +1019,19 @@
756
1019
  ]
757
1020
  },
758
1021
  "QueueId":{"type":"string"},
1022
+ "QueueReference":{
1023
+ "type":"structure",
1024
+ "members":{
1025
+ "Id":{"shape":"QueueId"},
1026
+ "Arn":{"shape":"ARN"}
1027
+ }
1028
+ },
1029
+ "Queues":{
1030
+ "type":"list",
1031
+ "member":{"shape":"QueueId"},
1032
+ "max":100,
1033
+ "min":1
1034
+ },
759
1035
  "ResourceNotFoundException":{
760
1036
  "type":"structure",
761
1037
  "members":{
@@ -832,6 +1108,14 @@
832
1108
  "ContactId":{"shape":"ContactId"}
833
1109
  }
834
1110
  },
1111
+ "Statistic":{
1112
+ "type":"string",
1113
+ "enum":[
1114
+ "SUM",
1115
+ "MAX",
1116
+ "AVG"
1117
+ ]
1118
+ },
835
1119
  "StopContactRequest":{
836
1120
  "type":"structure",
837
1121
  "required":[
@@ -848,6 +1132,17 @@
848
1132
  "members":{
849
1133
  }
850
1134
  },
1135
+ "Threshold":{
1136
+ "type":"structure",
1137
+ "members":{
1138
+ "Comparison":{"shape":"Comparison"},
1139
+ "ThresholdValue":{
1140
+ "shape":"ThresholdValue",
1141
+ "box":true
1142
+ }
1143
+ }
1144
+ },
1145
+ "ThresholdValue":{"type":"double"},
851
1146
  "ThrottlingException":{
852
1147
  "type":"structure",
853
1148
  "members":{
@@ -856,6 +1151,14 @@
856
1151
  "error":{"httpStatusCode":429},
857
1152
  "exception":true
858
1153
  },
1154
+ "Unit":{
1155
+ "type":"string",
1156
+ "enum":[
1157
+ "SECONDS",
1158
+ "COUNT",
1159
+ "PERCENT"
1160
+ ]
1161
+ },
859
1162
  "UpdateContactAttributesRequest":{
860
1163
  "type":"structure",
861
1164
  "required":[
@@ -1031,6 +1334,7 @@
1031
1334
  "type":"list",
1032
1335
  "member":{"shape":"UserSummary"}
1033
1336
  },
1337
+ "Value":{"type":"double"},
1034
1338
  "timestamp":{"type":"timestamp"}
1035
1339
  }
1036
1340
  }
@@ -1,4 +1,14 @@
1
1
  {
2
2
  "pagination": {
3
+ "GetCurrentMetricData": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "GetMetricData": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
3
13
  }
4
14
  }
@@ -4188,6 +4188,20 @@
4188
4188
  },
4189
4189
  "Long":{"type":"long"},
4190
4190
  "LongOptional":{"type":"long"},
4191
+ "MinimumEngineVersionPerAllowedValue":{
4192
+ "type":"structure",
4193
+ "members":{
4194
+ "AllowedValue":{"shape":"String"},
4195
+ "MinimumEngineVersion":{"shape":"String"}
4196
+ }
4197
+ },
4198
+ "MinimumEngineVersionPerAllowedValueList":{
4199
+ "type":"list",
4200
+ "member":{
4201
+ "shape":"MinimumEngineVersionPerAllowedValue",
4202
+ "locationName":"MinimumEngineVersionPerAllowedValue"
4203
+ }
4204
+ },
4191
4205
  "ModifyCurrentDBClusterCapacityMessage":{
4192
4206
  "type":"structure",
4193
4207
  "required":["DBClusterIdentifier"],
@@ -4515,7 +4529,9 @@
4515
4529
  "DefaultValue":{"shape":"String"},
4516
4530
  "ApplyType":{"shape":"String"},
4517
4531
  "AllowedValues":{"shape":"String"},
4518
- "IsModifiable":{"shape":"Boolean"}
4532
+ "IsModifiable":{"shape":"Boolean"},
4533
+ "IsRequired":{"shape":"Boolean"},
4534
+ "MinimumEngineVersionPerAllowedValue":{"shape":"MinimumEngineVersionPerAllowedValueList"}
4519
4535
  }
4520
4536
  },
4521
4537
  "OptionGroupOptionSettingsList":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.135'
2
+ VERSION = '2.11.136'
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.135
4
+ version: 2.11.136
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-09-21 00:00:00.000000000 Z
11
+ date: 2018-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath