aws-sdk-core 2.10.86 → 2.10.87

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.
@@ -1,5 +1,20 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribePullRequestEvents": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken"
7
+ },
8
+ "GetCommentsForComparedCommit": {
9
+ "input_token": "nextToken",
10
+ "limit_key": "maxResults",
11
+ "output_token": "nextToken"
12
+ },
13
+ "GetCommentsForPullRequest": {
14
+ "input_token": "nextToken",
15
+ "limit_key": "maxResults",
16
+ "output_token": "nextToken"
17
+ },
3
18
  "GetDifferences": {
4
19
  "input_token": "NextToken",
5
20
  "limit_key": "MaxResults",
@@ -10,6 +25,11 @@
10
25
  "output_token": "nextToken",
11
26
  "result_key": "branches"
12
27
  },
28
+ "ListPullRequests": {
29
+ "input_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "output_token": "nextToken"
32
+ },
13
33
  "ListRepositories": {
14
34
  "input_token": "nextToken",
15
35
  "output_token": "nextToken",
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Firehose",
9
9
  "serviceFullName":"Amazon Kinesis Firehose",
10
+ "serviceId":"Firehose",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"Firehose_20150804",
12
13
  "uid":"firehose-2015-08-04"
@@ -51,21 +52,6 @@
51
52
  {"shape":"ResourceNotFoundException"}
52
53
  ]
53
54
  },
54
- "GetKinesisStream":{
55
- "name":"GetKinesisStream",
56
- "http":{
57
- "method":"POST",
58
- "requestUri":"/"
59
- },
60
- "input":{"shape":"GetKinesisStreamInput"},
61
- "output":{"shape":"GetKinesisStreamOutput"},
62
- "errors":[
63
- {"shape":"ResourceNotFoundException"},
64
- {"shape":"InvalidArgumentException"},
65
- {"shape":"InvalidStreamTypeException"}
66
- ],
67
- "internalonly":true
68
- },
69
55
  "ListDeliveryStreams":{
70
56
  "name":"ListDeliveryStreams",
71
57
  "http":{
@@ -126,7 +112,6 @@
126
112
  "min":1,
127
113
  "pattern":"arn:.*"
128
114
  },
129
- "AccessKeyId":{"type":"string"},
130
115
  "BooleanObject":{"type":"boolean"},
131
116
  "BucketARN":{
132
117
  "type":"string",
@@ -193,7 +178,8 @@
193
178
  },
194
179
  "ExtendedS3DestinationConfiguration":{"shape":"ExtendedS3DestinationConfiguration"},
195
180
  "RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
196
- "ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"}
181
+ "ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"},
182
+ "SplunkDestinationConfiguration":{"shape":"SplunkDestinationConfiguration"}
197
183
  }
198
184
  },
199
185
  "CreateDeliveryStreamOutput":{
@@ -315,7 +301,8 @@
315
301
  "S3DestinationDescription":{"shape":"S3DestinationDescription"},
316
302
  "ExtendedS3DestinationDescription":{"shape":"ExtendedS3DestinationDescription"},
317
303
  "RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
318
- "ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"}
304
+ "ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"},
305
+ "SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"}
319
306
  }
320
307
  },
321
308
  "DestinationDescriptionList":{
@@ -507,21 +494,20 @@
507
494
  "S3BackupUpdate":{"shape":"S3DestinationUpdate"}
508
495
  }
509
496
  },
510
- "FirehoseSource":{"type":"string"},
511
- "GetKinesisStreamInput":{
512
- "type":"structure",
513
- "required":["DeliveryStreamARN"],
514
- "members":{
515
- "DeliveryStreamARN":{"shape":"DeliveryStreamARN"}
516
- }
497
+ "HECAcknowledgmentTimeoutInSeconds":{
498
+ "type":"integer",
499
+ "max":600,
500
+ "min":180
517
501
  },
518
- "GetKinesisStreamOutput":{
519
- "type":"structure",
520
- "members":{
521
- "KinesisStreamARN":{"shape":"KinesisStreamARN"},
522
- "CredentialsForReadingKinesisStream":{"shape":"SessionCredentials"}
523
- }
502
+ "HECEndpoint":{"type":"string"},
503
+ "HECEndpointType":{
504
+ "type":"string",
505
+ "enum":[
506
+ "Raw",
507
+ "Event"
508
+ ]
524
509
  },
510
+ "HECToken":{"type":"string"},
525
511
  "IntervalInSeconds":{
526
512
  "type":"integer",
527
513
  "max":900,
@@ -534,14 +520,6 @@
534
520
  },
535
521
  "exception":true
536
522
  },
537
- "InvalidStreamTypeException":{
538
- "type":"structure",
539
- "members":{
540
- "message":{"shape":"ErrorMessage"},
541
- "source":{"shape":"FirehoseSource"}
542
- },
543
- "exception":true
544
- },
545
523
  "KMSEncryptionConfig":{
546
524
  "type":"structure",
547
525
  "required":["AWSKMSKeyARN"],
@@ -659,7 +637,10 @@
659
637
  "type":"string",
660
638
  "enum":[
661
639
  "LambdaArn",
662
- "NumberOfRetries"
640
+ "NumberOfRetries",
641
+ "RoleArn",
642
+ "BufferSizeInMBs",
643
+ "BufferIntervalInSeconds"
663
644
  ]
664
645
  },
665
646
  "ProcessorParameterValue":{
@@ -896,7 +877,6 @@
896
877
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
897
878
  }
898
879
  },
899
- "SecretAccessKey":{"type":"string"},
900
880
  "ServiceUnavailableException":{
901
881
  "type":"structure",
902
882
  "members":{
@@ -905,33 +885,83 @@
905
885
  "exception":true,
906
886
  "fault":true
907
887
  },
908
- "SessionCredentials":{
888
+ "SizeInMBs":{
889
+ "type":"integer",
890
+ "max":128,
891
+ "min":1
892
+ },
893
+ "SourceDescription":{
894
+ "type":"structure",
895
+ "members":{
896
+ "KinesisStreamSourceDescription":{"shape":"KinesisStreamSourceDescription"}
897
+ }
898
+ },
899
+ "SplunkDestinationConfiguration":{
909
900
  "type":"structure",
910
901
  "required":[
911
- "AccessKeyId",
912
- "SecretAccessKey",
913
- "SessionToken",
914
- "Expiration"
902
+ "HECEndpoint",
903
+ "HECEndpointType",
904
+ "HECToken",
905
+ "S3Configuration"
915
906
  ],
916
907
  "members":{
917
- "AccessKeyId":{"shape":"AccessKeyId"},
918
- "SecretAccessKey":{"shape":"SecretAccessKey"},
919
- "SessionToken":{"shape":"SessionToken"},
920
- "Expiration":{"shape":"Timestamp"}
908
+ "HECEndpoint":{"shape":"HECEndpoint"},
909
+ "HECEndpointType":{"shape":"HECEndpointType"},
910
+ "HECToken":{"shape":"HECToken"},
911
+ "HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
912
+ "RetryOptions":{"shape":"SplunkRetryOptions"},
913
+ "S3BackupMode":{"shape":"SplunkS3BackupMode"},
914
+ "S3Configuration":{"shape":"S3DestinationConfiguration"},
915
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
916
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
921
917
  }
922
918
  },
923
- "SessionToken":{"type":"string"},
924
- "SizeInMBs":{
919
+ "SplunkDestinationDescription":{
920
+ "type":"structure",
921
+ "members":{
922
+ "HECEndpoint":{"shape":"HECEndpoint"},
923
+ "HECEndpointType":{"shape":"HECEndpointType"},
924
+ "HECToken":{"shape":"HECToken"},
925
+ "HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
926
+ "RetryOptions":{"shape":"SplunkRetryOptions"},
927
+ "S3BackupMode":{"shape":"SplunkS3BackupMode"},
928
+ "S3DestinationDescription":{"shape":"S3DestinationDescription"},
929
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
930
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
931
+ }
932
+ },
933
+ "SplunkDestinationUpdate":{
934
+ "type":"structure",
935
+ "members":{
936
+ "HECEndpoint":{"shape":"HECEndpoint"},
937
+ "HECEndpointType":{"shape":"HECEndpointType"},
938
+ "HECToken":{"shape":"HECToken"},
939
+ "HECAcknowledgmentTimeoutInSeconds":{"shape":"HECAcknowledgmentTimeoutInSeconds"},
940
+ "RetryOptions":{"shape":"SplunkRetryOptions"},
941
+ "S3BackupMode":{"shape":"SplunkS3BackupMode"},
942
+ "S3Update":{"shape":"S3DestinationUpdate"},
943
+ "ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
944
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
945
+ }
946
+ },
947
+ "SplunkRetryDurationInSeconds":{
925
948
  "type":"integer",
926
- "max":128,
927
- "min":1
949
+ "max":7200,
950
+ "min":0
928
951
  },
929
- "SourceDescription":{
952
+ "SplunkRetryOptions":{
930
953
  "type":"structure",
931
954
  "members":{
932
- "KinesisStreamSourceDescription":{"shape":"KinesisStreamSourceDescription"}
955
+ "DurationInSeconds":{"shape":"SplunkRetryDurationInSeconds"}
933
956
  }
934
957
  },
958
+ "SplunkS3BackupMode":{
959
+ "type":"string",
960
+ "enum":[
961
+ "FailedEventsOnly",
962
+ "AllEvents"
963
+ ]
964
+ },
935
965
  "Timestamp":{"type":"timestamp"},
936
966
  "UpdateDestinationInput":{
937
967
  "type":"structure",
@@ -950,7 +980,8 @@
950
980
  },
951
981
  "ExtendedS3DestinationUpdate":{"shape":"ExtendedS3DestinationUpdate"},
952
982
  "RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
953
- "ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"}
983
+ "ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"},
984
+ "SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"}
954
985
  }
955
986
  },
956
987
  "UpdateDestinationOutput":{
@@ -7,6 +7,7 @@
7
7
  "protocol":"json",
8
8
  "serviceAbbreviation":"Kinesis",
9
9
  "serviceFullName":"Amazon Kinesis",
10
+ "serviceId":"Kinesis",
10
11
  "signatureVersion":"v4",
11
12
  "targetPrefix":"Kinesis_20131202",
12
13
  "uid":"kinesis-2013-12-02"
@@ -89,6 +90,19 @@
89
90
  {"shape":"LimitExceededException"}
90
91
  ]
91
92
  },
93
+ "DescribeStreamSummary":{
94
+ "name":"DescribeStreamSummary",
95
+ "http":{
96
+ "method":"POST",
97
+ "requestUri":"/"
98
+ },
99
+ "input":{"shape":"DescribeStreamSummaryInput"},
100
+ "output":{"shape":"DescribeStreamSummaryOutput"},
101
+ "errors":[
102
+ {"shape":"ResourceNotFoundException"},
103
+ {"shape":"LimitExceededException"}
104
+ ]
105
+ },
92
106
  "DisableEnhancedMonitoring":{
93
107
  "name":"DisableEnhancedMonitoring",
94
108
  "http":{
@@ -409,6 +423,20 @@
409
423
  "StreamDescription":{"shape":"StreamDescription"}
410
424
  }
411
425
  },
426
+ "DescribeStreamSummaryInput":{
427
+ "type":"structure",
428
+ "required":["StreamName"],
429
+ "members":{
430
+ "StreamName":{"shape":"StreamName"}
431
+ }
432
+ },
433
+ "DescribeStreamSummaryOutput":{
434
+ "type":"structure",
435
+ "required":["StreamDescriptionSummary"],
436
+ "members":{
437
+ "StreamDescriptionSummary":{"shape":"StreamDescriptionSummary"}
438
+ }
439
+ },
412
440
  "DisableEnhancedMonitoringInput":{
413
441
  "type":"structure",
414
442
  "required":[
@@ -946,6 +974,29 @@
946
974
  "KeyId":{"shape":"KeyId"}
947
975
  }
948
976
  },
977
+ "StreamDescriptionSummary":{
978
+ "type":"structure",
979
+ "required":[
980
+ "StreamName",
981
+ "StreamARN",
982
+ "StreamStatus",
983
+ "RetentionPeriodHours",
984
+ "StreamCreationTimestamp",
985
+ "EnhancedMonitoring",
986
+ "OpenShardCount"
987
+ ],
988
+ "members":{
989
+ "StreamName":{"shape":"StreamName"},
990
+ "StreamARN":{"shape":"StreamARN"},
991
+ "StreamStatus":{"shape":"StreamStatus"},
992
+ "RetentionPeriodHours":{"shape":"PositiveIntegerObject"},
993
+ "StreamCreationTimestamp":{"shape":"Timestamp"},
994
+ "EnhancedMonitoring":{"shape":"EnhancedMonitoringList"},
995
+ "EncryptionType":{"shape":"EncryptionType"},
996
+ "KeyId":{"shape":"KeyId"},
997
+ "OpenShardCount":{"shape":"ShardCountObject"}
998
+ }
999
+ },
949
1000
  "StreamName":{
950
1001
  "type":"string",
951
1002
  "max":128,
@@ -392,6 +392,22 @@
392
392
  {"shape":"ProhibitedStateException"}
393
393
  ]
394
394
  },
395
+ "DescribeGroups":{
396
+ "name":"DescribeGroups",
397
+ "http":{
398
+ "method":"GET",
399
+ "requestUri":"/api/v1/groups",
400
+ "responseCode":200
401
+ },
402
+ "input":{"shape":"DescribeGroupsRequest"},
403
+ "output":{"shape":"DescribeGroupsResponse"},
404
+ "errors":[
405
+ {"shape":"UnauthorizedOperationException"},
406
+ {"shape":"UnauthorizedResourceAccessException"},
407
+ {"shape":"FailedDependencyException"},
408
+ {"shape":"ServiceUnavailableException"}
409
+ ]
410
+ },
395
411
  "DescribeNotificationSubscriptions":{
396
412
  "name":"DescribeNotificationSubscriptions",
397
413
  "http":{
@@ -489,7 +505,8 @@
489
505
  {"shape":"UnauthorizedResourceAccessException"},
490
506
  {"shape":"InvalidArgumentException"},
491
507
  {"shape":"FailedDependencyException"},
492
- {"shape":"ServiceUnavailableException"}
508
+ {"shape":"ServiceUnavailableException"},
509
+ {"shape":"InvalidPasswordException"}
493
510
  ]
494
511
  },
495
512
  "GetDocumentPath":{
@@ -524,7 +541,8 @@
524
541
  {"shape":"UnauthorizedResourceAccessException"},
525
542
  {"shape":"FailedDependencyException"},
526
543
  {"shape":"ServiceUnavailableException"},
527
- {"shape":"ProhibitedStateException"}
544
+ {"shape":"ProhibitedStateException"},
545
+ {"shape":"InvalidPasswordException"}
528
546
  ]
529
547
  },
530
548
  "GetFolder":{
@@ -691,7 +709,8 @@
691
709
  {"shape":"IllegalUserStateException"},
692
710
  {"shape":"FailedDependencyException"},
693
711
  {"shape":"ServiceUnavailableException"},
694
- {"shape":"DeactivatingLastSystemUserException"}
712
+ {"shape":"DeactivatingLastSystemUserException"},
713
+ {"shape":"InvalidArgumentException"}
695
714
  ]
696
715
  }
697
716
  },
@@ -808,7 +827,8 @@
808
827
  "location":"uri",
809
828
  "locationName":"ResourceId"
810
829
  },
811
- "Principals":{"shape":"SharePrincipalList"}
830
+ "Principals":{"shape":"SharePrincipalList"},
831
+ "NotificationOptions":{"shape":"NotificationOptions"}
812
832
  }
813
833
  },
814
834
  "AddResourcePermissionsResponse":{
@@ -823,6 +843,13 @@
823
843
  "min":1,
824
844
  "sensitive":true
825
845
  },
846
+ "BooleanEnumType":{
847
+ "type":"string",
848
+ "enum":[
849
+ "TRUE",
850
+ "FALSE"
851
+ ]
852
+ },
826
853
  "BooleanType":{"type":"boolean"},
827
854
  "Comment":{
828
855
  "type":"structure",
@@ -985,7 +1012,7 @@
985
1012
  "location":"uri",
986
1013
  "locationName":"ResourceId"
987
1014
  },
988
- "Labels":{"shape":"Labels"},
1015
+ "Labels":{"shape":"SharedLabels"},
989
1016
  "AuthenticationToken":{
990
1017
  "shape":"AuthenticationHeaderType",
991
1018
  "location":"header",
@@ -1237,7 +1264,7 @@
1237
1264
  "locationName":"Authentication"
1238
1265
  },
1239
1266
  "Labels":{
1240
- "shape":"Labels",
1267
+ "shape":"SharedLabels",
1241
1268
  "location":"querystring",
1242
1269
  "locationName":"labels"
1243
1270
  },
@@ -1473,6 +1500,44 @@
1473
1500
  "Marker":{"shape":"PageMarkerType"}
1474
1501
  }
1475
1502
  },
1503
+ "DescribeGroupsRequest":{
1504
+ "type":"structure",
1505
+ "required":["SearchQuery"],
1506
+ "members":{
1507
+ "AuthenticationToken":{
1508
+ "shape":"AuthenticationHeaderType",
1509
+ "location":"header",
1510
+ "locationName":"Authentication"
1511
+ },
1512
+ "SearchQuery":{
1513
+ "shape":"SearchQueryType",
1514
+ "location":"querystring",
1515
+ "locationName":"searchQuery"
1516
+ },
1517
+ "OrganizationId":{
1518
+ "shape":"IdType",
1519
+ "location":"querystring",
1520
+ "locationName":"organizationId"
1521
+ },
1522
+ "Marker":{
1523
+ "shape":"MarkerType",
1524
+ "location":"querystring",
1525
+ "locationName":"marker"
1526
+ },
1527
+ "Limit":{
1528
+ "shape":"PositiveIntegerType",
1529
+ "location":"querystring",
1530
+ "locationName":"limit"
1531
+ }
1532
+ }
1533
+ },
1534
+ "DescribeGroupsResponse":{
1535
+ "type":"structure",
1536
+ "members":{
1537
+ "Groups":{"shape":"GroupMetadataList"},
1538
+ "Marker":{"shape":"MarkerType"}
1539
+ }
1540
+ },
1476
1541
  "DescribeNotificationSubscriptionsRequest":{
1477
1542
  "type":"structure",
1478
1543
  "required":["OrganizationId"],
@@ -1515,6 +1580,11 @@
1515
1580
  "location":"uri",
1516
1581
  "locationName":"ResourceId"
1517
1582
  },
1583
+ "PrincipalId":{
1584
+ "shape":"IdType",
1585
+ "location":"querystring",
1586
+ "locationName":"principalId"
1587
+ },
1518
1588
  "Limit":{
1519
1589
  "shape":"LimitType",
1520
1590
  "location":"querystring",
@@ -1621,7 +1691,10 @@
1621
1691
  "type":"structure",
1622
1692
  "members":{
1623
1693
  "Users":{"shape":"OrganizationUserList"},
1624
- "TotalNumberOfUsers":{"shape":"SizeType"},
1694
+ "TotalNumberOfUsers":{
1695
+ "shape":"SizeType",
1696
+ "deprecated":true
1697
+ },
1625
1698
  "Marker":{"shape":"PageMarkerType"}
1626
1699
  }
1627
1700
  },
@@ -1648,7 +1721,7 @@
1648
1721
  "ModifiedTimestamp":{"shape":"TimestampType"},
1649
1722
  "LatestVersionMetadata":{"shape":"DocumentVersionMetadata"},
1650
1723
  "ResourceState":{"shape":"ResourceStateType"},
1651
- "Labels":{"shape":"Labels"}
1724
+ "Labels":{"shape":"SharedLabels"}
1652
1725
  }
1653
1726
  },
1654
1727
  "DocumentMetadataList":{
@@ -1788,7 +1861,7 @@
1788
1861
  "ModifiedTimestamp":{"shape":"TimestampType"},
1789
1862
  "ResourceState":{"shape":"ResourceStateType"},
1790
1863
  "Signature":{"shape":"HashType"},
1791
- "Labels":{"shape":"Labels"},
1864
+ "Labels":{"shape":"SharedLabels"},
1792
1865
  "Size":{"shape":"SizeType"},
1793
1866
  "LatestVersionSize":{"shape":"SizeType"}
1794
1867
  }
@@ -2069,16 +2142,13 @@
2069
2142
  "error":{"httpStatusCode":405},
2070
2143
  "exception":true
2071
2144
  },
2072
- "Label":{
2073
- "type":"string",
2074
- "max":32,
2075
- "min":1,
2076
- "pattern":"[a-zA-Z0-9._+-/=][a-zA-Z0-9 ._+-/=]*"
2077
- },
2078
- "Labels":{
2079
- "type":"list",
2080
- "member":{"shape":"Label"},
2081
- "max":20
2145
+ "InvalidPasswordException":{
2146
+ "type":"structure",
2147
+ "members":{
2148
+ "Message":{"shape":"ErrorMessageType"}
2149
+ },
2150
+ "error":{"httpStatusCode":401},
2151
+ "exception":true
2082
2152
  },
2083
2153
  "LimitExceededException":{
2084
2154
  "type":"structure",
@@ -2121,6 +2191,13 @@
2121
2191
  "min":0,
2122
2192
  "sensitive":true
2123
2193
  },
2194
+ "NotificationOptions":{
2195
+ "type":"structure",
2196
+ "members":{
2197
+ "SendEmail":{"shape":"BooleanType"},
2198
+ "EmailMessage":{"shape":"MessageType"}
2199
+ }
2200
+ },
2124
2201
  "OrderType":{
2125
2202
  "type":"string",
2126
2203
  "enum":[
@@ -2162,6 +2239,10 @@
2162
2239
  "type":"list",
2163
2240
  "member":{"shape":"PermissionInfo"}
2164
2241
  },
2242
+ "PositiveIntegerType":{
2243
+ "type":"integer",
2244
+ "min":1
2245
+ },
2165
2246
  "PositiveSizeType":{
2166
2247
  "type":"long",
2167
2248
  "min":0
@@ -2383,6 +2464,17 @@
2383
2464
  "FAILURE"
2384
2465
  ]
2385
2466
  },
2467
+ "SharedLabel":{
2468
+ "type":"string",
2469
+ "max":32,
2470
+ "min":1,
2471
+ "pattern":"[a-zA-Z0-9._+-/=][a-zA-Z0-9 ._+-/=]*"
2472
+ },
2473
+ "SharedLabels":{
2474
+ "type":"list",
2475
+ "member":{"shape":"SharedLabel"},
2476
+ "max":20
2477
+ },
2386
2478
  "SignedHeaderMap":{
2387
2479
  "type":"map",
2388
2480
  "key":{"shape":"HeaderNameType"},
@@ -2564,7 +2656,8 @@
2564
2656
  "Type":{"shape":"UserType"},
2565
2657
  "StorageRule":{"shape":"StorageRuleType"},
2566
2658
  "TimeZoneId":{"shape":"TimeZoneIdType"},
2567
- "Locale":{"shape":"LocaleType"}
2659
+ "Locale":{"shape":"LocaleType"},
2660
+ "GrantPoweruserPrivileges":{"shape":"BooleanEnumType"}
2568
2661
  }
2569
2662
  },
2570
2663
  "UpdateUserResponse":{
@@ -2671,7 +2764,10 @@
2671
2764
  "type":"string",
2672
2765
  "enum":[
2673
2766
  "USER",
2674
- "ADMIN"
2767
+ "ADMIN",
2768
+ "POWERUSER",
2769
+ "MINIMALUSER",
2770
+ "WORKSPACESUSER"
2675
2771
  ]
2676
2772
  },
2677
2773
  "UsernameType":{