pulumi-akamai 8.2.0a1750137001__py3-none-any.whl → 9.0.0__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-akamai might be problematic. Click here for more details.

pulumi_akamai/__init__.py CHANGED
@@ -250,6 +250,8 @@ from .get_gtm_resource import *
250
250
  from .get_gtm_resources import *
251
251
  from .get_iam_account_switch_keys import *
252
252
  from .get_iam_allowed_apis import *
253
+ from .get_iam_api_client import *
254
+ from .get_iam_api_clients import *
253
255
  from .get_iam_blocked_properties import *
254
256
  from .get_iam_cidr_block import *
255
257
  from .get_iam_cidr_blocks import *
@@ -293,6 +295,7 @@ from .gtm_domain import *
293
295
  from .gtm_geomap import *
294
296
  from .gtm_property import *
295
297
  from .gtm_resource import *
298
+ from .iam_api_client import *
296
299
  from .iam_blocked_user_properties import *
297
300
  from .iam_cidr_block import *
298
301
  from .iam_group import *
@@ -1190,6 +1193,14 @@ _utilities.register(
1190
1193
  "akamai:index/gtmResource:GtmResource": "GtmResource"
1191
1194
  }
1192
1195
  },
1196
+ {
1197
+ "pkg": "akamai",
1198
+ "mod": "index/iamApiClient",
1199
+ "fqn": "pulumi_akamai",
1200
+ "classes": {
1201
+ "akamai:index/iamApiClient:IamApiClient": "IamApiClient"
1202
+ }
1203
+ },
1193
1204
  {
1194
1205
  "pkg": "akamai",
1195
1206
  "mod": "index/iamBlockedUserProperties",