aws-sdk-core 2.11.602 → 2.11.603

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
  SHA256:
3
- metadata.gz: 3e6d083aa0dc7e81018150d90e41a4510ff6fab1289e474bac83d8e2a22e4559
4
- data.tar.gz: 851fa924560d8d731da6c9c5755d1a44fd41c1f7cebb5649ad845339c37538e5
3
+ metadata.gz: bfcfe8424ef2b13cb252eeef29cb2f9c6d9484b8552be6df11371146986cd8c4
4
+ data.tar.gz: 035d6c313bf8bbbb744429b8e63e354bc21ff46da0539b982fa59b963fdfdab1
5
5
  SHA512:
6
- metadata.gz: a29fc03811b0d9e9e8724e368463837667dd7d40f41ac0b43a17ae7ff2a0133bd92f91c97143b803088c66effc92e6326026b3f73f0d6309b30af330d69cf390
7
- data.tar.gz: aa29604fe88559435eee6251dfd8f0d06f26837389c2a52411ae51e223a38488116fbf9c419250875ac18cfa699fe2a4689de9d0958c8dac567d364c2cac3999
6
+ metadata.gz: 0c0a83c11d9df6b1d134fa6fe7c543840d3c354c6b3d4e5f02557afee948daf72e07bafc37fea817fa08b4e18140c3922e6ae01f818224dffbb3b293cf967805
7
+ data.tar.gz: 6e9780f3a7a3ba642e74da877d0a07a8b4be768fef8e92b3c27e2442442f2aacbb887682af21cd508310cd5da1b621ad820e2781cc35a6b115622cd84c60e88b
@@ -863,6 +863,15 @@
863
863
  "type":"list",
864
864
  "member":{"shape":"DimensionValuesWithAttributes"}
865
865
  },
866
+ "EBSResourceUtilization":{
867
+ "type":"structure",
868
+ "members":{
869
+ "EbsReadOpsPerSecond":{"shape":"GenericString"},
870
+ "EbsWriteOpsPerSecond":{"shape":"GenericString"},
871
+ "EbsReadBytesPerSecond":{"shape":"GenericString"},
872
+ "EbsWriteBytesPerSecond":{"shape":"GenericString"}
873
+ }
874
+ },
866
875
  "EC2InstanceDetails":{
867
876
  "type":"structure",
868
877
  "members":{
@@ -895,7 +904,8 @@
895
904
  "members":{
896
905
  "MaxCpuUtilizationPercentage":{"shape":"GenericString"},
897
906
  "MaxMemoryUtilizationPercentage":{"shape":"GenericString"},
898
- "MaxStorageUtilizationPercentage":{"shape":"GenericString"}
907
+ "MaxStorageUtilizationPercentage":{"shape":"GenericString"},
908
+ "EBSResourceUtilization":{"shape":"EBSResourceUtilization"}
899
909
  }
900
910
  },
901
911
  "EC2Specification":{
@@ -317,6 +317,10 @@
317
317
  "Finding",
318
318
  "UtilizationMetricsCpuMaximum",
319
319
  "UtilizationMetricsMemoryMaximum",
320
+ "UtilizationMetricsEbsReadOpsPerSecondMaximum",
321
+ "UtilizationMetricsEbsWriteOpsPerSecondMaximum",
322
+ "UtilizationMetricsEbsReadBytesPerSecondMaximum",
323
+ "UtilizationMetricsEbsWriteBytesPerSecondMaximum",
320
324
  "LookbackPeriodInDays",
321
325
  "CurrentConfigurationInstanceType",
322
326
  "CurrentConfigurationDesiredCapacity",
@@ -361,6 +365,10 @@
361
365
  "CurrentInstanceType",
362
366
  "UtilizationMetricsCpuMaximum",
363
367
  "UtilizationMetricsMemoryMaximum",
368
+ "UtilizationMetricsEbsReadOpsPerSecondMaximum",
369
+ "UtilizationMetricsEbsWriteOpsPerSecondMaximum",
370
+ "UtilizationMetricsEbsReadBytesPerSecondMaximum",
371
+ "UtilizationMetricsEbsWriteBytesPerSecondMaximum",
364
372
  "CurrentOnDemandPrice",
365
373
  "CurrentStandardOneYearNoUpfrontReservedPrice",
366
374
  "CurrentStandardThreeYearNoUpfrontReservedPrice",
@@ -632,7 +640,11 @@
632
640
  "type":"string",
633
641
  "enum":[
634
642
  "Cpu",
635
- "Memory"
643
+ "Memory",
644
+ "EBS_READ_OPS_PER_SECOND",
645
+ "EBS_WRITE_OPS_PER_SECOND",
646
+ "EBS_READ_BYTES_PER_SECOND",
647
+ "EBS_WRITE_BYTES_PER_SECOND"
636
648
  ]
637
649
  },
638
650
  "MetricStatistic":{
@@ -197,7 +197,8 @@
197
197
  {"shape":"CacheSubnetGroupAlreadyExistsFault"},
198
198
  {"shape":"CacheSubnetGroupQuotaExceededFault"},
199
199
  {"shape":"CacheSubnetQuotaExceededFault"},
200
- {"shape":"InvalidSubnet"}
200
+ {"shape":"InvalidSubnet"},
201
+ {"shape":"SubnetNotAllowedFault"}
201
202
  ]
202
203
  },
203
204
  "CreateGlobalReplicationGroup":{
@@ -234,6 +235,8 @@
234
235
  {"shape":"CacheClusterNotFoundFault"},
235
236
  {"shape":"InvalidCacheClusterStateFault"},
236
237
  {"shape":"ReplicationGroupAlreadyExistsFault"},
238
+ {"shape":"InvalidUserGroupStateFault"},
239
+ {"shape":"UserGroupNotFoundFault"},
237
240
  {"shape":"InsufficientCacheClusterCapacityFault"},
238
241
  {"shape":"CacheSecurityGroupNotFoundFault"},
239
242
  {"shape":"CacheSubnetGroupNotFoundFault"},
@@ -273,6 +276,45 @@
273
276
  {"shape":"InvalidParameterValueException"}
274
277
  ]
275
278
  },
279
+ "CreateUser":{
280
+ "name":"CreateUser",
281
+ "http":{
282
+ "method":"POST",
283
+ "requestUri":"/"
284
+ },
285
+ "input":{"shape":"CreateUserMessage"},
286
+ "output":{
287
+ "shape":"User",
288
+ "resultWrapper":"CreateUserResult"
289
+ },
290
+ "errors":[
291
+ {"shape":"UserAlreadyExistsFault"},
292
+ {"shape":"UserQuotaExceededFault"},
293
+ {"shape":"DuplicateUserNameFault"},
294
+ {"shape":"InvalidParameterValueException"},
295
+ {"shape":"InvalidParameterCombinationException"}
296
+ ]
297
+ },
298
+ "CreateUserGroup":{
299
+ "name":"CreateUserGroup",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"CreateUserGroupMessage"},
305
+ "output":{
306
+ "shape":"UserGroup",
307
+ "resultWrapper":"CreateUserGroupResult"
308
+ },
309
+ "errors":[
310
+ {"shape":"UserNotFoundFault"},
311
+ {"shape":"DuplicateUserNameFault"},
312
+ {"shape":"UserGroupAlreadyExistsFault"},
313
+ {"shape":"DefaultUserRequired"},
314
+ {"shape":"UserGroupQuotaExceededFault"},
315
+ {"shape":"InvalidParameterValueException"}
316
+ ]
317
+ },
276
318
  "DecreaseNodeGroupsInGlobalReplicationGroup":{
277
319
  "name":"DecreaseNodeGroupsInGlobalReplicationGroup",
278
320
  "http":{
@@ -434,6 +476,41 @@
434
476
  {"shape":"InvalidParameterCombinationException"}
435
477
  ]
436
478
  },
479
+ "DeleteUser":{
480
+ "name":"DeleteUser",
481
+ "http":{
482
+ "method":"POST",
483
+ "requestUri":"/"
484
+ },
485
+ "input":{"shape":"DeleteUserMessage"},
486
+ "output":{
487
+ "shape":"User",
488
+ "resultWrapper":"DeleteUserResult"
489
+ },
490
+ "errors":[
491
+ {"shape":"InvalidUserStateFault"},
492
+ {"shape":"UserNotFoundFault"},
493
+ {"shape":"InvalidParameterValueException"},
494
+ {"shape":"DefaultUserAssociatedToUserGroupFault"}
495
+ ]
496
+ },
497
+ "DeleteUserGroup":{
498
+ "name":"DeleteUserGroup",
499
+ "http":{
500
+ "method":"POST",
501
+ "requestUri":"/"
502
+ },
503
+ "input":{"shape":"DeleteUserGroupMessage"},
504
+ "output":{
505
+ "shape":"UserGroup",
506
+ "resultWrapper":"DeleteUserGroupResult"
507
+ },
508
+ "errors":[
509
+ {"shape":"UserGroupNotFoundFault"},
510
+ {"shape":"InvalidUserGroupStateFault"},
511
+ {"shape":"InvalidParameterValueException"}
512
+ ]
513
+ },
437
514
  "DescribeCacheClusters":{
438
515
  "name":"DescribeCacheClusters",
439
516
  "http":{
@@ -680,6 +757,38 @@
680
757
  {"shape":"InvalidParameterCombinationException"}
681
758
  ]
682
759
  },
760
+ "DescribeUserGroups":{
761
+ "name":"DescribeUserGroups",
762
+ "http":{
763
+ "method":"POST",
764
+ "requestUri":"/"
765
+ },
766
+ "input":{"shape":"DescribeUserGroupsMessage"},
767
+ "output":{
768
+ "shape":"DescribeUserGroupsResult",
769
+ "resultWrapper":"DescribeUserGroupsResult"
770
+ },
771
+ "errors":[
772
+ {"shape":"UserGroupNotFoundFault"},
773
+ {"shape":"InvalidParameterCombinationException"}
774
+ ]
775
+ },
776
+ "DescribeUsers":{
777
+ "name":"DescribeUsers",
778
+ "http":{
779
+ "method":"POST",
780
+ "requestUri":"/"
781
+ },
782
+ "input":{"shape":"DescribeUsersMessage"},
783
+ "output":{
784
+ "shape":"DescribeUsersResult",
785
+ "resultWrapper":"DescribeUsersResult"
786
+ },
787
+ "errors":[
788
+ {"shape":"UserNotFoundFault"},
789
+ {"shape":"InvalidParameterCombinationException"}
790
+ ]
791
+ },
683
792
  "DisassociateGlobalReplicationGroup":{
684
793
  "name":"DisassociateGlobalReplicationGroup",
685
794
  "http":{
@@ -853,7 +962,8 @@
853
962
  {"shape":"CacheSubnetGroupNotFoundFault"},
854
963
  {"shape":"CacheSubnetQuotaExceededFault"},
855
964
  {"shape":"SubnetInUse"},
856
- {"shape":"InvalidSubnet"}
965
+ {"shape":"InvalidSubnet"},
966
+ {"shape":"SubnetNotAllowedFault"}
857
967
  ]
858
968
  },
859
969
  "ModifyGlobalReplicationGroup":{
@@ -887,6 +997,8 @@
887
997
  "errors":[
888
998
  {"shape":"ReplicationGroupNotFoundFault"},
889
999
  {"shape":"InvalidReplicationGroupStateFault"},
1000
+ {"shape":"InvalidUserGroupStateFault"},
1001
+ {"shape":"UserGroupNotFoundFault"},
890
1002
  {"shape":"InvalidCacheClusterStateFault"},
891
1003
  {"shape":"InvalidCacheSecurityGroupStateFault"},
892
1004
  {"shape":"InsufficientCacheClusterCapacityFault"},
@@ -925,6 +1037,45 @@
925
1037
  {"shape":"InvalidParameterCombinationException"}
926
1038
  ]
927
1039
  },
1040
+ "ModifyUser":{
1041
+ "name":"ModifyUser",
1042
+ "http":{
1043
+ "method":"POST",
1044
+ "requestUri":"/"
1045
+ },
1046
+ "input":{"shape":"ModifyUserMessage"},
1047
+ "output":{
1048
+ "shape":"User",
1049
+ "resultWrapper":"ModifyUserResult"
1050
+ },
1051
+ "errors":[
1052
+ {"shape":"UserNotFoundFault"},
1053
+ {"shape":"InvalidUserStateFault"},
1054
+ {"shape":"InvalidParameterValueException"},
1055
+ {"shape":"InvalidParameterCombinationException"}
1056
+ ]
1057
+ },
1058
+ "ModifyUserGroup":{
1059
+ "name":"ModifyUserGroup",
1060
+ "http":{
1061
+ "method":"POST",
1062
+ "requestUri":"/"
1063
+ },
1064
+ "input":{"shape":"ModifyUserGroupMessage"},
1065
+ "output":{
1066
+ "shape":"UserGroup",
1067
+ "resultWrapper":"ModifyUserGroupResult"
1068
+ },
1069
+ "errors":[
1070
+ {"shape":"UserGroupNotFoundFault"},
1071
+ {"shape":"UserNotFoundFault"},
1072
+ {"shape":"DuplicateUserNameFault"},
1073
+ {"shape":"DefaultUserRequired"},
1074
+ {"shape":"InvalidUserGroupStateFault"},
1075
+ {"shape":"InvalidParameterValueException"},
1076
+ {"shape":"InvalidParameterCombinationException"}
1077
+ ]
1078
+ },
928
1079
  "PurchaseReservedCacheNodesOffering":{
929
1080
  "name":"PurchaseReservedCacheNodesOffering",
930
1081
  "http":{
@@ -1094,6 +1245,10 @@
1094
1245
  "cross-az"
1095
1246
  ]
1096
1247
  },
1248
+ "AccessString":{
1249
+ "type":"string",
1250
+ "pattern":".*\\S.*"
1251
+ },
1097
1252
  "AddTagsToResourceMessage":{
1098
1253
  "type":"structure",
1099
1254
  "required":[
@@ -1129,7 +1284,22 @@
1129
1284
  "type":"string",
1130
1285
  "enum":[
1131
1286
  "SET",
1132
- "ROTATE"
1287
+ "ROTATE",
1288
+ "DELETE"
1289
+ ]
1290
+ },
1291
+ "Authentication":{
1292
+ "type":"structure",
1293
+ "members":{
1294
+ "Type":{"shape":"AuthenticationType"},
1295
+ "PasswordCount":{"shape":"IntegerOptional"}
1296
+ }
1297
+ },
1298
+ "AuthenticationType":{
1299
+ "type":"string",
1300
+ "enum":[
1301
+ "password",
1302
+ "no-password"
1133
1303
  ]
1134
1304
  },
1135
1305
  "AuthorizationAlreadyExistsFault":{
@@ -1229,6 +1399,7 @@
1229
1399
  "CacheClusterStatus":{"shape":"String"},
1230
1400
  "NumCacheNodes":{"shape":"IntegerOptional"},
1231
1401
  "PreferredAvailabilityZone":{"shape":"String"},
1402
+ "PreferredOutpostArn":{"shape":"String"},
1232
1403
  "CacheClusterCreateTime":{"shape":"TStamp"},
1233
1404
  "PreferredMaintenanceWindow":{"shape":"String"},
1234
1405
  "PendingModifiedValues":{"shape":"PendingModifiedValues"},
@@ -1324,7 +1495,8 @@
1324
1495
  "Endpoint":{"shape":"Endpoint"},
1325
1496
  "ParameterGroupStatus":{"shape":"String"},
1326
1497
  "SourceCacheNodeId":{"shape":"String"},
1327
- "CustomerAvailabilityZone":{"shape":"String"}
1498
+ "CustomerAvailabilityZone":{"shape":"String"},
1499
+ "CustomerOutpostArn":{"shape":"String"}
1328
1500
  }
1329
1501
  },
1330
1502
  "CacheNodeIdsList":{
@@ -1683,7 +1855,8 @@
1683
1855
  "members":{
1684
1856
  "NodeGroupId":{"shape":"AllowedNodeGroupId"},
1685
1857
  "NewReplicaCount":{"shape":"Integer"},
1686
- "PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"}
1858
+ "PreferredAvailabilityZones":{"shape":"PreferredAvailabilityZoneList"},
1859
+ "PreferredOutpostArns":{"shape":"PreferredOutpostArnList"}
1687
1860
  }
1688
1861
  },
1689
1862
  "CopySnapshotMessage":{
@@ -1731,7 +1904,10 @@
1731
1904
  "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
1732
1905
  "SnapshotRetentionLimit":{"shape":"IntegerOptional"},
1733
1906
  "SnapshotWindow":{"shape":"String"},
1734
- "AuthToken":{"shape":"String"}
1907
+ "AuthToken":{"shape":"String"},
1908
+ "OutpostMode":{"shape":"OutpostMode"},
1909
+ "PreferredOutpostArn":{"shape":"String"},
1910
+ "PreferredOutpostArns":{"shape":"PreferredOutpostArnList"}
1735
1911
  }
1736
1912
  },
1737
1913
  "CreateCacheClusterResult":{
@@ -1850,7 +2026,8 @@
1850
2026
  "AuthToken":{"shape":"String"},
1851
2027
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
1852
2028
  "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
1853
- "KmsKeyId":{"shape":"String"}
2029
+ "KmsKeyId":{"shape":"String"},
2030
+ "UserGroupIds":{"shape":"UserGroupIdListInput"}
1854
2031
  }
1855
2032
  },
1856
2033
  "CreateReplicationGroupResult":{
@@ -1875,6 +2052,35 @@
1875
2052
  "Snapshot":{"shape":"Snapshot"}
1876
2053
  }
1877
2054
  },
2055
+ "CreateUserGroupMessage":{
2056
+ "type":"structure",
2057
+ "required":[
2058
+ "UserGroupId",
2059
+ "Engine"
2060
+ ],
2061
+ "members":{
2062
+ "UserGroupId":{"shape":"String"},
2063
+ "Engine":{"shape":"EngineType"},
2064
+ "UserIds":{"shape":"UserIdListInput"}
2065
+ }
2066
+ },
2067
+ "CreateUserMessage":{
2068
+ "type":"structure",
2069
+ "required":[
2070
+ "UserId",
2071
+ "UserName",
2072
+ "Engine",
2073
+ "AccessString"
2074
+ ],
2075
+ "members":{
2076
+ "UserId":{"shape":"UserId"},
2077
+ "UserName":{"shape":"UserName"},
2078
+ "Engine":{"shape":"EngineType"},
2079
+ "Passwords":{"shape":"PasswordListInput"},
2080
+ "AccessString":{"shape":"AccessString"},
2081
+ "NoPasswordRequired":{"shape":"BooleanOptional"}
2082
+ }
2083
+ },
1878
2084
  "CustomerNodeEndpoint":{
1879
2085
  "type":"structure",
1880
2086
  "members":{
@@ -1927,6 +2133,28 @@
1927
2133
  "ReplicationGroup":{"shape":"ReplicationGroup"}
1928
2134
  }
1929
2135
  },
2136
+ "DefaultUserAssociatedToUserGroupFault":{
2137
+ "type":"structure",
2138
+ "members":{
2139
+ },
2140
+ "error":{
2141
+ "code":"DefaultUserAssociatedToUserGroup",
2142
+ "httpStatusCode":400,
2143
+ "senderFault":true
2144
+ },
2145
+ "exception":true
2146
+ },
2147
+ "DefaultUserRequired":{
2148
+ "type":"structure",
2149
+ "members":{
2150
+ },
2151
+ "error":{
2152
+ "code":"DefaultUserRequired",
2153
+ "httpStatusCode":400,
2154
+ "senderFault":true
2155
+ },
2156
+ "exception":true
2157
+ },
1930
2158
  "DeleteCacheClusterMessage":{
1931
2159
  "type":"structure",
1932
2160
  "required":["CacheClusterId"],
@@ -2007,6 +2235,20 @@
2007
2235
  "Snapshot":{"shape":"Snapshot"}
2008
2236
  }
2009
2237
  },
2238
+ "DeleteUserGroupMessage":{
2239
+ "type":"structure",
2240
+ "required":["UserGroupId"],
2241
+ "members":{
2242
+ "UserGroupId":{"shape":"String"}
2243
+ }
2244
+ },
2245
+ "DeleteUserMessage":{
2246
+ "type":"structure",
2247
+ "required":["UserId"],
2248
+ "members":{
2249
+ "UserId":{"shape":"UserId"}
2250
+ }
2251
+ },
2010
2252
  "DescribeCacheClustersMessage":{
2011
2253
  "type":"structure",
2012
2254
  "members":{
@@ -2181,6 +2423,38 @@
2181
2423
  "Marker":{"shape":"String"}
2182
2424
  }
2183
2425
  },
2426
+ "DescribeUserGroupsMessage":{
2427
+ "type":"structure",
2428
+ "members":{
2429
+ "UserGroupId":{"shape":"String"},
2430
+ "MaxRecords":{"shape":"IntegerOptional"},
2431
+ "Marker":{"shape":"String"}
2432
+ }
2433
+ },
2434
+ "DescribeUserGroupsResult":{
2435
+ "type":"structure",
2436
+ "members":{
2437
+ "UserGroups":{"shape":"UserGroupList"},
2438
+ "Marker":{"shape":"String"}
2439
+ }
2440
+ },
2441
+ "DescribeUsersMessage":{
2442
+ "type":"structure",
2443
+ "members":{
2444
+ "Engine":{"shape":"EngineType"},
2445
+ "UserId":{"shape":"UserId"},
2446
+ "Filters":{"shape":"FilterList"},
2447
+ "MaxRecords":{"shape":"IntegerOptional"},
2448
+ "Marker":{"shape":"String"}
2449
+ }
2450
+ },
2451
+ "DescribeUsersResult":{
2452
+ "type":"structure",
2453
+ "members":{
2454
+ "Users":{"shape":"UserList"},
2455
+ "Marker":{"shape":"String"}
2456
+ }
2457
+ },
2184
2458
  "DisassociateGlobalReplicationGroupMessage":{
2185
2459
  "type":"structure",
2186
2460
  "required":[
@@ -2201,6 +2475,17 @@
2201
2475
  }
2202
2476
  },
2203
2477
  "Double":{"type":"double"},
2478
+ "DuplicateUserNameFault":{
2479
+ "type":"structure",
2480
+ "members":{
2481
+ },
2482
+ "error":{
2483
+ "code":"DuplicateUserName",
2484
+ "httpStatusCode":400,
2485
+ "senderFault":true
2486
+ },
2487
+ "exception":true
2488
+ },
2204
2489
  "EC2SecurityGroup":{
2205
2490
  "type":"structure",
2206
2491
  "members":{
@@ -2233,6 +2518,10 @@
2233
2518
  },
2234
2519
  "wrapper":true
2235
2520
  },
2521
+ "EngineType":{
2522
+ "type":"string",
2523
+ "pattern":"[a-zA-Z]*"
2524
+ },
2236
2525
  "Event":{
2237
2526
  "type":"structure",
2238
2527
  "members":{
@@ -2275,6 +2564,34 @@
2275
2564
  "GlobalReplicationGroup":{"shape":"GlobalReplicationGroup"}
2276
2565
  }
2277
2566
  },
2567
+ "Filter":{
2568
+ "type":"structure",
2569
+ "required":[
2570
+ "Name",
2571
+ "Values"
2572
+ ],
2573
+ "members":{
2574
+ "Name":{"shape":"FilterName"},
2575
+ "Values":{"shape":"FilterValueList"}
2576
+ }
2577
+ },
2578
+ "FilterList":{
2579
+ "type":"list",
2580
+ "member":{"shape":"Filter"}
2581
+ },
2582
+ "FilterName":{
2583
+ "type":"string",
2584
+ "pattern":".*\\S.*"
2585
+ },
2586
+ "FilterValue":{
2587
+ "type":"string",
2588
+ "pattern":".*\\S.*"
2589
+ },
2590
+ "FilterValueList":{
2591
+ "type":"list",
2592
+ "member":{"shape":"FilterValue"},
2593
+ "min":1
2594
+ },
2278
2595
  "GlobalNodeGroup":{
2279
2596
  "type":"structure",
2280
2597
  "members":{
@@ -2546,6 +2863,28 @@
2546
2863
  },
2547
2864
  "exception":true
2548
2865
  },
2866
+ "InvalidUserGroupStateFault":{
2867
+ "type":"structure",
2868
+ "members":{
2869
+ },
2870
+ "error":{
2871
+ "code":"InvalidUserGroupState",
2872
+ "httpStatusCode":400,
2873
+ "senderFault":true
2874
+ },
2875
+ "exception":true
2876
+ },
2877
+ "InvalidUserStateFault":{
2878
+ "type":"structure",
2879
+ "members":{
2880
+ },
2881
+ "error":{
2882
+ "code":"InvalidUserState",
2883
+ "httpStatusCode":400,
2884
+ "senderFault":true
2885
+ },
2886
+ "exception":true
2887
+ },
2549
2888
  "InvalidVPCNetworkStateFault":{
2550
2889
  "type":"structure",
2551
2890
  "members":{
@@ -2680,7 +3019,10 @@
2680
3019
  "SnapshotWindow":{"shape":"String"},
2681
3020
  "CacheNodeType":{"shape":"String"},
2682
3021
  "AuthToken":{"shape":"String"},
2683
- "AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"}
3022
+ "AuthTokenUpdateStrategy":{"shape":"AuthTokenUpdateStrategyType"},
3023
+ "UserGroupIdsToAdd":{"shape":"UserGroupIdList"},
3024
+ "UserGroupIdsToRemove":{"shape":"UserGroupIdList"},
3025
+ "RemoveUserGroups":{"shape":"BooleanOptional"}
2684
3026
  }
2685
3027
  },
2686
3028
  "ModifyReplicationGroupResult":{
@@ -2711,6 +3053,26 @@
2711
3053
  "ReplicationGroup":{"shape":"ReplicationGroup"}
2712
3054
  }
2713
3055
  },
3056
+ "ModifyUserGroupMessage":{
3057
+ "type":"structure",
3058
+ "required":["UserGroupId"],
3059
+ "members":{
3060
+ "UserGroupId":{"shape":"String"},
3061
+ "UserIdsToAdd":{"shape":"UserIdListInput"},
3062
+ "UserIdsToRemove":{"shape":"UserIdListInput"}
3063
+ }
3064
+ },
3065
+ "ModifyUserMessage":{
3066
+ "type":"structure",
3067
+ "required":["UserId"],
3068
+ "members":{
3069
+ "UserId":{"shape":"UserId"},
3070
+ "AccessString":{"shape":"AccessString"},
3071
+ "AppendAccessString":{"shape":"AccessString"},
3072
+ "Passwords":{"shape":"PasswordListInput"},
3073
+ "NoPasswordRequired":{"shape":"BooleanOptional"}
3074
+ }
3075
+ },
2714
3076
  "MultiAZStatus":{
2715
3077
  "type":"string",
2716
3078
  "enum":[
@@ -2747,7 +3109,9 @@
2747
3109
  "Slots":{"shape":"String"},
2748
3110
  "ReplicaCount":{"shape":"IntegerOptional"},
2749
3111
  "PrimaryAvailabilityZone":{"shape":"String"},
2750
- "ReplicaAvailabilityZones":{"shape":"AvailabilityZonesList"}
3112
+ "ReplicaAvailabilityZones":{"shape":"AvailabilityZonesList"},
3113
+ "PrimaryOutpostArn":{"shape":"String"},
3114
+ "ReplicaOutpostArns":{"shape":"OutpostArnsList"}
2751
3115
  }
2752
3116
  },
2753
3117
  "NodeGroupConfigurationList":{
@@ -2771,6 +3135,7 @@
2771
3135
  "CacheNodeId":{"shape":"String"},
2772
3136
  "ReadEndpoint":{"shape":"Endpoint"},
2773
3137
  "PreferredAvailabilityZone":{"shape":"String"},
3138
+ "PreferredOutpostArn":{"shape":"String"},
2774
3139
  "CurrentRole":{"shape":"String"}
2775
3140
  }
2776
3141
  },
@@ -2923,6 +3288,20 @@
2923
3288
  "TopicStatus":{"shape":"String"}
2924
3289
  }
2925
3290
  },
3291
+ "OutpostArnsList":{
3292
+ "type":"list",
3293
+ "member":{
3294
+ "shape":"String",
3295
+ "locationName":"OutpostArn"
3296
+ }
3297
+ },
3298
+ "OutpostMode":{
3299
+ "type":"string",
3300
+ "enum":[
3301
+ "single-outpost",
3302
+ "cross-outpost"
3303
+ ]
3304
+ },
2926
3305
  "Parameter":{
2927
3306
  "type":"structure",
2928
3307
  "members":{
@@ -2958,6 +3337,11 @@
2958
3337
  "locationName":"Parameter"
2959
3338
  }
2960
3339
  },
3340
+ "PasswordListInput":{
3341
+ "type":"list",
3342
+ "member":{"shape":"String"},
3343
+ "min":1
3344
+ },
2961
3345
  "PendingAutomaticFailoverStatus":{
2962
3346
  "type":"string",
2963
3347
  "enum":[
@@ -2982,6 +3366,13 @@
2982
3366
  "locationName":"PreferredAvailabilityZone"
2983
3367
  }
2984
3368
  },
3369
+ "PreferredOutpostArnList":{
3370
+ "type":"list",
3371
+ "member":{
3372
+ "shape":"String",
3373
+ "locationName":"PreferredOutpostArn"
3374
+ }
3375
+ },
2985
3376
  "ProcessedUpdateAction":{
2986
3377
  "type":"structure",
2987
3378
  "members":{
@@ -3126,8 +3517,10 @@
3126
3517
  "AuthTokenLastModifiedDate":{"shape":"TStamp"},
3127
3518
  "TransitEncryptionEnabled":{"shape":"BooleanOptional"},
3128
3519
  "AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
3520
+ "MemberClustersOutpostArns":{"shape":"ReplicationGroupOutpostArnList"},
3129
3521
  "KmsKeyId":{"shape":"String"},
3130
- "ARN":{"shape":"String"}
3522
+ "ARN":{"shape":"String"},
3523
+ "UserGroupIds":{"shape":"UserGroupIdList"}
3131
3524
  },
3132
3525
  "wrapper":true
3133
3526
  },
@@ -3194,13 +3587,21 @@
3194
3587
  },
3195
3588
  "exception":true
3196
3589
  },
3590
+ "ReplicationGroupOutpostArnList":{
3591
+ "type":"list",
3592
+ "member":{
3593
+ "shape":"String",
3594
+ "locationName":"ReplicationGroupOutpostArn"
3595
+ }
3596
+ },
3197
3597
  "ReplicationGroupPendingModifiedValues":{
3198
3598
  "type":"structure",
3199
3599
  "members":{
3200
3600
  "PrimaryClusterId":{"shape":"String"},
3201
3601
  "AutomaticFailoverStatus":{"shape":"PendingAutomaticFailoverStatus"},
3202
3602
  "Resharding":{"shape":"ReshardingStatus"},
3203
- "AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"}
3603
+ "AuthTokenStatus":{"shape":"AuthTokenUpdateStatus"},
3604
+ "UserGroups":{"shape":"UserGroupsUpdateStatus"}
3204
3605
  }
3205
3606
  },
3206
3607
  "ReservedCacheNode":{
@@ -3481,6 +3882,7 @@
3481
3882
  "EngineVersion":{"shape":"String"},
3482
3883
  "NumCacheNodes":{"shape":"IntegerOptional"},
3483
3884
  "PreferredAvailabilityZone":{"shape":"String"},
3885
+ "PreferredOutpostArn":{"shape":"String"},
3484
3886
  "CacheClusterCreateTime":{"shape":"TStamp"},
3485
3887
  "PreferredMaintenanceWindow":{"shape":"String"},
3486
3888
  "TopicArn":{"shape":"String"},
@@ -3564,7 +3966,9 @@
3564
3966
  "cache-parameter-group",
3565
3967
  "cache-security-group",
3566
3968
  "cache-subnet-group",
3567
- "replication-group"
3969
+ "replication-group",
3970
+ "user",
3971
+ "user-group"
3568
3972
  ]
3569
3973
  },
3570
3974
  "StartMigrationMessage":{
@@ -3589,7 +3993,8 @@
3589
3993
  "type":"structure",
3590
3994
  "members":{
3591
3995
  "SubnetIdentifier":{"shape":"String"},
3592
- "SubnetAvailabilityZone":{"shape":"AvailabilityZone"}
3996
+ "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
3997
+ "SubnetOutpost":{"shape":"SubnetOutpost"}
3593
3998
  }
3594
3999
  },
3595
4000
  "SubnetIdentifierList":{
@@ -3617,6 +4022,23 @@
3617
4022
  "locationName":"Subnet"
3618
4023
  }
3619
4024
  },
4025
+ "SubnetNotAllowedFault":{
4026
+ "type":"structure",
4027
+ "members":{
4028
+ },
4029
+ "error":{
4030
+ "code":"SubnetNotAllowedFault",
4031
+ "httpStatusCode":400,
4032
+ "senderFault":true
4033
+ },
4034
+ "exception":true
4035
+ },
4036
+ "SubnetOutpost":{
4037
+ "type":"structure",
4038
+ "members":{
4039
+ "SubnetOutpostArn":{"shape":"String"}
4040
+ }
4041
+ },
3620
4042
  "TStamp":{"type":"timestamp"},
3621
4043
  "Tag":{
3622
4044
  "type":"structure",
@@ -3695,6 +4117,10 @@
3695
4117
  "EndTime":{"shape":"TStamp"}
3696
4118
  }
3697
4119
  },
4120
+ "UGReplicationGroupIdList":{
4121
+ "type":"list",
4122
+ "member":{"shape":"String"}
4123
+ },
3698
4124
  "UnprocessedUpdateAction":{
3699
4125
  "type":"structure",
3700
4126
  "members":{
@@ -3773,6 +4199,151 @@
3773
4199
  "Marker":{"shape":"String"},
3774
4200
  "UpdateActions":{"shape":"UpdateActionList"}
3775
4201
  }
4202
+ },
4203
+ "User":{
4204
+ "type":"structure",
4205
+ "members":{
4206
+ "UserId":{"shape":"String"},
4207
+ "UserName":{"shape":"String"},
4208
+ "Status":{"shape":"String"},
4209
+ "Engine":{"shape":"EngineType"},
4210
+ "AccessString":{"shape":"String"},
4211
+ "UserGroupIds":{"shape":"UserGroupIdList"},
4212
+ "Authentication":{"shape":"Authentication"},
4213
+ "ARN":{"shape":"String"}
4214
+ }
4215
+ },
4216
+ "UserAlreadyExistsFault":{
4217
+ "type":"structure",
4218
+ "members":{
4219
+ },
4220
+ "error":{
4221
+ "code":"UserAlreadyExists",
4222
+ "httpStatusCode":400,
4223
+ "senderFault":true
4224
+ },
4225
+ "exception":true
4226
+ },
4227
+ "UserGroup":{
4228
+ "type":"structure",
4229
+ "members":{
4230
+ "UserGroupId":{"shape":"String"},
4231
+ "Status":{"shape":"String"},
4232
+ "Engine":{"shape":"EngineType"},
4233
+ "UserIds":{"shape":"UserIdList"},
4234
+ "PendingChanges":{"shape":"UserGroupPendingChanges"},
4235
+ "ReplicationGroups":{"shape":"UGReplicationGroupIdList"},
4236
+ "ARN":{"shape":"String"}
4237
+ }
4238
+ },
4239
+ "UserGroupAlreadyExistsFault":{
4240
+ "type":"structure",
4241
+ "members":{
4242
+ },
4243
+ "error":{
4244
+ "code":"UserGroupAlreadyExists",
4245
+ "httpStatusCode":400,
4246
+ "senderFault":true
4247
+ },
4248
+ "exception":true
4249
+ },
4250
+ "UserGroupId":{
4251
+ "type":"string",
4252
+ "min":1,
4253
+ "pattern":"[a-zA-Z][a-zA-Z0-9\\-]*"
4254
+ },
4255
+ "UserGroupIdList":{
4256
+ "type":"list",
4257
+ "member":{"shape":"UserGroupId"}
4258
+ },
4259
+ "UserGroupIdListInput":{
4260
+ "type":"list",
4261
+ "member":{"shape":"UserGroupId"},
4262
+ "min":1
4263
+ },
4264
+ "UserGroupList":{
4265
+ "type":"list",
4266
+ "member":{"shape":"UserGroup"}
4267
+ },
4268
+ "UserGroupNotFoundFault":{
4269
+ "type":"structure",
4270
+ "members":{
4271
+ },
4272
+ "error":{
4273
+ "code":"UserGroupNotFound",
4274
+ "httpStatusCode":404,
4275
+ "senderFault":true
4276
+ },
4277
+ "exception":true
4278
+ },
4279
+ "UserGroupPendingChanges":{
4280
+ "type":"structure",
4281
+ "members":{
4282
+ "UserIdsToRemove":{"shape":"UserIdList"},
4283
+ "UserIdsToAdd":{"shape":"UserIdList"}
4284
+ }
4285
+ },
4286
+ "UserGroupQuotaExceededFault":{
4287
+ "type":"structure",
4288
+ "members":{
4289
+ },
4290
+ "error":{
4291
+ "code":"UserGroupQuotaExceeded",
4292
+ "httpStatusCode":400,
4293
+ "senderFault":true
4294
+ },
4295
+ "exception":true
4296
+ },
4297
+ "UserGroupsUpdateStatus":{
4298
+ "type":"structure",
4299
+ "members":{
4300
+ "UserGroupIdsToAdd":{"shape":"UserGroupIdList"},
4301
+ "UserGroupIdsToRemove":{"shape":"UserGroupIdList"}
4302
+ }
4303
+ },
4304
+ "UserId":{
4305
+ "type":"string",
4306
+ "min":1,
4307
+ "pattern":"[a-zA-Z][a-zA-Z0-9\\-]*"
4308
+ },
4309
+ "UserIdList":{
4310
+ "type":"list",
4311
+ "member":{"shape":"UserId"}
4312
+ },
4313
+ "UserIdListInput":{
4314
+ "type":"list",
4315
+ "member":{"shape":"UserId"},
4316
+ "min":1
4317
+ },
4318
+ "UserList":{
4319
+ "type":"list",
4320
+ "member":{"shape":"User"}
4321
+ },
4322
+ "UserName":{
4323
+ "type":"string",
4324
+ "min":1
4325
+ },
4326
+ "UserNotFoundFault":{
4327
+ "type":"structure",
4328
+ "members":{
4329
+ },
4330
+ "error":{
4331
+ "code":"UserNotFound",
4332
+ "httpStatusCode":404,
4333
+ "senderFault":true
4334
+ },
4335
+ "exception":true
4336
+ },
4337
+ "UserQuotaExceededFault":{
4338
+ "type":"structure",
4339
+ "members":{
4340
+ },
4341
+ "error":{
4342
+ "code":"UserQuotaExceeded",
4343
+ "httpStatusCode":400,
4344
+ "senderFault":true
4345
+ },
4346
+ "exception":true
3776
4347
  }
3777
4348
  }
3778
4349
  }
@@ -89,6 +89,18 @@
89
89
  "limit_key": "MaxRecords",
90
90
  "output_token": "Marker",
91
91
  "result_key": "UpdateActions"
92
+ },
93
+ "DescribeUserGroups": {
94
+ "input_token": "Marker",
95
+ "limit_key": "MaxRecords",
96
+ "output_token": "Marker",
97
+ "result_key": "UserGroups"
98
+ },
99
+ "DescribeUsers": {
100
+ "input_token": "Marker",
101
+ "limit_key": "MaxRecords",
102
+ "output_token": "Marker",
103
+ "result_key": "Users"
92
104
  }
93
105
  }
94
106
  }
@@ -12,6 +12,40 @@
12
12
  "uid": "mediapackage-2017-10-12"
13
13
  },
14
14
  "operations": {
15
+ "ConfigureLogs": {
16
+ "errors": [
17
+ {
18
+ "shape": "UnprocessableEntityException"
19
+ },
20
+ {
21
+ "shape": "InternalServerErrorException"
22
+ },
23
+ {
24
+ "shape": "ForbiddenException"
25
+ },
26
+ {
27
+ "shape": "NotFoundException"
28
+ },
29
+ {
30
+ "shape": "ServiceUnavailableException"
31
+ },
32
+ {
33
+ "shape": "TooManyRequestsException"
34
+ }
35
+ ],
36
+ "http": {
37
+ "method": "PUT",
38
+ "requestUri": "/channels/{id}/configure_logs",
39
+ "responseCode": 200
40
+ },
41
+ "input": {
42
+ "shape": "ConfigureLogsRequest"
43
+ },
44
+ "name": "ConfigureLogs",
45
+ "output": {
46
+ "shape": "ConfigureLogsResponse"
47
+ }
48
+ },
15
49
  "CreateChannel": {
16
50
  "errors": [
17
51
  {
@@ -616,6 +650,10 @@
616
650
  "locationName": "description",
617
651
  "shape": "__string"
618
652
  },
653
+ "EgressAccessLogs": {
654
+ "locationName": "egressAccessLogs",
655
+ "shape": "EgressAccessLogs"
656
+ },
619
657
  "HlsIngest": {
620
658
  "locationName": "hlsIngest",
621
659
  "shape": "HlsIngest"
@@ -624,6 +662,10 @@
624
662
  "locationName": "id",
625
663
  "shape": "__string"
626
664
  },
665
+ "IngressAccessLogs": {
666
+ "locationName": "ingressAccessLogs",
667
+ "shape": "IngressAccessLogs"
668
+ },
627
669
  "Tags": {
628
670
  "locationName": "tags",
629
671
  "shape": "Tags"
@@ -739,6 +781,73 @@
739
781
  },
740
782
  "type": "structure"
741
783
  },
784
+ "ConfigureLogsParameters": {
785
+ "members": {
786
+ "EgressAccessLogs": {
787
+ "locationName": "egressAccessLogs",
788
+ "shape": "EgressAccessLogs"
789
+ },
790
+ "IngressAccessLogs": {
791
+ "locationName": "ingressAccessLogs",
792
+ "shape": "IngressAccessLogs"
793
+ }
794
+ },
795
+ "type": "structure"
796
+ },
797
+ "ConfigureLogsRequest": {
798
+ "members": {
799
+ "EgressAccessLogs": {
800
+ "locationName": "egressAccessLogs",
801
+ "shape": "EgressAccessLogs"
802
+ },
803
+ "Id": {
804
+ "location": "uri",
805
+ "locationName": "id",
806
+ "shape": "__string"
807
+ },
808
+ "IngressAccessLogs": {
809
+ "locationName": "ingressAccessLogs",
810
+ "shape": "IngressAccessLogs"
811
+ }
812
+ },
813
+ "required": [
814
+ "Id"
815
+ ],
816
+ "type": "structure"
817
+ },
818
+ "ConfigureLogsResponse": {
819
+ "members": {
820
+ "Arn": {
821
+ "locationName": "arn",
822
+ "shape": "__string"
823
+ },
824
+ "Description": {
825
+ "locationName": "description",
826
+ "shape": "__string"
827
+ },
828
+ "EgressAccessLogs": {
829
+ "locationName": "egressAccessLogs",
830
+ "shape": "EgressAccessLogs"
831
+ },
832
+ "HlsIngest": {
833
+ "locationName": "hlsIngest",
834
+ "shape": "HlsIngest"
835
+ },
836
+ "Id": {
837
+ "locationName": "id",
838
+ "shape": "__string"
839
+ },
840
+ "IngressAccessLogs": {
841
+ "locationName": "ingressAccessLogs",
842
+ "shape": "IngressAccessLogs"
843
+ },
844
+ "Tags": {
845
+ "locationName": "tags",
846
+ "shape": "Tags"
847
+ }
848
+ },
849
+ "type": "structure"
850
+ },
742
851
  "CreateChannelRequest": {
743
852
  "members": {
744
853
  "Description": {
@@ -769,6 +878,10 @@
769
878
  "locationName": "description",
770
879
  "shape": "__string"
771
880
  },
881
+ "EgressAccessLogs": {
882
+ "locationName": "egressAccessLogs",
883
+ "shape": "EgressAccessLogs"
884
+ },
772
885
  "HlsIngest": {
773
886
  "locationName": "hlsIngest",
774
887
  "shape": "HlsIngest"
@@ -777,6 +890,10 @@
777
890
  "locationName": "id",
778
891
  "shape": "__string"
779
892
  },
893
+ "IngressAccessLogs": {
894
+ "locationName": "ingressAccessLogs",
895
+ "shape": "IngressAccessLogs"
896
+ },
780
897
  "Tags": {
781
898
  "locationName": "tags",
782
899
  "shape": "Tags"
@@ -1129,6 +1246,10 @@
1129
1246
  "locationName": "description",
1130
1247
  "shape": "__string"
1131
1248
  },
1249
+ "EgressAccessLogs": {
1250
+ "locationName": "egressAccessLogs",
1251
+ "shape": "EgressAccessLogs"
1252
+ },
1132
1253
  "HlsIngest": {
1133
1254
  "locationName": "hlsIngest",
1134
1255
  "shape": "HlsIngest"
@@ -1137,6 +1258,10 @@
1137
1258
  "locationName": "id",
1138
1259
  "shape": "__string"
1139
1260
  },
1261
+ "IngressAccessLogs": {
1262
+ "locationName": "ingressAccessLogs",
1263
+ "shape": "IngressAccessLogs"
1264
+ },
1140
1265
  "Tags": {
1141
1266
  "locationName": "tags",
1142
1267
  "shape": "Tags"
@@ -1280,6 +1405,15 @@
1280
1405
  },
1281
1406
  "type": "structure"
1282
1407
  },
1408
+ "EgressAccessLogs": {
1409
+ "members": {
1410
+ "LogGroupName": {
1411
+ "locationName": "logGroupName",
1412
+ "shape": "__string"
1413
+ }
1414
+ },
1415
+ "type": "structure"
1416
+ },
1283
1417
  "EncryptionMethod": {
1284
1418
  "enum": [
1285
1419
  "AES_128",
@@ -1577,6 +1711,15 @@
1577
1711
  },
1578
1712
  "type": "structure"
1579
1713
  },
1714
+ "IngressAccessLogs": {
1715
+ "members": {
1716
+ "LogGroupName": {
1717
+ "locationName": "logGroupName",
1718
+ "shape": "__string"
1719
+ }
1720
+ },
1721
+ "type": "structure"
1722
+ },
1580
1723
  "InternalServerErrorException": {
1581
1724
  "error": {
1582
1725
  "httpStatusCode": 500
@@ -2012,6 +2155,10 @@
2012
2155
  "locationName": "description",
2013
2156
  "shape": "__string"
2014
2157
  },
2158
+ "EgressAccessLogs": {
2159
+ "locationName": "egressAccessLogs",
2160
+ "shape": "EgressAccessLogs"
2161
+ },
2015
2162
  "HlsIngest": {
2016
2163
  "locationName": "hlsIngest",
2017
2164
  "shape": "HlsIngest"
@@ -2020,6 +2167,10 @@
2020
2167
  "locationName": "id",
2021
2168
  "shape": "__string"
2022
2169
  },
2170
+ "IngressAccessLogs": {
2171
+ "locationName": "ingressAccessLogs",
2172
+ "shape": "IngressAccessLogs"
2173
+ },
2023
2174
  "Tags": {
2024
2175
  "locationName": "tags",
2025
2176
  "shape": "Tags"
@@ -2056,6 +2207,10 @@
2056
2207
  "locationName": "description",
2057
2208
  "shape": "__string"
2058
2209
  },
2210
+ "EgressAccessLogs": {
2211
+ "locationName": "egressAccessLogs",
2212
+ "shape": "EgressAccessLogs"
2213
+ },
2059
2214
  "HlsIngest": {
2060
2215
  "locationName": "hlsIngest",
2061
2216
  "shape": "HlsIngest"
@@ -2064,6 +2219,10 @@
2064
2219
  "locationName": "id",
2065
2220
  "shape": "__string"
2066
2221
  },
2222
+ "IngressAccessLogs": {
2223
+ "locationName": "ingressAccessLogs",
2224
+ "shape": "IngressAccessLogs"
2225
+ },
2067
2226
  "Tags": {
2068
2227
  "locationName": "tags",
2069
2228
  "shape": "Tags"
@@ -2289,6 +2448,10 @@
2289
2448
  "locationName": "description",
2290
2449
  "shape": "__string"
2291
2450
  },
2451
+ "EgressAccessLogs": {
2452
+ "locationName": "egressAccessLogs",
2453
+ "shape": "EgressAccessLogs"
2454
+ },
2292
2455
  "HlsIngest": {
2293
2456
  "locationName": "hlsIngest",
2294
2457
  "shape": "HlsIngest"
@@ -2297,6 +2460,10 @@
2297
2460
  "locationName": "id",
2298
2461
  "shape": "__string"
2299
2462
  },
2463
+ "IngressAccessLogs": {
2464
+ "locationName": "ingressAccessLogs",
2465
+ "shape": "IngressAccessLogs"
2466
+ },
2300
2467
  "Tags": {
2301
2468
  "locationName": "tags",
2302
2469
  "shape": "Tags"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.602'
2
+ VERSION = '2.11.603'
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.602
4
+ version: 2.11.603
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: 2020-10-06 00:00:00.000000000 Z
11
+ date: 2020-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath