@aws-sdk/client-health 3.31.0 → 3.35.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.
- package/CHANGELOG.md +39 -0
- package/{dist/cjs → dist-cjs}/Health.js +2 -2
- package/dist-cjs/Health.js.map +1 -0
- package/{dist/cjs → dist-cjs}/HealthClient.js +14 -14
- package/dist-cjs/HealthClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedAccountsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeAffectedEntitiesForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEntityAggregatesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventAggregatesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventDetailsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventDetailsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventTypesCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventTypesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeEventsForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +5 -5
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DisableHealthServiceAccessForOrganizationCommand.js +4 -4
- package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/EnableHealthServiceAccessForOrganizationCommand.js +4 -4
- package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +28 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeAffectedEntitiesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventAggregatesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventTypesPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventTypesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsForOrganizationPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/DescribeEventsPaginator.js +1 -1
- package/dist-cjs/pagination/DescribeEventsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +63 -63
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/Health.js +3 -55
- package/dist-es/Health.js.map +1 -0
- package/dist-es/HealthClient.js +38 -0
- package/dist-es/HealthClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeAffectedAccountsForOrganizationCommand.js +4 -37
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +40 -0
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js.map +1 -0
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEntityAggregatesCommand.js +4 -30
- package/dist-es/commands/DescribeEntityAggregatesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventAggregatesCommand.js +4 -34
- package/dist-es/commands/DescribeEventAggregatesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventDetailsCommand.js +40 -0
- package/dist-es/commands/DescribeEventDetailsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeEventTypesCommand.js +4 -36
- package/dist-es/commands/DescribeEventTypesCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsCommand.js +40 -0
- package/dist-es/commands/DescribeEventsCommand.js.map +1 -0
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +40 -0
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeHealthServiceStatusForOrganizationCommand.js +4 -32
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +39 -0
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +39 -0
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -126
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeAffectedEntitiesPaginator.js +17 -29
- package/dist-es/pagination/DescribeAffectedEntitiesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventAggregatesPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventAggregatesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventTypesPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventTypesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventsForOrganizationPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventsForOrganizationPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/DescribeEventsPaginator.js +17 -29
- package/dist-es/pagination/DescribeEventsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +158 -163
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/Health.d.ts +3 -3
- package/{dist/types → dist-types}/HealthClient.d.ts +9 -9
- package/{dist/types → dist-types}/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Health.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/HealthClient.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventTypesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{Health.ts → src/Health.ts} +8 -7
- package/{HealthClient.ts → src/HealthClient.ts} +59 -58
- package/{commands → src/commands}/DescribeAffectedAccountsForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeAffectedEntitiesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeAffectedEntitiesForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeEntityAggregatesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventAggregatesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventDetailsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventDetailsForOrganizationCommand.ts +11 -10
- package/{commands → src/commands}/DescribeEventTypesCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsCommand.ts +8 -7
- package/{commands → src/commands}/DescribeEventsForOrganizationCommand.ts +8 -7
- package/{commands → src/commands}/DescribeHealthServiceStatusForOrganizationCommand.ts +8 -7
- package/{commands → src/commands}/DisableHealthServiceAccessForOrganizationCommand.ts +7 -6
- package/{commands → src/commands}/EnableHealthServiceAccessForOrganizationCommand.ts +7 -6
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/{pagination → src/pagination}/DescribeAffectedAccountsForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeAffectedEntitiesForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeAffectedEntitiesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventAggregatesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventTypesPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventsForOrganizationPaginator.ts +4 -3
- package/{pagination → src/pagination}/DescribeEventsPaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{protocols → src/protocols}/Aws_json1_1.ts +33 -32
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/Health.js.map +0 -1
- package/dist/cjs/HealthClient.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEntityAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventAggregatesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventDetailsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventTypesCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -28
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
- package/dist/cjs/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Health.js.map +0 -1
- package/dist/es/HealthClient.js +0 -95
- package/dist/es/HealthClient.js.map +0 -1
- package/dist/es/commands/DescribeAffectedAccountsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeAffectedEntitiesCommand.js +0 -83
- package/dist/es/commands/DescribeAffectedEntitiesCommand.js.map +0 -1
- package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +0 -86
- package/dist/es/commands/DescribeAffectedEntitiesForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeEntityAggregatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventAggregatesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventDetailsCommand.js +0 -74
- package/dist/es/commands/DescribeEventDetailsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js +0 -97
- package/dist/es/commands/DescribeEventDetailsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventTypesCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsCommand.js +0 -87
- package/dist/es/commands/DescribeEventsCommand.js.map +0 -1
- package/dist/es/commands/DescribeEventsForOrganizationCommand.js +0 -96
- package/dist/es/commands/DescribeEventsForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DescribeHealthServiceStatusForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js +0 -78
- package/dist/es/commands/DisableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js +0 -86
- package/dist/es/commands/EnableHealthServiceAccessForOrganizationCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeAffectedEntitiesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventAggregatesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventTypesPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsForOrganizationPaginator.js.map +0 -1
- package/dist/es/pagination/DescribeEventsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { HealthClientConfig } from "./HealthClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { HealthClientConfig } from "./HealthClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,79 +1,73 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.35.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"
|
|
7
|
-
"build-documentation": "yarn remove-documentation && typedoc ./",
|
|
8
|
-
"remove-definitions": "rimraf ./types",
|
|
9
|
-
"remove-dist": "rimraf ./dist",
|
|
10
|
-
"remove-documentation": "rimraf ./docs",
|
|
11
|
-
"test": "exit 0",
|
|
6
|
+
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
12
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
+
"build:docs": "yarn clean:docs && typedoc ./",
|
|
13
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
14
|
-
"build": "
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"browser": {
|
|
21
|
-
"./runtimeConfig": "./runtimeConfig.browser"
|
|
22
|
-
},
|
|
23
|
-
"react-native": {
|
|
24
|
-
"./runtimeConfig": "./runtimeConfig.native"
|
|
10
|
+
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
+
"clean": "yarn clean:dist && yarn clean:docs",
|
|
12
|
+
"clean:dist": "rimraf ./dist",
|
|
13
|
+
"clean:docs": "rimraf ./docs",
|
|
14
|
+
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
+
"test": "exit 0"
|
|
25
16
|
},
|
|
17
|
+
"main": "./dist-cjs/index.js",
|
|
18
|
+
"types": "./dist-types/index.d.ts",
|
|
19
|
+
"module": "./dist-es/index.js",
|
|
26
20
|
"sideEffects": false,
|
|
27
21
|
"dependencies": {
|
|
28
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
29
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
30
|
-
"@aws-sdk/client-sts": "3.
|
|
31
|
-
"@aws-sdk/config-resolver": "3.
|
|
32
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
33
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
34
|
-
"@aws-sdk/hash-node": "3.
|
|
35
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
36
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-logger": "3.
|
|
39
|
-
"@aws-sdk/middleware-retry": "3.
|
|
40
|
-
"@aws-sdk/middleware-serde": "3.
|
|
41
|
-
"@aws-sdk/middleware-signing": "3.
|
|
42
|
-
"@aws-sdk/middleware-stack": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/node-config-provider": "3.
|
|
45
|
-
"@aws-sdk/node-http-handler": "3.
|
|
46
|
-
"@aws-sdk/protocol-http": "3.
|
|
47
|
-
"@aws-sdk/smithy-client": "3.
|
|
48
|
-
"@aws-sdk/types": "3.
|
|
49
|
-
"@aws-sdk/url-parser": "3.
|
|
50
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
51
|
-
"@aws-sdk/util-base64-node": "3.
|
|
52
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
53
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
56
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
57
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.35.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.35.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.35.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.35.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.35.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.35.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.35.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.35.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.35.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.35.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.35.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.35.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.35.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.35.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.35.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.35.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.35.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.35.0",
|
|
42
|
+
"@aws-sdk/types": "3.35.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.35.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.35.0",
|
|
45
|
+
"@aws-sdk/util-base64-node": "3.35.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.35.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.35.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.35.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.35.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.35.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.35.0",
|
|
58
52
|
"tslib": "^2.3.0"
|
|
59
53
|
},
|
|
60
54
|
"devDependencies": {
|
|
61
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/client-documentation-generator": "3.35.0",
|
|
62
56
|
"@types/node": "^12.7.5",
|
|
63
57
|
"downlevel-dts": "0.7.0",
|
|
64
58
|
"jest": "^26.1.0",
|
|
65
59
|
"rimraf": "^3.0.0",
|
|
66
60
|
"ts-jest": "^26.4.1",
|
|
67
61
|
"typedoc": "^0.19.2",
|
|
68
|
-
"typescript": "~4.
|
|
62
|
+
"typescript": "~4.3.5"
|
|
69
63
|
},
|
|
70
64
|
"engines": {
|
|
71
65
|
"node": ">=10.0.0"
|
|
72
66
|
},
|
|
73
67
|
"typesVersions": {
|
|
74
68
|
"<4.0": {
|
|
75
|
-
"dist
|
|
76
|
-
"dist
|
|
69
|
+
"dist-types/*": [
|
|
70
|
+
"dist-types/ts3.4/*"
|
|
77
71
|
]
|
|
78
72
|
}
|
|
79
73
|
},
|
|
@@ -82,6 +76,12 @@
|
|
|
82
76
|
"url": "https://aws.amazon.com/javascript/"
|
|
83
77
|
},
|
|
84
78
|
"license": "Apache-2.0",
|
|
79
|
+
"browser": {
|
|
80
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
|
|
81
|
+
},
|
|
82
|
+
"react-native": {
|
|
83
|
+
"./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
|
|
84
|
+
},
|
|
85
85
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-health",
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import {
|
|
3
4
|
DescribeAffectedAccountsForOrganizationCommand,
|
|
4
5
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
@@ -34,11 +35,6 @@ import {
|
|
|
34
35
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
35
36
|
DescribeEventDetailsForOrganizationCommandOutput,
|
|
36
37
|
} from "./commands/DescribeEventDetailsForOrganizationCommand";
|
|
37
|
-
import {
|
|
38
|
-
DescribeEventTypesCommand,
|
|
39
|
-
DescribeEventTypesCommandInput,
|
|
40
|
-
DescribeEventTypesCommandOutput,
|
|
41
|
-
} from "./commands/DescribeEventTypesCommand";
|
|
42
38
|
import {
|
|
43
39
|
DescribeEventsCommand,
|
|
44
40
|
DescribeEventsCommandInput,
|
|
@@ -49,6 +45,11 @@ import {
|
|
|
49
45
|
DescribeEventsForOrganizationCommandInput,
|
|
50
46
|
DescribeEventsForOrganizationCommandOutput,
|
|
51
47
|
} from "./commands/DescribeEventsForOrganizationCommand";
|
|
48
|
+
import {
|
|
49
|
+
DescribeEventTypesCommand,
|
|
50
|
+
DescribeEventTypesCommandInput,
|
|
51
|
+
DescribeEventTypesCommandOutput,
|
|
52
|
+
} from "./commands/DescribeEventTypesCommand";
|
|
52
53
|
import {
|
|
53
54
|
DescribeHealthServiceStatusForOrganizationCommand,
|
|
54
55
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
@@ -64,7 +65,7 @@ import {
|
|
|
64
65
|
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
65
66
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
66
67
|
} from "./commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
67
|
-
import {
|
|
68
|
+
import { HealthClient } from "./HealthClient";
|
|
68
69
|
|
|
69
70
|
/**
|
|
70
71
|
* <fullname>AWS Health</fullname>
|
|
@@ -1,3 +1,54 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
resolveEndpointsConfig,
|
|
7
|
+
resolveRegionConfig,
|
|
8
|
+
} from "@aws-sdk/config-resolver";
|
|
9
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
10
|
+
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
12
|
+
HostHeaderInputConfig,
|
|
13
|
+
HostHeaderResolvedConfig,
|
|
14
|
+
resolveHostHeaderConfig,
|
|
15
|
+
} from "@aws-sdk/middleware-host-header";
|
|
16
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
18
|
+
import {
|
|
19
|
+
AwsAuthInputConfig,
|
|
20
|
+
AwsAuthResolvedConfig,
|
|
21
|
+
getAwsAuthPlugin,
|
|
22
|
+
resolveAwsAuthConfig,
|
|
23
|
+
} from "@aws-sdk/middleware-signing";
|
|
24
|
+
import {
|
|
25
|
+
getUserAgentPlugin,
|
|
26
|
+
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
29
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
30
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
31
|
+
import {
|
|
32
|
+
Client as __Client,
|
|
33
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
34
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
35
|
+
} from "@aws-sdk/smithy-client";
|
|
36
|
+
import {
|
|
37
|
+
Credentials as __Credentials,
|
|
38
|
+
Decoder as __Decoder,
|
|
39
|
+
Encoder as __Encoder,
|
|
40
|
+
Hash as __Hash,
|
|
41
|
+
HashConstructor as __HashConstructor,
|
|
42
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
43
|
+
Logger as __Logger,
|
|
44
|
+
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
47
|
+
StreamCollector as __StreamCollector,
|
|
48
|
+
UrlParser as __UrlParser,
|
|
49
|
+
UserAgent as __UserAgent,
|
|
50
|
+
} from "@aws-sdk/types";
|
|
51
|
+
|
|
1
52
|
import {
|
|
2
53
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
3
54
|
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
@@ -26,12 +77,12 @@ import {
|
|
|
26
77
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
27
78
|
DescribeEventDetailsForOrganizationCommandOutput,
|
|
28
79
|
} from "./commands/DescribeEventDetailsForOrganizationCommand";
|
|
29
|
-
import { DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput } from "./commands/DescribeEventTypesCommand";
|
|
30
80
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
|
|
31
81
|
import {
|
|
32
82
|
DescribeEventsForOrganizationCommandInput,
|
|
33
83
|
DescribeEventsForOrganizationCommandOutput,
|
|
34
84
|
} from "./commands/DescribeEventsForOrganizationCommand";
|
|
85
|
+
import { DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput } from "./commands/DescribeEventTypesCommand";
|
|
35
86
|
import {
|
|
36
87
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
37
88
|
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
@@ -45,56 +96,6 @@ import {
|
|
|
45
96
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
46
97
|
} from "./commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
47
98
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
48
|
-
import {
|
|
49
|
-
EndpointsInputConfig,
|
|
50
|
-
EndpointsResolvedConfig,
|
|
51
|
-
RegionInputConfig,
|
|
52
|
-
RegionResolvedConfig,
|
|
53
|
-
resolveEndpointsConfig,
|
|
54
|
-
resolveRegionConfig,
|
|
55
|
-
} from "@aws-sdk/config-resolver";
|
|
56
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
57
|
-
import {
|
|
58
|
-
HostHeaderInputConfig,
|
|
59
|
-
HostHeaderResolvedConfig,
|
|
60
|
-
getHostHeaderPlugin,
|
|
61
|
-
resolveHostHeaderConfig,
|
|
62
|
-
} from "@aws-sdk/middleware-host-header";
|
|
63
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
64
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
65
|
-
import {
|
|
66
|
-
AwsAuthInputConfig,
|
|
67
|
-
AwsAuthResolvedConfig,
|
|
68
|
-
getAwsAuthPlugin,
|
|
69
|
-
resolveAwsAuthConfig,
|
|
70
|
-
} from "@aws-sdk/middleware-signing";
|
|
71
|
-
import {
|
|
72
|
-
UserAgentInputConfig,
|
|
73
|
-
UserAgentResolvedConfig,
|
|
74
|
-
getUserAgentPlugin,
|
|
75
|
-
resolveUserAgentConfig,
|
|
76
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
77
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
78
|
-
import {
|
|
79
|
-
Client as __Client,
|
|
80
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
81
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
82
|
-
} from "@aws-sdk/smithy-client";
|
|
83
|
-
import {
|
|
84
|
-
Provider,
|
|
85
|
-
RegionInfoProvider,
|
|
86
|
-
Credentials as __Credentials,
|
|
87
|
-
Decoder as __Decoder,
|
|
88
|
-
Encoder as __Encoder,
|
|
89
|
-
Hash as __Hash,
|
|
90
|
-
HashConstructor as __HashConstructor,
|
|
91
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
92
|
-
Logger as __Logger,
|
|
93
|
-
Provider as __Provider,
|
|
94
|
-
StreamCollector as __StreamCollector,
|
|
95
|
-
UrlParser as __UrlParser,
|
|
96
|
-
UserAgent as __UserAgent,
|
|
97
|
-
} from "@aws-sdk/types";
|
|
98
99
|
|
|
99
100
|
export type ServiceInputTypes =
|
|
100
101
|
| DescribeAffectedAccountsForOrganizationCommandInput
|
|
@@ -328,13 +329,13 @@ export class HealthClient extends __Client<
|
|
|
328
329
|
readonly config: HealthClientResolvedConfig;
|
|
329
330
|
|
|
330
331
|
constructor(configuration: HealthClientConfig) {
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
332
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
333
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
334
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
335
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
336
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
337
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
338
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
338
339
|
super(_config_6);
|
|
339
340
|
this.config = _config_6;
|
|
340
341
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import {
|
|
3
|
-
DescribeAffectedAccountsForOrganizationRequest,
|
|
4
|
-
DescribeAffectedAccountsForOrganizationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
|
|
8
|
-
serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
|
|
9
|
-
} from "../protocols/Aws_json1_1";
|
|
10
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -14,12 +5,22 @@ import {
|
|
|
14
5
|
FinalizeHandlerArguments,
|
|
15
6
|
Handler,
|
|
16
7
|
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
20
11
|
SerdeContext as __SerdeContext,
|
|
21
12
|
} from "@aws-sdk/types";
|
|
22
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import {
|
|
16
|
+
DescribeAffectedAccountsForOrganizationRequest,
|
|
17
|
+
DescribeAffectedAccountsForOrganizationResponse,
|
|
18
|
+
} from "../models/models_0";
|
|
19
|
+
import {
|
|
20
|
+
deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
|
|
21
|
+
serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand,
|
|
22
|
+
} from "../protocols/Aws_json1_1";
|
|
23
|
+
|
|
23
24
|
export interface DescribeAffectedAccountsForOrganizationCommandInput
|
|
24
25
|
extends DescribeAffectedAccountsForOrganizationRequest {}
|
|
25
26
|
export interface DescribeAffectedAccountsForOrganizationCommandOutput
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
2
|
-
import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_1DescribeAffectedEntitiesCommand,
|
|
5
|
-
serializeAws_json1_1DescribeAffectedEntitiesCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
15
|
+
import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_json1_1DescribeAffectedEntitiesCommand,
|
|
18
|
+
serializeAws_json1_1DescribeAffectedEntitiesCommand,
|
|
19
|
+
} from "../protocols/Aws_json1_1";
|
|
20
|
+
|
|
20
21
|
export interface DescribeAffectedEntitiesCommandInput extends DescribeAffectedEntitiesRequest {}
|
|
21
22
|
export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedEntitiesResponse, __MetadataBearer {}
|
|
22
23
|
|