Skip to content

Commit

Permalink
Merge pull request #39 from iann0036/bugfix/duplicate-iam
Browse files Browse the repository at this point in the history
Bugfix/duplicate iam
  • Loading branch information
iann0036 authored Sep 17, 2021
2 parents 806f92d + 7da9d7e commit 10ed9e2
Show file tree
Hide file tree
Showing 144 changed files with 108,287 additions and 70,376 deletions.
9,145 changes: 3,908 additions & 5,237 deletions iamlivecore/iam_definition.json

Large diffs are not rendered by default.

110,260 changes: 55,167 additions & 55,093 deletions iamlivecore/map.json

Large diffs are not rendered by default.

455 changes: 234 additions & 221 deletions iamlivecore/proxy.go

Large diffs are not rendered by default.

47 changes: 31 additions & 16 deletions iamlivecore/service/acm-pca-2017-08-22.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
},
"CertificateAuthorityType": {},
"IdempotencyToken": {},
"KeyStorageSecurityStandard": {},
"Tags": {
"shape": "Sy"
"shape": "S11"
}
}
},
Expand Down Expand Up @@ -78,7 +79,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1d"
"shape": "S1g"
}
}
}
Expand Down Expand Up @@ -136,7 +137,7 @@
"type": "structure",
"members": {
"CertificateAuthority": {
"shape": "S1l"
"shape": "S1o"
}
}
}
Expand Down Expand Up @@ -338,10 +339,10 @@
"SigningAlgorithm": {},
"TemplateArn": {},
"Validity": {
"shape": "S2m"
"shape": "S2p"
},
"ValidityNotBefore": {
"shape": "S2m"
"shape": "S2p"
},
"IdempotencyToken": {}
}
Expand Down Expand Up @@ -371,7 +372,7 @@
"CertificateAuthorities": {
"type": "list",
"member": {
"shape": "S1l"
"shape": "S1o"
}
},
"NextToken": {}
Expand Down Expand Up @@ -407,7 +408,7 @@
"Principal": {},
"SourceAccount": {},
"Actions": {
"shape": "S1d"
"shape": "S1g"
},
"Policy": {}
}
Expand Down Expand Up @@ -435,7 +436,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "Sy"
"shape": "S11"
},
"NextToken": {}
}
Expand Down Expand Up @@ -490,7 +491,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sy"
"shape": "S11"
}
}
}
Expand All @@ -505,7 +506,7 @@
"members": {
"CertificateAuthorityArn": {},
"Tags": {
"shape": "Sy"
"shape": "S11"
}
}
}
Expand Down Expand Up @@ -673,12 +674,25 @@
"type": "integer"
},
"CustomCname": {},
"S3BucketName": {}
"S3BucketName": {},
"S3ObjectAcl": {}
}
},
"OcspConfiguration": {
"type": "structure",
"required": [
"Enabled"
],
"members": {
"Enabled": {
"type": "boolean"
},
"OcspCustomCname": {}
}
}
}
},
"Sy": {
"S11": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -691,11 +705,11 @@
}
}
},
"S1d": {
"S1g": {
"type": "list",
"member": {}
},
"S1l": {
"S1o": {
"type": "structure",
"members": {
"Arn": {},
Expand Down Expand Up @@ -724,10 +738,11 @@
},
"RestorableUntil": {
"type": "timestamp"
}
},
"KeyStorageSecurityStandard": {}
}
},
"S2m": {
"S2p": {
"type": "structure",
"required": [
"Value",
Expand Down
109 changes: 105 additions & 4 deletions iamlivecore/service/amp-2020-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"alias": {},
"clientToken": {
"idempotencyToken": true
},
"tags": {
"shape": "S4"
}
}
},
Expand All @@ -36,7 +39,10 @@
"members": {
"arn": {},
"status": {
"shape": "S6"
"shape": "S9"
},
"tags": {
"shape": "S4"
},
"workspaceId": {}
}
Expand Down Expand Up @@ -108,14 +114,44 @@
},
"prometheusEndpoint": {},
"status": {
"shape": "S6"
"shape": "S9"
},
"tags": {
"shape": "S4"
},
"workspaceId": {}
}
}
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "S4"
}
}
}
},
"ListWorkspaces": {
"http": {
"method": "GET",
Expand Down Expand Up @@ -164,7 +200,10 @@
"type": "timestamp"
},
"status": {
"shape": "S6"
"shape": "S9"
},
"tags": {
"shape": "S4"
},
"workspaceId": {}
}
Expand All @@ -173,6 +212,63 @@
}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S4"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}",
"responseCode": 200
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
},
"idempotent": true
},
"UpdateWorkspaceAlias": {
"http": {
"requestUri": "/workspaces/{workspaceId}/alias",
Expand All @@ -198,7 +294,12 @@
}
},
"shapes": {
"S6": {
"S4": {
"type": "map",
"key": {},
"value": {}
},
"S9": {
"type": "structure",
"required": [
"statusCode"
Expand Down
Loading

0 comments on commit 10ed9e2

Please sign in to comment.