aws-sdk 2.1503.0 → 2.1505.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/apis/appsync-2017-07-25.min.json +141 -6
  4. package/apis/b2bi-2022-06-23.examples.json +714 -0
  5. package/apis/b2bi-2022-06-23.min.json +1095 -0
  6. package/apis/b2bi-2022-06-23.paginators.json +28 -0
  7. package/apis/backup-2018-11-15.min.json +855 -84
  8. package/apis/backup-2018-11-15.paginators.json +18 -0
  9. package/apis/controltower-2018-05-10.min.json +80 -12
  10. package/apis/elasticache-2015-02-02.min.json +481 -132
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/elasticfilesystem-2015-02-01.min.json +66 -32
  13. package/apis/fis-2020-12-01.min.json +366 -15
  14. package/apis/fis-2020-12-01.paginators.json +10 -0
  15. package/apis/metadata.json +3 -0
  16. package/apis/securityhub-2018-10-26.examples.json +433 -8
  17. package/apis/securityhub-2018-10-26.min.json +790 -336
  18. package/apis/securityhub-2018-10-26.paginators.json +12 -0
  19. package/apis/transcribe-2017-10-26.min.json +257 -70
  20. package/apis/transcribe-2017-10-26.paginators.json +5 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/appsync.d.ts +169 -0
  24. package/clients/b2bi.d.ts +1388 -0
  25. package/clients/b2bi.js +18 -0
  26. package/clients/backup.d.ts +848 -45
  27. package/clients/controltower.d.ts +103 -47
  28. package/clients/efs.d.ts +42 -9
  29. package/clients/elasticache.d.ts +484 -12
  30. package/clients/fis.d.ts +383 -3
  31. package/clients/glue.d.ts +3 -3
  32. package/clients/rds.d.ts +80 -80
  33. package/clients/securityhub.d.ts +603 -13
  34. package/clients/transcribeservice.d.ts +301 -45
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +54 -17
  37. package/dist/aws-sdk.js +565 -167
  38. package/dist/aws-sdk.min.js +60 -60
  39. package/lib/config_service_placeholders.d.ts +2 -0
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
@@ -72,6 +72,18 @@
72
72
  "output_token": "Marker",
73
73
  "result_key": "ReservedCacheNodesOfferings"
74
74
  },
75
+ "DescribeServerlessCacheSnapshots": {
76
+ "input_token": "NextToken",
77
+ "limit_key": "MaxResults",
78
+ "output_token": "NextToken",
79
+ "result_key": "ServerlessCacheSnapshots"
80
+ },
81
+ "DescribeServerlessCaches": {
82
+ "input_token": "NextToken",
83
+ "limit_key": "MaxResults",
84
+ "output_token": "NextToken",
85
+ "result_key": "ServerlessCaches"
86
+ },
75
87
  "DescribeServiceUpdates": {
76
88
  "input_token": "Marker",
77
89
  "limit_key": "MaxRecords",
@@ -94,12 +94,12 @@
94
94
  "SubnetId": {},
95
95
  "IpAddress": {},
96
96
  "SecurityGroups": {
97
- "shape": "S18"
97
+ "shape": "S1a"
98
98
  }
99
99
  }
100
100
  },
101
101
  "output": {
102
- "shape": "S1a"
102
+ "shape": "S1c"
103
103
  }
104
104
  },
105
105
  "CreateReplicationConfiguration": {
@@ -125,14 +125,15 @@
125
125
  "members": {
126
126
  "Region": {},
127
127
  "AvailabilityZoneName": {},
128
- "KmsKeyId": {}
128
+ "KmsKeyId": {},
129
+ "FileSystemId": {}
129
130
  }
130
131
  }
131
132
  }
132
133
  }
133
134
  },
134
135
  "output": {
135
- "shape": "S1i"
136
+ "shape": "S1k"
136
137
  }
137
138
  },
138
139
  "CreateTags": {
@@ -271,7 +272,7 @@
271
272
  "locationName": "FileSystemId"
272
273
  },
273
274
  "TagKeys": {
274
- "shape": "S1t"
275
+ "shape": "S1v"
275
276
  }
276
277
  }
277
278
  },
@@ -338,7 +339,7 @@
338
339
  "type": "structure",
339
340
  "members": {
340
341
  "ResourceIdPreference": {
341
- "shape": "S21"
342
+ "shape": "S23"
342
343
  },
343
344
  "NextToken": {}
344
345
  }
@@ -363,7 +364,7 @@
363
364
  }
364
365
  },
365
366
  "output": {
366
- "shape": "S26"
367
+ "shape": "S28"
367
368
  }
368
369
  },
369
370
  "DescribeFileSystemPolicy": {
@@ -385,7 +386,7 @@
385
386
  }
386
387
  },
387
388
  "output": {
388
- "shape": "S2a"
389
+ "shape": "S2c"
389
390
  }
390
391
  },
391
392
  "DescribeFileSystems": {
@@ -449,7 +450,7 @@
449
450
  }
450
451
  },
451
452
  "output": {
452
- "shape": "S2i"
453
+ "shape": "S2k"
453
454
  }
454
455
  },
455
456
  "DescribeMountTargetSecurityGroups": {
@@ -477,7 +478,7 @@
477
478
  ],
478
479
  "members": {
479
480
  "SecurityGroups": {
480
- "shape": "S18"
481
+ "shape": "S1a"
481
482
  }
482
483
  }
483
484
  }
@@ -521,7 +522,7 @@
521
522
  "MountTargets": {
522
523
  "type": "list",
523
524
  "member": {
524
- "shape": "S1a"
525
+ "shape": "S1c"
525
526
  }
526
527
  },
527
528
  "NextMarker": {}
@@ -558,7 +559,7 @@
558
559
  "Replications": {
559
560
  "type": "list",
560
561
  "member": {
561
- "shape": "S1i"
562
+ "shape": "S1k"
562
563
  }
563
564
  },
564
565
  "NextToken": {}
@@ -662,7 +663,7 @@
662
663
  "locationName": "MountTargetId"
663
664
  },
664
665
  "SecurityGroups": {
665
- "shape": "S18"
666
+ "shape": "S1a"
666
667
  }
667
668
  }
668
669
  }
@@ -686,7 +687,7 @@
686
687
  "type": "structure",
687
688
  "members": {
688
689
  "ResourceIdPreference": {
689
- "shape": "S21"
690
+ "shape": "S23"
690
691
  }
691
692
  }
692
693
  }
@@ -709,12 +710,12 @@
709
710
  "locationName": "FileSystemId"
710
711
  },
711
712
  "BackupPolicy": {
712
- "shape": "S27"
713
+ "shape": "S29"
713
714
  }
714
715
  }
715
716
  },
716
717
  "output": {
717
- "shape": "S26"
718
+ "shape": "S28"
718
719
  }
719
720
  },
720
721
  "PutFileSystemPolicy": {
@@ -741,7 +742,7 @@
741
742
  }
742
743
  },
743
744
  "output": {
744
- "shape": "S2a"
745
+ "shape": "S2c"
745
746
  }
746
747
  },
747
748
  "PutLifecycleConfiguration": {
@@ -762,12 +763,12 @@
762
763
  "locationName": "FileSystemId"
763
764
  },
764
765
  "LifecyclePolicies": {
765
- "shape": "S2j"
766
+ "shape": "S2l"
766
767
  }
767
768
  }
768
769
  },
769
770
  "output": {
770
- "shape": "S2i"
771
+ "shape": "S2k"
771
772
  }
772
773
  },
773
774
  "TagResource": {
@@ -810,7 +811,7 @@
810
811
  "locationName": "ResourceId"
811
812
  },
812
813
  "TagKeys": {
813
- "shape": "S1t",
814
+ "shape": "S1v",
814
815
  "location": "querystring",
815
816
  "locationName": "tagKeys"
816
817
  }
@@ -842,6 +843,30 @@
842
843
  "output": {
843
844
  "shape": "Sx"
844
845
  }
846
+ },
847
+ "UpdateFileSystemProtection": {
848
+ "http": {
849
+ "method": "PUT",
850
+ "requestUri": "/2015-02-01/file-systems/{FileSystemId}/protection",
851
+ "responseCode": 200
852
+ },
853
+ "input": {
854
+ "type": "structure",
855
+ "required": [
856
+ "FileSystemId"
857
+ ],
858
+ "members": {
859
+ "FileSystemId": {
860
+ "location": "uri",
861
+ "locationName": "FileSystemId"
862
+ },
863
+ "ReplicationOverwriteProtection": {}
864
+ }
865
+ },
866
+ "output": {
867
+ "shape": "S15"
868
+ },
869
+ "idempotent": true
845
870
  }
846
871
  },
847
872
  "shapes": {
@@ -986,14 +1011,23 @@
986
1011
  "AvailabilityZoneId": {},
987
1012
  "Tags": {
988
1013
  "shape": "S3"
1014
+ },
1015
+ "FileSystemProtection": {
1016
+ "shape": "S15"
989
1017
  }
990
1018
  }
991
1019
  },
992
- "S18": {
1020
+ "S15": {
1021
+ "type": "structure",
1022
+ "members": {
1023
+ "ReplicationOverwriteProtection": {}
1024
+ }
1025
+ },
1026
+ "S1a": {
993
1027
  "type": "list",
994
1028
  "member": {}
995
1029
  },
996
- "S1a": {
1030
+ "S1c": {
997
1031
  "type": "structure",
998
1032
  "required": [
999
1033
  "MountTargetId",
@@ -1014,7 +1048,7 @@
1014
1048
  "VpcId": {}
1015
1049
  }
1016
1050
  },
1017
- "S1i": {
1051
+ "S1k": {
1018
1052
  "type": "structure",
1019
1053
  "required": [
1020
1054
  "SourceFileSystemId",
@@ -1053,11 +1087,11 @@
1053
1087
  }
1054
1088
  }
1055
1089
  },
1056
- "S1t": {
1090
+ "S1v": {
1057
1091
  "type": "list",
1058
1092
  "member": {}
1059
1093
  },
1060
- "S21": {
1094
+ "S23": {
1061
1095
  "type": "structure",
1062
1096
  "members": {
1063
1097
  "ResourceIdType": {},
@@ -1067,15 +1101,15 @@
1067
1101
  }
1068
1102
  }
1069
1103
  },
1070
- "S26": {
1104
+ "S28": {
1071
1105
  "type": "structure",
1072
1106
  "members": {
1073
1107
  "BackupPolicy": {
1074
- "shape": "S27"
1108
+ "shape": "S29"
1075
1109
  }
1076
1110
  }
1077
1111
  },
1078
- "S27": {
1112
+ "S29": {
1079
1113
  "type": "structure",
1080
1114
  "required": [
1081
1115
  "Status"
@@ -1084,22 +1118,22 @@
1084
1118
  "Status": {}
1085
1119
  }
1086
1120
  },
1087
- "S2a": {
1121
+ "S2c": {
1088
1122
  "type": "structure",
1089
1123
  "members": {
1090
1124
  "FileSystemId": {},
1091
1125
  "Policy": {}
1092
1126
  }
1093
1127
  },
1094
- "S2i": {
1128
+ "S2k": {
1095
1129
  "type": "structure",
1096
1130
  "members": {
1097
1131
  "LifecyclePolicies": {
1098
- "shape": "S2j"
1132
+ "shape": "S2l"
1099
1133
  }
1100
1134
  }
1101
1135
  },
1102
- "S2j": {
1136
+ "S2l": {
1103
1137
  "type": "list",
1104
1138
  "member": {
1105
1139
  "type": "structure",