-
-
Notifications
You must be signed in to change notification settings - Fork 131
/
manifest.json
768 lines (768 loc) · 42.4 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
{
"variables": {
"${LATEST}": "3.325.5"
},
"endpoints": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/endpoints.json",
"services": {
"AppSync": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/appsync/2017-07-25/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/appsync/2017-07-25/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/appsync/2017-07-25/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/appsync/2017-07-25/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/appsync/latest/APIReference",
"methods": [
"CreateResolver",
"DeleteResolver",
"GetSchemaCreationStatus",
"ListApiKeys",
"ListResolvers",
"StartSchemaCreation",
"UpdateApiKey",
"UpdateDataSource",
"UpdateResolver"
]
},
"Athena": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/paginators-1.json",
"endpoint-rule-set": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/endpoint-rule-set-1.json",
"endpoint-tests": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/endpoint-tests-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/examples-1.json",
"smoke": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/athena/2017-05-18/smoke.json",
"api-reference": "https://docs.aws.amazon.com/athena/latest/APIReference",
"methods": [
"GetCalculationExecution",
"GetCalculationExecutionStatus",
"GetDataCatalog",
"GetDatabase",
"GetNamedQuery",
"GetQueryExecution",
"GetQueryResults",
"GetSession",
"GetSessionStatus",
"GetTableMetadata",
"GetWorkGroup",
"ListDatabases",
"ListNamedQueries",
"ListQueryExecutions",
"ListTableMetadata",
"StartCalculationExecution",
"StartQueryExecution",
"StartSession",
"StopCalculationExecution",
"StopQueryExecution",
"TerminateSession"
],
"patches": {
"pagination": [
{
"value": "ResultSet.Rows",
"op": "add",
"path": "/pagination/GetQueryResults/result_key"
}
]
}
},
"CloudFormation": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudformation/2010-05-15/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudformation/2010-05-15/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudformation/2010-05-15/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudformation/2010-05-15/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudformation/2010-05-15/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference",
"methods": [
"DescribeStackDriftDetectionStatus",
"DescribeStackEvents",
"DescribeStacks"
]
},
"CloudFront": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudfront/2019-03-26/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudfront/2019-03-26/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudfront/2019-03-26/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudfront/2019-03-26/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cloudfront/2019-03-26/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/cloudfront/latest/APIReference",
"methods": [
"CreateInvalidation"
]
},
"CloudWatch": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/monitoring/2010-08-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/monitoring/2010-08-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/monitoring/2010-08-01/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/monitoring/2010-08-01/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/monitoring/2010-08-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference",
"methods": [
"GetMetricData",
"GetMetricStatistics",
"ListMetrics",
"PutMetricData"
]
},
"CloudWatchLogs": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/logs/2014-03-28/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/logs/2014-03-28/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/logs/2014-03-28/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/logs/2014-03-28/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference",
"methods": [
"CreateLogGroup",
"CreateLogStream",
"DescribeLogStreams",
"FilterLogEvents",
"PutLogEvents"
]
},
"CodeBuild": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codebuild/2016-10-06/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codebuild/2016-10-06/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codebuild/2016-10-06/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codebuild/2016-10-06/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/codebuild/latest/APIReference",
"methods": [
"BatchGetBuilds",
"StartBuild",
"StopBuild"
]
},
"CodeCommit": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codecommit/2015-04-13/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codecommit/2015-04-13/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codecommit/2015-04-13/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codecommit/2015-04-13/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/codecommit/latest/APIReference",
"methods": [
"CreateRepository",
"DeleteRepository",
"GetBlob",
"GetBranch",
"GetCommit",
"GetDifferences",
"ListRepositories",
"PutRepositoryTriggers"
]
},
"CodeDeploy": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codedeploy/2014-10-06/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codedeploy/2014-10-06/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codedeploy/2014-10-06/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codedeploy/2014-10-06/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/codedeploy/2014-10-06/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/codedeploy/latest/APIReference",
"methods": [
"CreateDeployment",
"GetDeployment",
"PutLifecycleEventHookExecutionStatus"
]
},
"CognitoIdentityProvider": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cognito-idp/2016-04-18/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cognito-idp/2016-04-18/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cognito-idp/2016-04-18/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/cognito-idp/2016-04-18/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference",
"methods": [
"AdminAddUserToGroup",
"AdminConfirmSignUp",
"AdminCreateUser",
"AdminDeleteUser",
"AdminDisableUser",
"AdminEnableUser",
"AdminGetUser",
"AdminInitiateAuth",
"AdminRemoveUserFromGroup",
"AdminResetUserPassword",
"AdminSetUserPassword",
"AdminUpdateUserAttributes",
"AdminUserGlobalSignOut",
"AssociateSoftwareToken",
"CreateGroup",
"ChangePassword",
"ConfirmForgotPassword",
"ConfirmSignUp",
"ForgotPassword",
"GetUser",
"InitiateAuth",
"ListGroups",
"ListUsers",
"ResendConfirmationCode",
"RespondToAuthChallenge",
"RevokeToken",
"SetUserMFAPreference",
"SignUp",
"VerifySoftwareToken"
]
},
"Comprehend": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/comprehend/2017-11-27/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/comprehend/2017-11-27/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/comprehend/2017-11-27/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/comprehend/2017-11-27/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/comprehend/latest/dg",
"methods": [
"DetectDominantLanguage"
]
},
"DynamoDb": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/dynamodb/2012-08-10/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/dynamodb/2012-08-10/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/dynamodb/2012-08-10/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/dynamodb/2012-08-10/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/dynamodb/2012-08-10/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference",
"methods": [
"BatchGetItem",
"BatchWriteItem",
"CreateTable",
"DeleteItem",
"DeleteTable",
"DescribeTable",
"ExecuteStatement",
"GetItem",
"ListTables",
"PutItem",
"Query",
"Scan",
"TableExists",
"TableNotExists",
"TransactWriteItems",
"UpdateItem",
"UpdateTable",
"UpdateTimeToLive"
]
},
"Ecr": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ecr/2015-09-21/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ecr/2015-09-21/docs-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ecr/2015-09-21/examples-1.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ecr/2015-09-21/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ecr/2015-09-21/waiters-2.json",
"api-reference": "https://docs.aws.amazon.com/AmazonECR/latest/APIReference",
"methods": [
"GetAuthorizationToken"
]
},
"ElastiCache": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/elasticache/2015-02-02/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/elasticache/2015-02-02/docs-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/elasticache/2015-02-02/examples-1.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/elasticache/2015-02-02/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/elasticache/2015-02-02/waiters-2.json",
"api-reference": "https://docs.aws.amazon.com/AmazonElastiCache/latest/APIReference",
"methods": [
"DescribeCacheClusters"
]
},
"EventBridge": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/eventbridge/2015-10-07/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/eventbridge/2015-10-07/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/eventbridge/2015-10-07/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/eventbridge/2015-10-07/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/eventbridge/latest/APIReference",
"methods": [
"PutEvents"
]
},
"Firehose": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/firehose/2015-08-04/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/firehose/2015-08-04/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/firehose/2015-08-04/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/firehose/2015-08-04/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/firehose/latest/APIReference",
"methods": [
"PutRecord",
"PutRecordBatch"
]
},
"Iam": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iam/2010-05-08/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iam/2010-05-08/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iam/2010-05-08/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iam/2010-05-08/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iam/2010-05-08/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/IAM/latest/APIReference",
"methods": [
"AddUserToGroup",
"CreateAccessKey",
"CreateServiceSpecificCredential",
"CreateUser",
"DeleteAccessKey",
"DeleteServiceSpecificCredential",
"DeleteUser",
"DeleteUserPolicy",
"GetUser",
"ListServiceSpecificCredentials",
"ListUsers",
"PutUserPolicy",
"UpdateUser"
]
},
"Iot": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iot/2015-05-28/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iot/2015-05-28/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iot/2015-05-28/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/iot/2015-05-28/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/iot/latest/apireference",
"methods": [
"AddThingToThingGroup",
"CreateThing",
"CreateThingGroup",
"CreateThingType",
"DeleteThing",
"DeleteThingGroup",
"DeleteThingType",
"ListThingGroups",
"ListThingGroupsForThing",
"ListThings",
"ListThingsInThingGroup",
"ListThingTypes"
]
},
"IotData": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/data.iot/2015-05-28/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/data.iot/2015-05-28/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/data.iot/2015-05-28/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/data.iot/2015-05-28/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/iot/latest/apireference/API_Operations_AWS_IoT_Data_Plane.html",
"methods": [
"GetThingShadow",
"UpdateThingShadow"
]
},
"Kinesis": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kinesis/2013-12-02/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kinesis/2013-12-02/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kinesis/2013-12-02/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kinesis/2013-12-02/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kinesis/2013-12-02/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/kinesis/latest/APIReference",
"methods": [
"AddTagsToStream",
"CreateStream",
"DecreaseStreamRetentionPeriod",
"DeleteStream",
"DeregisterStreamConsumer",
"DescribeLimits",
"DescribeStream",
"DescribeStreamConsumer",
"DescribeStreamSummary",
"DisableEnhancedMonitoring",
"EnableEnhancedMonitoring",
"GetRecords",
"GetShardIterator",
"IncreaseStreamRetentionPeriod",
"ListShards",
"ListStreamConsumers",
"ListStreams",
"ListTagsForStream",
"MergeShards",
"PutRecord",
"PutRecords",
"RegisterStreamConsumer",
"RemoveTagsFromStream",
"SplitShard",
"StartStreamEncryption",
"StopStreamEncryption",
"StreamExists",
"StreamNotExists",
"UpdateShardCount"
]
},
"Kms": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kms/2014-11-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kms/2014-11-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kms/2014-11-01/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/kms/2014-11-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/kms/latest/APIReference",
"methods": [
"CreateAlias",
"CreateKey",
"Decrypt",
"Encrypt",
"GenerateDataKey",
"ListAliases",
"Sign"
]
},
"Lambda": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/lambda/2015-03-31/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/lambda/2015-03-31/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/lambda/2015-03-31/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/lambda/2015-03-31/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/lambda/2015-03-31/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/lambda/latest/APIReference",
"methods": [
"AddLayerVersionPermission",
"DeleteFunction",
"GetFunctionConfiguration",
"Invoke",
"ListFunctions",
"ListLayerVersions",
"ListVersionsByFunction",
"PublishLayerVersion",
"UpdateFunctionConfiguration"
]
},
"LocationService": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/docs-2.json",
"endpoint-rule-set": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/endpoint-rule-set-1.json",
"endpoint-tests": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/endpoint-tests-1.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/location/2020-11-19/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/location/latest/APIReference",
"methods": [
"CalculateRoute",
"CalculateRouteMatrix",
"SearchPlaceIndexForPosition",
"SearchPlaceIndexForText"
]
},
"MediaConvert": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/mediaconvert/2017-08-29/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/mediaconvert/2017-08-29/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/mediaconvert/2017-08-29/paginators-1.json",
"api-reference": "https://docs.aws.amazon.com/mediaconvert/latest/apireference",
"methods": [
"CancelJob",
"CreateJob",
"DescribeEndpoints",
"GetJob",
"ListJobs"
]
},
"RdsDataService": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rds-data/2018-08-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rds-data/2018-08-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rds-data/2018-08-01/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rds-data/2018-08-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/rdsdataservice/latest/APIReference",
"methods": [
"BatchExecuteStatement",
"BeginTransaction",
"CommitTransaction",
"ExecuteStatement",
"RollbackTransaction"
]
},
"Rekognition": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rekognition/2016-06-27/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rekognition/2016-06-27/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rekognition/2016-06-27/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/rekognition/2016-06-27/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/rekognition/latest/dg",
"methods": [
"CreateCollection",
"CreateProject",
"DeleteCollection",
"DeleteProject",
"DetectFaces",
"DetectModerationLabels",
"GetCelebrityInfo",
"IndexFaces",
"ListCollections",
"RecognizeCelebrities",
"SearchFacesByImage"
]
},
"Route53": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/route53/2013-04-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/route53/2013-04-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/route53/2013-04-01/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/route53/2013-04-01/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/route53/2013-04-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/Route53/latest/APIReference",
"methods": [
"ChangeResourceRecordSets",
"CreateHostedZone",
"DeleteHostedZone",
"ListHostedZones",
"ListHostedZonesByName",
"ListResourceRecordSets",
"ResourceRecordSetsChanged"
],
"hooks": [
{
"target": "uri_parameters",
"options": {
"filters": [
"Id",
"HostedZoneId",
"DelegationSetId"
],
"action": {
"type": "remove_left",
"options": {
"values": [
"/hostedzone/",
"/change/",
"/delegationset/"
]
}
}
}
}
]
},
"S3": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/s3/2006-03-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/s3/2006-03-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/s3/2006-03-01/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/s3/2006-03-01/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/s3/2006-03-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/AmazonS3/latest/API",
"methods": [
"AbortMultipartUpload",
"BucketExists",
"BucketNotExists",
"CompleteMultipartUpload",
"CopyObject",
"CreateBucket",
"CreateMultipartUpload",
"DeleteBucket",
"DeleteBucketCors",
"DeleteObject",
"DeleteObjectTagging",
"DeleteObjects",
"GetBucketCors",
"GetBucketEncryption",
"GetObject",
"GetObjectAcl",
"GetObjectTagging",
"HeadObject",
"ListBuckets",
"ListMultipartUploads",
"ListObjectVersions",
"ListObjectsV2",
"ListParts",
"ObjectExists",
"ObjectNotExists",
"PutBucketCors",
"PutBucketNotificationConfiguration",
"PutBucketTagging",
"PutObject",
"PutObjectAcl",
"PutObjectTagging",
"UploadPart",
"UploadPartCopy"
]
},
"Scheduler": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/scheduler/2021-06-30/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/scheduler/2021-06-30/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/scheduler/2021-06-30/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/scheduler/2021-06-30/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/scheduler/latest/APIReference",
"methods": [
"CreateSchedule",
"CreateScheduleGroup",
"DeleteSchedule",
"DeleteScheduleGroup",
"GetSchedule",
"GetScheduleGroup",
"ListScheduleGroups",
"ListSchedules",
"UpdateSchedule"
]
},
"SecretsManager": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/secretsmanager/2017-10-17/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/secretsmanager/2017-10-17/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/secretsmanager/2017-10-17/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/secretsmanager/2017-10-17/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/secretsmanager/latest/apireference",
"methods": [
"CreateSecret",
"DeleteSecret",
"GetSecretValue",
"ListSecrets",
"PutSecretValue",
"UpdateSecret"
]
},
"Ses": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sesv2/2019-09-27/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/email/2010-12-01/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/ses/latest/APIReference-V2",
"methods": [
"SendEmail"
],
"alternative-names": [
"SesV2"
]
},
"Sns": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sns/2010-03-31/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sns/2010-03-31/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sns/2010-03-31/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sns/2010-03-31/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/sns/latest/api",
"methods": [
"CreatePlatformEndpoint",
"CreateTopic",
"DeleteEndpoint",
"DeleteTopic",
"ListSubscriptionsByTopic",
"ListTopics",
"Publish",
"PublishBatch",
"Subscribe",
"Unsubscribe"
]
},
"Sqs": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sqs/2012-11-05/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sqs/2012-11-05/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sqs/2012-11-05/paginators-1.json",
"waiter": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sqs/2012-11-05/waiters-2.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sqs/2012-11-05/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference",
"methods": [
"AddPermission",
"ChangeMessageVisibility",
"ChangeMessageVisibilityBatch",
"CreateQueue",
"DeleteMessage",
"DeleteMessageBatch",
"DeleteQueue",
"GetQueueAttributes",
"GetQueueUrl",
"ListQueues",
"PurgeQueue",
"QueueExists",
"ReceiveMessage",
"SendMessage",
"SendMessageBatch"
],
"patches": {
"source": [
{
"value": "All",
"op": "add",
"path": "/shapes/MessageSystemAttributeName/enum/8"
},
{
"value": "AttributeNameList",
"op": "test",
"path": "/shapes/ReceiveMessageRequest/members/AttributeNames/shape"
},
{
"value": "MessageSystemAttributeNameList",
"op": "replace",
"path": "/shapes/ReceiveMessageRequest/members/AttributeNames/shape"
},
{
"value": {
"type": "list",
"member": {
"shape": "MessageSystemAttributeName",
"locationName": "AttributeName"
},
"flattened": true
},
"op": "add",
"path": "/shapes/MessageSystemAttributeNameList"
}
]
}
},
"Ssm": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ssm/2014-11-06/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ssm/2014-11-06/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ssm/2014-11-06/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/ssm/2014-11-06/examples-1.json",
"api-reference": "https://docs.aws.amazon.com/systems-manager/latest/APIReference",
"methods": [
"DeleteParameter",
"DeleteParameters",
"GetParameter",
"GetParameters",
"GetParametersByPath",
"PutParameter"
]
},
"Sso": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sso/2019-06-10/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sso/2019-06-10/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sso/2019-06-10/paginators-1.json",
"api-reference": "https://docs.aws.amazon.com/singlesignon/latest/PortalAPIReference",
"methods": [
"GetRoleCredentials"
]
},
"Sts": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sts/2011-06-15/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sts/2011-06-15/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/sts/2011-06-15/paginators-1.json",
"namespace": "AsyncAws\\Core\\Sts",
"api-reference": "https://docs.aws.amazon.com/STS/latest/APIReference",
"methods": [
"AssumeRole",
"AssumeRoleWithWebIdentity",
"GetCallerIdentity"
]
},
"StepFunctions": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/states/2016-11-23/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/states/2016-11-23/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/states/2016-11-23/paginators-1.json",
"namespace": "AsyncAws\\StepFunctions",
"api-reference": "https://docs.aws.amazon.com/step-functions/latest/apireference",
"methods": [
"SendTaskFailure",
"SendTaskHeartbeat",
"SendTaskSuccess",
"StartExecution",
"StopExecution"
]
},
"TimestreamQuery": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-query/2018-11-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-query/2018-11-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-query/2018-11-01/paginators-1.json",
"namespace": "AsyncAws\\TimestreamQuery",
"api-reference": "https://docs.aws.amazon.com/timestream/latest/developerguide",
"methods": [
"CancelQuery",
"PrepareQuery",
"Query"
]
},
"TimestreamWrite": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-write/2018-11-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-write/2018-11-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/timestream-write/2018-11-01/paginators-1.json",
"namespace": "AsyncAws\\TimestreamWrite",
"api-reference": "https://docs.aws.amazon.com/timestream/latest/developerguide",
"methods": [
"WriteRecords"
]
},
"Translate": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/translate/2017-07-01/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/translate/2017-07-01/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/translate/2017-07-01/paginators-1.json",
"namespace": "AsyncAws\\Translate",
"api-reference": "https://docs.aws.amazon.com/translate/latest/dg",
"methods": [
"TranslateText"
]
},
"XRay": {
"source": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/xray/2016-04-12/api-2.json",
"documentation": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/xray/2016-04-12/docs-2.json",
"pagination": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/xray/2016-04-12/paginators-1.json",
"example": "https://raw.githubusercontent.com/aws/aws-sdk-php/${LATEST}/src/data/xray/2016-04-12/examples-1.json",
"namespace": "AsyncAws\\XRay",
"api-reference": "https://docs.aws.amazon.com/xray/latest/api",
"methods": [
"PutTraceSegments"
]
}
}
}