aws-sdk-core 2.11.171 → 2.11.172

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codebuild/2016-10-06/api-2.json +8 -1
  3. data/apis/comprehend/2017-11-27/api-2.json +365 -1
  4. data/apis/directconnect/2012-10-25/api-2.json +18 -4
  5. data/apis/dms/2016-01-01/api-2.json +38 -5
  6. data/apis/dms/2016-01-01/waiters-2.json +5 -5
  7. data/apis/ecs/2014-11-13/api-2.json +348 -17
  8. data/apis/ecs/2014-11-13/examples-1.json +69 -0
  9. data/apis/iam/2010-05-08/api-2.json +224 -0
  10. data/apis/iam/2010-05-08/examples-1.json +148 -0
  11. data/apis/pinpoint/2016-12-01/api-2.json +254 -5
  12. data/apis/ram/2018-01-04/api-2.json +964 -0
  13. data/apis/ram/2018-01-04/examples-1.json +5 -0
  14. data/apis/ram/2018-01-04/paginators-1.json +34 -0
  15. data/apis/rds/2014-10-31/api-2.json +152 -10
  16. data/apis/rds/2014-10-31/paginators-1.json +6 -0
  17. data/apis/redshift/2012-12-01/api-2.json +499 -16
  18. data/apis/route53resolver/2018-04-01/api-2.json +1199 -0
  19. data/apis/route53resolver/2018-04-01/examples-1.json +5 -0
  20. data/apis/route53resolver/2018-04-01/paginators-1.json +24 -0
  21. data/apis/route53resolver/2018-04-01/smoke.json +18 -0
  22. data/apis/s3/2006-03-01/api-2.json +138 -0
  23. data/apis/s3/2006-03-01/examples-1.json +78 -78
  24. data/apis/s3control/2018-08-20/api-2.json +126 -0
  25. data/apis/s3control/2018-08-20/examples-1.json +5 -0
  26. data/apis/s3control/2018-08-20/paginators-1.json +4 -0
  27. data/apis/sms-voice/2018-09-05/api-2.json +559 -0
  28. data/apis/transcribe/2017-10-26/api-2.json +4 -1
  29. data/endpoints.json +200 -0
  30. data/lib/aws-sdk-core.rb +7 -0
  31. data/lib/aws-sdk-core/api/customizations.rb +7 -0
  32. data/lib/aws-sdk-core/pinpointsmsvoice.rb +4 -0
  33. data/lib/aws-sdk-core/plugins/s3_control_dns.rb +23 -0
  34. data/lib/aws-sdk-core/plugins/s3_control_dualstack.rb +48 -0
  35. data/lib/aws-sdk-core/plugins/s3_control_signer.rb +53 -0
  36. data/lib/aws-sdk-core/ram.rb +6 -0
  37. data/lib/aws-sdk-core/route53resolver.rb +6 -0
  38. data/lib/aws-sdk-core/s3control.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +16 -0
  41. metadata +20 -2
@@ -600,6 +600,30 @@
600
600
  "title": "To list the services in a cluster"
601
601
  }
602
602
  ],
603
+ "ListTagsForResource": [
604
+ {
605
+ "input": {
606
+ "resourceArn": "arn:aws:ecs:region:aws_account_id:cluster/dev"
607
+ },
608
+ "output": {
609
+ "tags": [
610
+ {
611
+ "key": "team",
612
+ "value": "dev"
613
+ }
614
+ ]
615
+ },
616
+ "comments": {
617
+ "input": {
618
+ },
619
+ "output": {
620
+ }
621
+ },
622
+ "description": "This example lists the tags for the 'dev' cluster.",
623
+ "id": "to-list-the-tags-for-a-cluster-1540582700259",
624
+ "title": "To list the tags for a cluster."
625
+ }
626
+ ],
603
627
  "ListTaskDefinitionFamilies": [
604
628
  {
605
629
  "input": {
@@ -843,6 +867,51 @@
843
867
  "title": "To run a task on your default cluster"
844
868
  }
845
869
  ],
870
+ "TagResource": [
871
+ {
872
+ "input": {
873
+ "resourceArn": "arn:aws:ecs:region:aws_account_id:cluster/dev",
874
+ "tags": [
875
+ {
876
+ "key": "team",
877
+ "value": "dev"
878
+ }
879
+ ]
880
+ },
881
+ "output": {
882
+ },
883
+ "comments": {
884
+ "input": {
885
+ },
886
+ "output": {
887
+ }
888
+ },
889
+ "description": "This example tags the 'dev' cluster with key 'team' and value 'dev'.",
890
+ "id": "to-tag-a-cluster-1540581863751",
891
+ "title": "To tag a cluster."
892
+ }
893
+ ],
894
+ "UntagResource": [
895
+ {
896
+ "input": {
897
+ "resourceArn": "arn:aws:ecs:region:aws_account_id:cluster/dev",
898
+ "tagKeys": [
899
+ "team"
900
+ ]
901
+ },
902
+ "output": {
903
+ },
904
+ "comments": {
905
+ "input": {
906
+ },
907
+ "output": {
908
+ }
909
+ },
910
+ "description": "This example deletes the 'team' tag from the 'dev' cluster.",
911
+ "id": "to-untag-a-cluster-1540582546056",
912
+ "title": "To untag a cluster."
913
+ }
914
+ ],
846
915
  "UpdateService": [
847
916
  {
848
917
  "input": {
@@ -273,6 +273,7 @@
273
273
  {"shape":"InvalidInputException"},
274
274
  {"shape":"EntityAlreadyExistsException"},
275
275
  {"shape":"MalformedPolicyDocumentException"},
276
+ {"shape":"ConcurrentModificationException"},
276
277
  {"shape":"ServiceFailureException"}
277
278
  ]
278
279
  },
@@ -344,6 +345,8 @@
344
345
  {"shape":"LimitExceededException"},
345
346
  {"shape":"EntityAlreadyExistsException"},
346
347
  {"shape":"NoSuchEntityException"},
348
+ {"shape":"InvalidInputException"},
349
+ {"shape":"ConcurrentModificationException"},
347
350
  {"shape":"ServiceFailureException"}
348
351
  ]
349
352
  },
@@ -526,6 +529,7 @@
526
529
  {"shape":"DeleteConflictException"},
527
530
  {"shape":"LimitExceededException"},
528
531
  {"shape":"UnmodifiableEntityException"},
532
+ {"shape":"ConcurrentModificationException"},
529
533
  {"shape":"ServiceFailureException"}
530
534
  ]
531
535
  },
@@ -647,6 +651,7 @@
647
651
  {"shape":"LimitExceededException"},
648
652
  {"shape":"NoSuchEntityException"},
649
653
  {"shape":"DeleteConflictException"},
654
+ {"shape":"ConcurrentModificationException"},
650
655
  {"shape":"ServiceFailureException"}
651
656
  ]
652
657
  },
@@ -1371,6 +1376,22 @@
1371
1376
  {"shape":"ServiceFailureException"}
1372
1377
  ]
1373
1378
  },
1379
+ "ListRoleTags":{
1380
+ "name":"ListRoleTags",
1381
+ "http":{
1382
+ "method":"POST",
1383
+ "requestUri":"/"
1384
+ },
1385
+ "input":{"shape":"ListRoleTagsRequest"},
1386
+ "output":{
1387
+ "shape":"ListRoleTagsResponse",
1388
+ "resultWrapper":"ListRoleTagsResult"
1389
+ },
1390
+ "errors":[
1391
+ {"shape":"NoSuchEntityException"},
1392
+ {"shape":"ServiceFailureException"}
1393
+ ]
1394
+ },
1374
1395
  "ListRoles":{
1375
1396
  "name":"ListRoles",
1376
1397
  "http":{
@@ -1479,6 +1500,22 @@
1479
1500
  {"shape":"ServiceFailureException"}
1480
1501
  ]
1481
1502
  },
1503
+ "ListUserTags":{
1504
+ "name":"ListUserTags",
1505
+ "http":{
1506
+ "method":"POST",
1507
+ "requestUri":"/"
1508
+ },
1509
+ "input":{"shape":"ListUserTagsRequest"},
1510
+ "output":{
1511
+ "shape":"ListUserTagsResponse",
1512
+ "resultWrapper":"ListUserTagsResult"
1513
+ },
1514
+ "errors":[
1515
+ {"shape":"NoSuchEntityException"},
1516
+ {"shape":"ServiceFailureException"}
1517
+ ]
1518
+ },
1482
1519
  "ListUsers":{
1483
1520
  "name":"ListUsers",
1484
1521
  "http":{
@@ -1694,6 +1731,62 @@
1694
1731
  {"shape":"PolicyEvaluationException"}
1695
1732
  ]
1696
1733
  },
1734
+ "TagRole":{
1735
+ "name":"TagRole",
1736
+ "http":{
1737
+ "method":"POST",
1738
+ "requestUri":"/"
1739
+ },
1740
+ "input":{"shape":"TagRoleRequest"},
1741
+ "errors":[
1742
+ {"shape":"NoSuchEntityException"},
1743
+ {"shape":"LimitExceededException"},
1744
+ {"shape":"InvalidInputException"},
1745
+ {"shape":"ConcurrentModificationException"},
1746
+ {"shape":"ServiceFailureException"}
1747
+ ]
1748
+ },
1749
+ "TagUser":{
1750
+ "name":"TagUser",
1751
+ "http":{
1752
+ "method":"POST",
1753
+ "requestUri":"/"
1754
+ },
1755
+ "input":{"shape":"TagUserRequest"},
1756
+ "errors":[
1757
+ {"shape":"NoSuchEntityException"},
1758
+ {"shape":"LimitExceededException"},
1759
+ {"shape":"InvalidInputException"},
1760
+ {"shape":"ConcurrentModificationException"},
1761
+ {"shape":"ServiceFailureException"}
1762
+ ]
1763
+ },
1764
+ "UntagRole":{
1765
+ "name":"UntagRole",
1766
+ "http":{
1767
+ "method":"POST",
1768
+ "requestUri":"/"
1769
+ },
1770
+ "input":{"shape":"UntagRoleRequest"},
1771
+ "errors":[
1772
+ {"shape":"NoSuchEntityException"},
1773
+ {"shape":"ConcurrentModificationException"},
1774
+ {"shape":"ServiceFailureException"}
1775
+ ]
1776
+ },
1777
+ "UntagUser":{
1778
+ "name":"UntagUser",
1779
+ "http":{
1780
+ "method":"POST",
1781
+ "requestUri":"/"
1782
+ },
1783
+ "input":{"shape":"UntagUserRequest"},
1784
+ "errors":[
1785
+ {"shape":"NoSuchEntityException"},
1786
+ {"shape":"ConcurrentModificationException"},
1787
+ {"shape":"ServiceFailureException"}
1788
+ ]
1789
+ },
1697
1790
  "UpdateAccessKey":{
1698
1791
  "name":"UpdateAccessKey",
1699
1792
  "http":{
@@ -1891,6 +1984,7 @@
1891
1984
  {"shape":"LimitExceededException"},
1892
1985
  {"shape":"EntityAlreadyExistsException"},
1893
1986
  {"shape":"EntityTemporarilyUnmodifiableException"},
1987
+ {"shape":"ConcurrentModificationException"},
1894
1988
  {"shape":"ServiceFailureException"}
1895
1989
  ]
1896
1990
  },
@@ -2102,6 +2196,19 @@
2102
2196
  }
2103
2197
  },
2104
2198
  "ColumnNumber":{"type":"integer"},
2199
+ "ConcurrentModificationException":{
2200
+ "type":"structure",
2201
+ "members":{
2202
+ "message":{"shape":"ConcurrentModificationMessage"}
2203
+ },
2204
+ "error":{
2205
+ "code":"ConcurrentModification",
2206
+ "httpStatusCode":409,
2207
+ "senderFault":true
2208
+ },
2209
+ "exception":true
2210
+ },
2211
+ "ConcurrentModificationMessage":{"type":"string"},
2105
2212
  "ContextEntry":{
2106
2213
  "type":"structure",
2107
2214
  "members":{
@@ -2280,6 +2387,7 @@
2280
2387
  "RoleName":{"shape":"roleNameType"},
2281
2388
  "AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
2282
2389
  "Description":{"shape":"roleDescriptionType"},
2390
+ "Tags":{"shape":"tagListType"},
2283
2391
  "MaxSessionDuration":{"shape":"roleMaxSessionDurationType"},
2284
2392
  "PermissionsBoundary":{"shape":"arnType"}
2285
2393
  }
@@ -2346,6 +2454,7 @@
2346
2454
  "members":{
2347
2455
  "Path":{"shape":"pathType"},
2348
2456
  "UserName":{"shape":"userNameType"},
2457
+ "Tags":{"shape":"tagListType"},
2349
2458
  "PermissionsBoundary":{"shape":"arnType"}
2350
2459
  }
2351
2460
  },
@@ -3523,6 +3632,24 @@
3523
3632
  "Marker":{"shape":"markerType"}
3524
3633
  }
3525
3634
  },
3635
+ "ListRoleTagsRequest":{
3636
+ "type":"structure",
3637
+ "required":["RoleName"],
3638
+ "members":{
3639
+ "RoleName":{"shape":"roleNameType"},
3640
+ "Marker":{"shape":"markerType"},
3641
+ "MaxItems":{"shape":"maxItemsType"}
3642
+ }
3643
+ },
3644
+ "ListRoleTagsResponse":{
3645
+ "type":"structure",
3646
+ "required":["Tags"],
3647
+ "members":{
3648
+ "Tags":{"shape":"tagListType"},
3649
+ "IsTruncated":{"shape":"booleanType"},
3650
+ "Marker":{"shape":"markerType"}
3651
+ }
3652
+ },
3526
3653
  "ListRolesRequest":{
3527
3654
  "type":"structure",
3528
3655
  "members":{
@@ -3632,6 +3759,24 @@
3632
3759
  "Marker":{"shape":"markerType"}
3633
3760
  }
3634
3761
  },
3762
+ "ListUserTagsRequest":{
3763
+ "type":"structure",
3764
+ "required":["UserName"],
3765
+ "members":{
3766
+ "UserName":{"shape":"existingUserNameType"},
3767
+ "Marker":{"shape":"markerType"},
3768
+ "MaxItems":{"shape":"maxItemsType"}
3769
+ }
3770
+ },
3771
+ "ListUserTagsResponse":{
3772
+ "type":"structure",
3773
+ "required":["Tags"],
3774
+ "members":{
3775
+ "Tags":{"shape":"tagListType"},
3776
+ "IsTruncated":{"shape":"booleanType"},
3777
+ "Marker":{"shape":"markerType"}
3778
+ }
3779
+ },
3635
3780
  "ListUsersRequest":{
3636
3781
  "type":"structure",
3637
3782
  "members":{
@@ -4118,6 +4263,7 @@
4118
4263
  "CreateDate":{"shape":"dateType"},
4119
4264
  "AssumeRolePolicyDocument":{"shape":"policyDocumentType"},
4120
4265
  "Description":{"shape":"roleDescriptionType"},
4266
+ "Tags":{"shape":"tagListType"},
4121
4267
  "MaxSessionDuration":{"shape":"roleMaxSessionDurationType"},
4122
4268
  "PermissionsBoundary":{"shape":"AttachedPermissionsBoundary"}
4123
4269
  }
@@ -4134,6 +4280,7 @@
4134
4280
  "InstanceProfileList":{"shape":"instanceProfileListType"},
4135
4281
  "RolePolicyList":{"shape":"policyDetailListType"},
4136
4282
  "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"},
4283
+ "Tags":{"shape":"tagListType"},
4137
4284
  "PermissionsBoundary":{"shape":"AttachedPermissionsBoundary"}
4138
4285
  }
4139
4286
  },
@@ -4395,6 +4542,39 @@
4395
4542
  "type":"list",
4396
4543
  "member":{"shape":"Statement"}
4397
4544
  },
4545
+ "Tag":{
4546
+ "type":"structure",
4547
+ "required":[
4548
+ "Key",
4549
+ "Value"
4550
+ ],
4551
+ "members":{
4552
+ "Key":{"shape":"tagKeyType"},
4553
+ "Value":{"shape":"tagValueType"}
4554
+ }
4555
+ },
4556
+ "TagRoleRequest":{
4557
+ "type":"structure",
4558
+ "required":[
4559
+ "RoleName",
4560
+ "Tags"
4561
+ ],
4562
+ "members":{
4563
+ "RoleName":{"shape":"roleNameType"},
4564
+ "Tags":{"shape":"tagListType"}
4565
+ }
4566
+ },
4567
+ "TagUserRequest":{
4568
+ "type":"structure",
4569
+ "required":[
4570
+ "UserName",
4571
+ "Tags"
4572
+ ],
4573
+ "members":{
4574
+ "UserName":{"shape":"existingUserNameType"},
4575
+ "Tags":{"shape":"tagListType"}
4576
+ }
4577
+ },
4398
4578
  "UnmodifiableEntityException":{
4399
4579
  "type":"structure",
4400
4580
  "members":{
@@ -4419,6 +4599,28 @@
4419
4599
  },
4420
4600
  "exception":true
4421
4601
  },
4602
+ "UntagRoleRequest":{
4603
+ "type":"structure",
4604
+ "required":[
4605
+ "RoleName",
4606
+ "TagKeys"
4607
+ ],
4608
+ "members":{
4609
+ "RoleName":{"shape":"roleNameType"},
4610
+ "TagKeys":{"shape":"tagKeyListType"}
4611
+ }
4612
+ },
4613
+ "UntagUserRequest":{
4614
+ "type":"structure",
4615
+ "required":[
4616
+ "UserName",
4617
+ "TagKeys"
4618
+ ],
4619
+ "members":{
4620
+ "UserName":{"shape":"existingUserNameType"},
4621
+ "TagKeys":{"shape":"tagKeyListType"}
4622
+ }
4623
+ },
4422
4624
  "UpdateAccessKeyRequest":{
4423
4625
  "type":"structure",
4424
4626
  "required":[
@@ -4657,6 +4859,7 @@
4657
4859
  "Arn":{"shape":"arnType"},
4658
4860
  "CreateDate":{"shape":"dateType"},
4659
4861
  "PasswordLastUsed":{"shape":"dateType"},
4862
+ "Tags":{"shape":"tagListType"},
4660
4863
  "PermissionsBoundary":{"shape":"AttachedPermissionsBoundary"}
4661
4864
  }
4662
4865
  },
@@ -4671,6 +4874,7 @@
4671
4874
  "UserPolicyList":{"shape":"policyDetailListType"},
4672
4875
  "GroupList":{"shape":"groupNameListType"},
4673
4876
  "AttachedManagedPolicies":{"shape":"attachedPoliciesListType"},
4877
+ "Tags":{"shape":"tagListType"},
4674
4878
  "PermissionsBoundary":{"shape":"AttachedPermissionsBoundary"}
4675
4879
  }
4676
4880
  },
@@ -5075,6 +5279,26 @@
5075
5279
  "value":{"shape":"summaryValueType"}
5076
5280
  },
5077
5281
  "summaryValueType":{"type":"integer"},
5282
+ "tagKeyListType":{
5283
+ "type":"list",
5284
+ "member":{"shape":"tagKeyType"}
5285
+ },
5286
+ "tagKeyType":{
5287
+ "type":"string",
5288
+ "max":128,
5289
+ "min":1,
5290
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+"
5291
+ },
5292
+ "tagListType":{
5293
+ "type":"list",
5294
+ "member":{"shape":"Tag"}
5295
+ },
5296
+ "tagValueType":{
5297
+ "type":"string",
5298
+ "max":256,
5299
+ "min":0,
5300
+ "pattern":"[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*"
5301
+ },
5078
5302
  "thumbprintListType":{
5079
5303
  "type":"list",
5080
5304
  "member":{"shape":"thumbprintType"}
@@ -836,6 +836,35 @@
836
836
  "title": "To list the groups that an IAM user belongs to"
837
837
  }
838
838
  ],
839
+ "ListRoleTags": [
840
+ {
841
+ "input": {
842
+ "RoleName": "taggedrole1"
843
+ },
844
+ "output": {
845
+ "IsTruncated": false,
846
+ "Tags": [
847
+ {
848
+ "Key": "Dept",
849
+ "Value": "12345"
850
+ },
851
+ {
852
+ "Key": "Team",
853
+ "Value": "Accounting"
854
+ }
855
+ ]
856
+ },
857
+ "comments": {
858
+ "input": {
859
+ },
860
+ "output": {
861
+ }
862
+ },
863
+ "description": "The following example shows how to list the tags attached to a role.",
864
+ "id": "to-list-the-tags-attached-to-an-iam-role-1506719238376",
865
+ "title": "To list the tags attached to an IAM role"
866
+ }
867
+ ],
839
868
  "ListSigningCertificates": [
840
869
  {
841
870
  "input": {
@@ -863,6 +892,35 @@
863
892
  "title": "To list the signing certificates for an IAM user"
864
893
  }
865
894
  ],
895
+ "ListUserTags": [
896
+ {
897
+ "input": {
898
+ "UserName": "anika"
899
+ },
900
+ "output": {
901
+ "IsTruncated": false,
902
+ "Tags": [
903
+ {
904
+ "Key": "Dept",
905
+ "Value": "12345"
906
+ },
907
+ {
908
+ "Key": "Team",
909
+ "Value": "Accounting"
910
+ }
911
+ ]
912
+ },
913
+ "comments": {
914
+ "input": {
915
+ },
916
+ "output": {
917
+ }
918
+ },
919
+ "description": "The following example shows how to list the tags attached to a user.",
920
+ "id": "to-list-the-tags-attached-to-an-iam-user-1506719473186",
921
+ "title": "To list the tags attached to an IAM user"
922
+ }
923
+ ],
866
924
  "ListUsers": [
867
925
  {
868
926
  "input": {
@@ -1011,6 +1069,96 @@
1011
1069
  "title": "To remove a user from an IAM group"
1012
1070
  }
1013
1071
  ],
1072
+ "TagRole": [
1073
+ {
1074
+ "input": {
1075
+ "RoleName": "taggedrole",
1076
+ "Tags": [
1077
+ {
1078
+ "Key": "Dept",
1079
+ "Value": "Accounting"
1080
+ },
1081
+ {
1082
+ "Key": "CostCenter",
1083
+ "Value": "12345"
1084
+ }
1085
+ ]
1086
+ },
1087
+ "comments": {
1088
+ "input": {
1089
+ },
1090
+ "output": {
1091
+ }
1092
+ },
1093
+ "description": "The following example shows how to add tags to an existing role.",
1094
+ "id": "to-add-a-tag-key-and-value-to-an-iam-role-1506718791513",
1095
+ "title": "To add a tag key and value to an IAM role"
1096
+ }
1097
+ ],
1098
+ "TagUser": [
1099
+ {
1100
+ "input": {
1101
+ "Tags": [
1102
+ {
1103
+ "Key": "Dept",
1104
+ "Value": "Accounting"
1105
+ },
1106
+ {
1107
+ "Key": "CostCenter",
1108
+ "Value": "12345"
1109
+ }
1110
+ ],
1111
+ "UserName": "anika"
1112
+ },
1113
+ "comments": {
1114
+ "input": {
1115
+ },
1116
+ "output": {
1117
+ }
1118
+ },
1119
+ "description": "The following example shows how to add tags to an existing user.",
1120
+ "id": "to-add-a-tag-key-and-value-to-an-iam-user-1506719044227",
1121
+ "title": "To add a tag key and value to an IAM user"
1122
+ }
1123
+ ],
1124
+ "UntagRole": [
1125
+ {
1126
+ "input": {
1127
+ "RoleName": "taggedrole",
1128
+ "TagKeys": [
1129
+ "Dept"
1130
+ ]
1131
+ },
1132
+ "comments": {
1133
+ "input": {
1134
+ },
1135
+ "output": {
1136
+ }
1137
+ },
1138
+ "description": "The following example shows how to remove a tag with the key 'Dept' from a role named 'taggedrole'.",
1139
+ "id": "to-remove-a-tag-from-an-iam-role-1506719589943",
1140
+ "title": "To remove a tag from an IAM role"
1141
+ }
1142
+ ],
1143
+ "UntagUser": [
1144
+ {
1145
+ "input": {
1146
+ "TagKeys": [
1147
+ "Dept"
1148
+ ],
1149
+ "UserName": "anika"
1150
+ },
1151
+ "comments": {
1152
+ "input": {
1153
+ },
1154
+ "output": {
1155
+ }
1156
+ },
1157
+ "description": "The following example shows how to remove tags that are attached to a user named 'anika'.",
1158
+ "id": "to-remove-a-tag-from-an-iam-user-1506719725554",
1159
+ "title": "To remove a tag from an IAM user"
1160
+ }
1161
+ ],
1014
1162
  "UpdateAccessKey": [
1015
1163
  {
1016
1164
  "input": {