aws-sdk 2.684.0 → 2.688.0

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.
@@ -96,6 +96,9 @@
96
96
  "DisplayName": {},
97
97
  "OptimizeForEndUserLocation": {
98
98
  "type": "boolean"
99
+ },
100
+ "Tags": {
101
+ "shape": "Sh"
99
102
  }
100
103
  }
101
104
  },
@@ -162,10 +165,10 @@
162
165
  "members": {
163
166
  "VpcId": {},
164
167
  "SubnetIds": {
165
- "shape": "Sq"
168
+ "shape": "St"
166
169
  },
167
170
  "SecurityGroupIds": {
168
- "shape": "Ss"
171
+ "shape": "Sv"
169
172
  }
170
173
  }
171
174
  }
@@ -280,7 +283,10 @@
280
283
  "type": "boolean"
281
284
  },
282
285
  "CompanyCode": {},
283
- "FleetStatus": {}
286
+ "FleetStatus": {},
287
+ "Tags": {
288
+ "shape": "Sh"
289
+ }
284
290
  }
285
291
  }
286
292
  },
@@ -500,7 +506,10 @@
500
506
  "FleetName": {},
501
507
  "DisplayName": {},
502
508
  "CompanyCode": {},
503
- "FleetStatus": {}
509
+ "FleetStatus": {},
510
+ "Tags": {
511
+ "shape": "Sh"
512
+ }
504
513
  }
505
514
  }
506
515
  },
@@ -508,6 +517,32 @@
508
517
  }
509
518
  }
510
519
  },
520
+ "ListTagsForResource": {
521
+ "http": {
522
+ "method": "GET",
523
+ "requestUri": "/tags/{ResourceArn}"
524
+ },
525
+ "input": {
526
+ "type": "structure",
527
+ "required": [
528
+ "ResourceArn"
529
+ ],
530
+ "members": {
531
+ "ResourceArn": {
532
+ "location": "uri",
533
+ "locationName": "ResourceArn"
534
+ }
535
+ }
536
+ },
537
+ "output": {
538
+ "type": "structure",
539
+ "members": {
540
+ "Tags": {
541
+ "shape": "Sh"
542
+ }
543
+ }
544
+ }
545
+ },
511
546
  "ListWebsiteAuthorizationProviders": {
512
547
  "http": {
513
548
  "requestUri": "/listWebsiteAuthorizationProviders"
@@ -646,6 +681,60 @@
646
681
  "members": {}
647
682
  }
648
683
  },
684
+ "TagResource": {
685
+ "http": {
686
+ "requestUri": "/tags/{ResourceArn}"
687
+ },
688
+ "input": {
689
+ "type": "structure",
690
+ "required": [
691
+ "ResourceArn",
692
+ "Tags"
693
+ ],
694
+ "members": {
695
+ "ResourceArn": {
696
+ "location": "uri",
697
+ "locationName": "ResourceArn"
698
+ },
699
+ "Tags": {
700
+ "shape": "Sh"
701
+ }
702
+ }
703
+ },
704
+ "output": {
705
+ "type": "structure",
706
+ "members": {}
707
+ }
708
+ },
709
+ "UntagResource": {
710
+ "http": {
711
+ "method": "DELETE",
712
+ "requestUri": "/tags/{ResourceArn}"
713
+ },
714
+ "input": {
715
+ "type": "structure",
716
+ "required": [
717
+ "ResourceArn",
718
+ "TagKeys"
719
+ ],
720
+ "members": {
721
+ "ResourceArn": {
722
+ "location": "uri",
723
+ "locationName": "ResourceArn"
724
+ },
725
+ "TagKeys": {
726
+ "location": "querystring",
727
+ "locationName": "tagKeys",
728
+ "type": "list",
729
+ "member": {}
730
+ }
731
+ }
732
+ },
733
+ "output": {
734
+ "type": "structure",
735
+ "members": {}
736
+ }
737
+ },
649
738
  "UpdateAuditStreamConfiguration": {
650
739
  "http": {
651
740
  "requestUri": "/updateAuditStreamConfiguration"
@@ -681,10 +770,10 @@
681
770
  "FleetArn": {},
682
771
  "VpcId": {},
683
772
  "SubnetIds": {
684
- "shape": "Sq"
773
+ "shape": "St"
685
774
  },
686
775
  "SecurityGroupIds": {
687
- "shape": "Ss"
776
+ "shape": "Sv"
688
777
  }
689
778
  }
690
779
  },
@@ -778,11 +867,16 @@
778
867
  }
779
868
  },
780
869
  "shapes": {
781
- "Sq": {
870
+ "Sh": {
871
+ "type": "map",
872
+ "key": {},
873
+ "value": {}
874
+ },
875
+ "St": {
782
876
  "type": "list",
783
877
  "member": {}
784
878
  },
785
- "Ss": {
879
+ "Sv": {
786
880
  "type": "list",
787
881
  "member": {}
788
882
  }
@@ -233,6 +233,24 @@
233
233
  },
234
234
  "idempotent": true
235
235
  },
236
+ "DeleteRetentionPolicy": {
237
+ "input": {
238
+ "type": "structure",
239
+ "required": [
240
+ "OrganizationId",
241
+ "Id"
242
+ ],
243
+ "members": {
244
+ "OrganizationId": {},
245
+ "Id": {}
246
+ }
247
+ },
248
+ "output": {
249
+ "type": "structure",
250
+ "members": {}
251
+ },
252
+ "idempotent": true
253
+ },
236
254
  "DeleteUser": {
237
255
  "input": {
238
256
  "type": "structure",
@@ -346,7 +364,7 @@
346
364
  "Name": {},
347
365
  "Type": {},
348
366
  "BookingOptions": {
349
- "shape": "S1c"
367
+ "shape": "S1f"
350
368
  },
351
369
  "State": {},
352
370
  "EnabledDate": {
@@ -457,6 +475,29 @@
457
475
  }
458
476
  }
459
477
  },
478
+ "GetDefaultRetentionPolicy": {
479
+ "input": {
480
+ "type": "structure",
481
+ "required": [
482
+ "OrganizationId"
483
+ ],
484
+ "members": {
485
+ "OrganizationId": {}
486
+ }
487
+ },
488
+ "output": {
489
+ "type": "structure",
490
+ "members": {
491
+ "Id": {},
492
+ "Name": {},
493
+ "Description": {},
494
+ "FolderConfigurations": {
495
+ "shape": "S1w"
496
+ }
497
+ }
498
+ },
499
+ "idempotent": true
500
+ },
460
501
  "GetMailboxDetails": {
461
502
  "input": {
462
503
  "type": "structure",
@@ -504,22 +545,22 @@
504
545
  "Effect": {},
505
546
  "Description": {},
506
547
  "IpRanges": {
507
- "shape": "S20"
548
+ "shape": "S2a"
508
549
  },
509
550
  "NotIpRanges": {
510
- "shape": "S20"
551
+ "shape": "S2a"
511
552
  },
512
553
  "Actions": {
513
- "shape": "S22"
554
+ "shape": "S2c"
514
555
  },
515
556
  "NotActions": {
516
- "shape": "S22"
557
+ "shape": "S2c"
517
558
  },
518
559
  "UserIds": {
519
- "shape": "S23"
560
+ "shape": "S2d"
520
561
  },
521
562
  "NotUserIds": {
522
- "shape": "S23"
563
+ "shape": "S2d"
523
564
  },
524
565
  "DateCreated": {
525
566
  "type": "timestamp"
@@ -675,7 +716,7 @@
675
716
  "GranteeId": {},
676
717
  "GranteeType": {},
677
718
  "PermissionValues": {
678
- "shape": "S2m"
719
+ "shape": "S2w"
679
720
  }
680
721
  }
681
722
  }
@@ -808,7 +849,7 @@
808
849
  "type": "structure",
809
850
  "members": {
810
851
  "Tags": {
811
- "shape": "S32"
852
+ "shape": "S3c"
812
853
  }
813
854
  }
814
855
  }
@@ -869,22 +910,22 @@
869
910
  "Effect": {},
870
911
  "Description": {},
871
912
  "IpRanges": {
872
- "shape": "S20"
913
+ "shape": "S2a"
873
914
  },
874
915
  "NotIpRanges": {
875
- "shape": "S20"
916
+ "shape": "S2a"
876
917
  },
877
918
  "Actions": {
878
- "shape": "S22"
919
+ "shape": "S2c"
879
920
  },
880
921
  "NotActions": {
881
- "shape": "S22"
922
+ "shape": "S2c"
882
923
  },
883
924
  "UserIds": {
884
- "shape": "S23"
925
+ "shape": "S2d"
885
926
  },
886
927
  "NotUserIds": {
887
- "shape": "S23"
928
+ "shape": "S2d"
888
929
  },
889
930
  "OrganizationId": {}
890
931
  }
@@ -908,7 +949,31 @@
908
949
  "EntityId": {},
909
950
  "GranteeId": {},
910
951
  "PermissionValues": {
911
- "shape": "S2m"
952
+ "shape": "S2w"
953
+ }
954
+ }
955
+ },
956
+ "output": {
957
+ "type": "structure",
958
+ "members": {}
959
+ },
960
+ "idempotent": true
961
+ },
962
+ "PutRetentionPolicy": {
963
+ "input": {
964
+ "type": "structure",
965
+ "required": [
966
+ "OrganizationId",
967
+ "Name",
968
+ "FolderConfigurations"
969
+ ],
970
+ "members": {
971
+ "OrganizationId": {},
972
+ "Id": {},
973
+ "Name": {},
974
+ "Description": {},
975
+ "FolderConfigurations": {
976
+ "shape": "S1w"
912
977
  }
913
978
  }
914
979
  },
@@ -970,7 +1035,7 @@
970
1035
  "members": {
971
1036
  "ResourceARN": {},
972
1037
  "Tags": {
973
- "shape": "S32"
1038
+ "shape": "S3c"
974
1039
  }
975
1040
  }
976
1041
  },
@@ -1053,7 +1118,7 @@
1053
1118
  "ResourceId": {},
1054
1119
  "Name": {},
1055
1120
  "BookingOptions": {
1056
- "shape": "S1c"
1121
+ "shape": "S1f"
1057
1122
  }
1058
1123
  }
1059
1124
  },
@@ -1069,7 +1134,7 @@
1069
1134
  "type": "string",
1070
1135
  "sensitive": true
1071
1136
  },
1072
- "S1c": {
1137
+ "S1f": {
1073
1138
  "type": "structure",
1074
1139
  "members": {
1075
1140
  "AutoAcceptRequests": {
@@ -1083,23 +1148,40 @@
1083
1148
  }
1084
1149
  }
1085
1150
  },
1086
- "S20": {
1151
+ "S1w": {
1152
+ "type": "list",
1153
+ "member": {
1154
+ "type": "structure",
1155
+ "required": [
1156
+ "Name",
1157
+ "Action"
1158
+ ],
1159
+ "members": {
1160
+ "Name": {},
1161
+ "Action": {},
1162
+ "Period": {
1163
+ "type": "integer"
1164
+ }
1165
+ }
1166
+ }
1167
+ },
1168
+ "S2a": {
1087
1169
  "type": "list",
1088
1170
  "member": {}
1089
1171
  },
1090
- "S22": {
1172
+ "S2c": {
1091
1173
  "type": "list",
1092
1174
  "member": {}
1093
1175
  },
1094
- "S23": {
1176
+ "S2d": {
1095
1177
  "type": "list",
1096
1178
  "member": {}
1097
1179
  },
1098
- "S2m": {
1180
+ "S2w": {
1099
1181
  "type": "list",
1100
1182
  "member": {}
1101
1183
  },
1102
- "S32": {
1184
+ "S3c": {
1103
1185
  "type": "list",
1104
1186
  "member": {
1105
1187
  "type": "structure",